Name the devel package liblz4-devel, similar to bzip2
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=6
This commit is contained in:
parent
3c9187502e
commit
74632d505a
7
lz4.spec
7
lz4.spec
@ -57,12 +57,13 @@ for text files.
|
||||
|
||||
This subpackage contains the (de)compressor code as a shared library.
|
||||
|
||||
%package devel
|
||||
%package -n liblz4-devel
|
||||
Summary: Development files for the LZ4 compressor
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
%description -n liblz4-devel
|
||||
LZ4 is a very fast compressor, based on well-known LZ77 (Lempel-Ziv)
|
||||
algorithm. It is a LZP2 fork and provides better compression ratio
|
||||
for text files.
|
||||
@ -91,7 +92,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%defattr(-,root,root)
|
||||
%_libdir/liblz4-*.so
|
||||
|
||||
%files devel
|
||||
%files -n liblz4-devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/lz4*.h
|
||||
%_libdir/liblz4.so
|
||||
|
Loading…
Reference in New Issue
Block a user