This commit is contained in:
Sergey Zhemoytel 2023-11-29 18:09:30 +00:00
parent af24a0d184
commit 386125fc3b

View file

@ -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"