This commit is contained in:
Sergey Zhemoytel 2023-11-30 00:13:03 +00:00
parent f9b12ef625
commit c1b437ea1d

View file

@ -61,14 +61,14 @@ The %{name}-devel contains libraries and header files for %{name}
%build
dir0="$PWD"
%cmake
%cmake
%make
%make -C "$dir0"/doc man
%install
# fix double slash in .pc
sed -i '/libdir/s/\/\//\//' build/src/libcbor.pc
%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_mandir}/man3
cp doc/build/man/* %{buildroot}%{_mandir}/man3