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
af24a0d184
commit
386125fc3b
1 changed files with 3 additions and 5 deletions
|
@ -31,8 +31,7 @@ Group: System/Libraries
|
|||
libcbor is a C library for parsing and generating CBOR
|
||||
|
||||
%files -n %{libname}
|
||||
%license LICENSE.md
|
||||
%doc README.md
|
||||
%doc LICENSE.md README.md
|
||||
%{_libdir}/libcbor.so.%{major}*
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
@ -46,8 +45,7 @@ Requires: %{libname} = %{EVRD}
|
|||
The %{name}-devel contains libraries and header files for %{name}
|
||||
|
||||
%files -n %{devname}
|
||||
%license LICENSE.md
|
||||
%doc README.md
|
||||
%doc LICENSE.md README.md
|
||||
%{_includedir}/cbor.h
|
||||
%{_includedir}/cbor
|
||||
%{_libdir}/libcbor.so
|
||||
|
@ -57,7 +55,7 @@ The %{name}-devel contains libraries and header files for %{name}
|
|||
#--------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
dir0="$PWD"
|
||||
|
|
Loading…
Add table
Reference in a new issue