Update to 1.8.1.2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3eb2fe9a82
commit
e1f2e13567
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/lz4-1.7.4.2.tar.gz
|
||||
/lz4-1.7.5.tar.gz
|
||||
/lz4-1.8.0.tar.gz
|
||||
/lz4-1.8.1.2.tar.gz
|
||||
|
||||
10
lz4.spec
10
lz4.spec
@ -1,5 +1,5 @@
|
||||
Name: lz4
|
||||
Version: 1.8.0
|
||||
Version: 1.8.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
@ -48,10 +48,8 @@ chmod +x ./configure
|
||||
|
||||
%install
|
||||
%configure
|
||||
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix} INSTALL="install -p"
|
||||
# Someone thinks that plain Makefiles are good for bigger projects than hello world..
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
mv %{buildroot}%{_mandir}/*.1 %{buildroot}%{_mandir}/man1/
|
||||
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
%postun libs -p /sbin/ldconfig
|
||||
@ -73,7 +71,6 @@ mv %{buildroot}%{_mandir}/*.1 %{buildroot}%{_mandir}/man1/
|
||||
%{_libdir}/liblz4.so.*
|
||||
|
||||
%files devel
|
||||
%doc lib/LICENSE
|
||||
%{_includedir}/lz4*.h
|
||||
%{_libdir}/liblz4.so
|
||||
%{_libdir}/pkgconfig/liblz4.pc
|
||||
@ -83,6 +80,9 @@ mv %{buildroot}%{_mandir}/*.1 %{buildroot}%{_mandir}/man1/
|
||||
%{_libdir}/liblz4.a
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1.2-1
|
||||
- Update to 1.8.1.2
|
||||
|
||||
* Sat Aug 19 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-1
|
||||
- Update to 1.8.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lz4-1.8.0.tar.gz) = aea46d4a900a3ede7dd7b498ee938ecd98397d3277c5b3a85b4236a44777cba85cd68a2f32c993b872afda96c5dafe0cb3dd391101fe8181e17c9f48884c1535
|
||||
SHA512 (lz4-1.8.1.2.tar.gz) = f4ed450bc05477cc6c2b42e6fe1fbb1fb0907f1d05b68b1d69d975b555ddb385550f204258e6d91642e14ce373815141dc218cda03b711793935d5458bc45c7f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user