update code
This commit is contained in:
parent
cf212119dc
commit
52be333ef5
6
lz4.spec
6
lz4.spec
@ -33,6 +33,7 @@ applications using liblz4 library.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
cp %{_builddir}/%{name}-%{version}/lib/LICENSE %{_builddir}/%{name}-%{version}/LICENSE-lib
|
||||
|
||||
%build
|
||||
export MOREFLAGS="-g"
|
||||
@ -48,13 +49,14 @@ export MOREFLAGS="-g"
|
||||
%files
|
||||
%license programs/COPYING
|
||||
%doc NEWS
|
||||
%doc lib/LICENSE
|
||||
%license LICENSE
|
||||
%license LICENSE-lib
|
||||
%{_bindir}/lz4*
|
||||
%{_bindir}/unlz4
|
||||
%{_libdir}/liblz4.so.*
|
||||
|
||||
%files devel
|
||||
%doc lib/LICENSE
|
||||
%license lib/LICENSE
|
||||
%{_includedir}/lz4*.h
|
||||
%{_libdir}/liblz4.so
|
||||
%{_libdir}/liblz4.a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user