mirror of
https://abf.rosa.ru/djam/libcbor.git
synced 2025-02-24 08:12:51 +00:00
0.8.0
This commit is contained in:
parent
f9b12ef625
commit
c1b437ea1d
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ dir0="$PWD"
|
||||||
%make
|
%make
|
||||||
%make -C "$dir0"/doc man
|
%make -C "$dir0"/doc man
|
||||||
|
|
||||||
|
%install
|
||||||
# fix double slash in .pc
|
# fix double slash in .pc
|
||||||
sed -i '/libdir/s/\/\//\//' build/src/libcbor.pc
|
sed -i '/libdir/s/\/\//\//' build/src/libcbor.pc
|
||||||
|
|
||||||
%install
|
|
||||||
%makeinstall_std -C build
|
%makeinstall_std -C build
|
||||||
mkdir -p %{buildroot}%{_mandir}/man3
|
mkdir -p %{buildroot}%{_mandir}/man3
|
||||||
cp doc/build/man/* %{buildroot}%{_mandir}/man3
|
cp doc/build/man/* %{buildroot}%{_mandir}/man3
|
||||||
|
|
Loading…
Add table
Reference in a new issue