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
386125fc3b
commit
f9b12ef625
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
%define major 0.8
|
||||
%define libname %mklibname cbor %{major}
|
||||
%define devname %mklibname cbor -d
|
||||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
|
||||
Summary: A CBOR parsing library
|
||||
Name: libcbor
|
||||
|
@ -63,6 +65,9 @@ dir0="$PWD"
|
|||
%make
|
||||
%make -C "$dir0"/doc man
|
||||
|
||||
# fix double slash in .pc
|
||||
sed -i '/libdir/s/\/\//\//' build/src/libcbor.pc
|
||||
|
||||
%install
|
||||
%makeinstall_std -C build
|
||||
mkdir -p %{buildroot}%{_mandir}/man3
|
||||
|
|
Loading…
Add table
Reference in a new issue