From 2fea12f36ed6f44ac5deb6b7674dca1816433123 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64lebuilder0 Date: Thu, 2 Dec 2021 11:21:10 +0100 Subject: [PATCH] lzop package update Signed-off-by: basebuilder_pel7ppc64lebuilder0 --- SPECS/lzop.spec | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 SPECS/lzop.spec diff --git a/SPECS/lzop.spec b/SPECS/lzop.spec new file mode 100644 index 00000000..b21ae990 --- /dev/null +++ b/SPECS/lzop.spec @@ -0,0 +1,125 @@ +Summary: Real-time file compressor +Name: lzop +Version: 1.03 +Release: 10%{?dist} +License: GPLv2+ +Group: Applications/Archiving +URL: http://www.lzop.org/ +Source: http://www.lzop.org/download/%{name}-%{version}.tar.gz +BuildRequires: lzo-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +lzop is a compression utility which is designed to be a companion to gzip. +It is based on the LZO data compression library and its main advantages over +gzip are much higher compression and decompression speed at the cost of some +compression ratio. The lzop compression utility was designed with the goals +of reliability, speed, portability and with reasonable drop-in compatibility +to gzip. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README THANKS +%{_bindir}/%{name} +%{_mandir}/man?/%{name}.* + +%changelog +* Fri Jan 24 2014 Daniel Mach - 1.03-10 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 1.03-9 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.03-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Aug 28 2012 Kamil Dudka - 1.03-7 +- revert specfile changes that cause problems to Robert Scheck + +* Tue Aug 28 2012 Kamil Dudka - 1.03-6 +- fix specfile issues reported by the fedora-review script + +* Thu Jul 19 2012 Fedora Release Engineering - 1.03-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.03-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.03-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Dec 31 2010 Robert Scheck 1.03-2 +- Minor spec file cleanups and updated %%description + +* Tue Dec 07 2010 Kamil Dudka - 1.03-1 +- update to 1.03 + +* Wed Mar 03 2010 Kamil Dudka - 1.02-0.9.rc1 +- license changed to GPLv2+ +- added -q option to %%setup + +* Sat Jul 25 2009 Fedora Release Engineering - 1.02-0.8.rc1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Robert Scheck 1.02-0.7.rc1 +- Rebuild against gcc 4.4 and rpm 4.6 + +* Tue Sep 18 2007 Nicolas Mailhot +- 1.02-0.6.rc1 +- gcc 4.3 rebuild + +* Tue Sep 18 2007 Nicolas Mailhot +- 1.02-0.5.rc1 +- License fix + +* Sat Sep 02 2006 Nicolas Mailhot +- 1.02-0.4.rc1 +- FE6 Rebuild + +* Sun Jul 30 2006 Nicolas Mailhot +- 1.02-0.3.rc1 +- use new alphatag convention +- build with lzop 2 at last + +* Mon Feb 13 2006 Nicolas Mailhot +- 1.02-0.2 +- rebuilt for new gcc4.1 snapshot and glibc changes +- build with lzop 1 since lzop 2 hasn't been merged yet + +* Thu Jan 19 2006 Nicolas Mailhot +- 1.02-0.1 +- update to 1.02rc1 +- build with lzop 2 + +* Wed Jan 18 2006 Nicolas Mailhot +- 1.01-4 +- gcc 4.1 build time + +* Sun May 22 2005 Jeremy Katz +- 1.01-3 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Tue Apr 20 2004 Nicolas Mailhot +- 0:1.01-0.fdr.1 +- Fedorization + +* Tue Mar 09 2004 Dag Wieers +- 1.01-1 +- Initial package. (using DAR)