mirror of
https://abf.rosa.ru/djam/libcbor.git
synced 2025-02-23 15:52:50 +00:00
0.8.0
This commit is contained in:
parent
f9b12ef625
commit
c1b437ea1d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue