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
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
cp %{_builddir}/%{name}-%{version}/lib/LICENSE %{_builddir}/%{name}-%{version}/LICENSE-lib
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export MOREFLAGS="-g"
|
export MOREFLAGS="-g"
|
||||||
@ -48,13 +49,14 @@ export MOREFLAGS="-g"
|
|||||||
%files
|
%files
|
||||||
%license programs/COPYING
|
%license programs/COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc lib/LICENSE
|
%license LICENSE
|
||||||
|
%license LICENSE-lib
|
||||||
%{_bindir}/lz4*
|
%{_bindir}/lz4*
|
||||||
%{_bindir}/unlz4
|
%{_bindir}/unlz4
|
||||||
%{_libdir}/liblz4.so.*
|
%{_libdir}/liblz4.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc lib/LICENSE
|
%license lib/LICENSE
|
||||||
%{_includedir}/lz4*.h
|
%{_includedir}/lz4*.h
|
||||||
%{_libdir}/liblz4.so
|
%{_libdir}/liblz4.so
|
||||||
%{_libdir}/liblz4.a
|
%{_libdir}/liblz4.a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user