automatic version update by autodist [release 1.8.2-1mamba;Tue Jun 05 2018]

This commit is contained in:
Automatic Build System 2024-01-06 06:38:30 +01:00
parent fa71cf3c2f
commit 4f20dc7e61

View File

@ -1,5 +1,5 @@
Name: lz4
Version: 1.8.1.2
Version: 1.8.2
Release: 1mamba
Summary: Extremely Fast Compression algorithm
Group: Applications/Archiving
@ -50,14 +50,14 @@ This package contains libraries and header files for developing applications tha
%make \
PREFIX=%{_prefix} \
LIBDIR=%{_libdir} \
MANDIR=%{_mandir}/man1
MANDIR=%{_mandir}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \
PREFIX=%{_prefix} \
LIBDIR=%{_libdir} \
MANDIR=%{_mandir}/man1
MANDIR=%{_mandir}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -90,9 +90,12 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/liblz4.a
%{_libdir}/liblz4.so
%{_libdir}/pkgconfig/liblz4.pc
%doc NEWS README.md
#%doc NEWS README.md
%changelog
* Tue Jun 05 2018 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
- automatic version update by autodist
* Sat Feb 10 2018 Automatic Build System <autodist@mambasoft.it> 1.8.1.2-1mamba
- automatic version update by autodist