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 libcbor is a C library for parsing and generating CBOR
%files -n %{libname} %files -n %{libname}
%license LICENSE.md %doc LICENSE.md README.md
%doc README.md
%{_libdir}/libcbor.so.%{major}* %{_libdir}/libcbor.so.%{major}*
#-------------------------------------------------------------------- #--------------------------------------------------------------------
@ -46,8 +45,7 @@ Requires: %{libname} = %{EVRD}
The %{name}-devel contains libraries and header files for %{name} The %{name}-devel contains libraries and header files for %{name}
%files -n %{devname} %files -n %{devname}
%license LICENSE.md %doc LICENSE.md README.md
%doc README.md
%{_includedir}/cbor.h %{_includedir}/cbor.h
%{_includedir}/cbor %{_includedir}/cbor
%{_libdir}/libcbor.so %{_libdir}/libcbor.so
@ -57,7 +55,7 @@ The %{name}-devel contains libraries and header files for %{name}
#-------------------------------------------------------------------- #--------------------------------------------------------------------
%prep %prep
%autosetup -p1 %setup -q
%build %build
dir0="$PWD" dir0="$PWD"