|
|
a08542 |
Summary: Real-time file compressor
|
|
|
a08542 |
Name: lzop
|
|
|
a08542 |
Version: 1.03
|
|
|
a08542 |
Release: 20%{?dist}
|
|
|
a08542 |
License: GPLv2+
|
|
|
a08542 |
Group: Applications/Archiving
|
|
|
a08542 |
URL: https://www.lzop.org/
|
|
|
a08542 |
Source: https://www.lzop.org/download/%{name}-%{version}.tar.gz
|
|
|
a08542 |
Patch0: lzop-1.03-gcc5_ppc64.patch
|
|
|
a08542 |
Patch1: lzop-1.03-gcc6.patch
|
|
|
a08542 |
BuildRequires: gcc
|
|
|
a08542 |
BuildRequires: lzo-devel
|
|
|
a08542 |
|
|
|
a08542 |
%description
|
|
|
a08542 |
lzop is a compression utility which is designed to be a companion to gzip.
|
|
|
a08542 |
It is based on the LZO data compression library and its main advantages over
|
|
|
a08542 |
gzip are much higher compression and decompression speed at the cost of some
|
|
|
a08542 |
compression ratio. The lzop compression utility was designed with the goals
|
|
|
a08542 |
of reliability, speed, portability and with reasonable drop-in compatibility
|
|
|
a08542 |
to gzip.
|
|
|
a08542 |
|
|
|
a08542 |
%prep
|
|
|
a08542 |
%setup -q
|
|
|
a08542 |
%patch0 -p1 -b .gcc5_ppc64
|
|
|
a08542 |
%patch1 -p0 -b .gcc6
|
|
|
a08542 |
|
|
|
a08542 |
%build
|
|
|
a08542 |
%configure
|
|
|
a08542 |
make %{?_smp_mflags}
|
|
|
a08542 |
|
|
|
a08542 |
%install
|
|
|
a08542 |
rm -rf $RPM_BUILD_ROOT
|
|
|
a08542 |
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
|
|
a08542 |
|
|
|
a08542 |
%files
|
|
|
a08542 |
%defattr(-,root,root,-)
|
|
|
a08542 |
%{!?_licensedir:%global license %%doc}
|
|
|
a08542 |
%license COPYING
|
|
|
a08542 |
%doc AUTHORS NEWS README THANKS
|
|
|
a08542 |
%{_bindir}/%{name}
|
|
|
a08542 |
%{_mandir}/man?/%{name}.*
|
|
|
a08542 |
|
|
|
a08542 |
%changelog
|
|
|
a08542 |
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 1.03-20
|
|
|
a08542 |
- add explicit BR for the gcc compiler
|
|
|
a08542 |
- use https:// in URL and Source
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-19
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-18
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-17
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-16
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Mar 08 2016 Robert Scheck <robert@fedoraproject.org> - 1.03-15
|
|
|
a08542 |
- Added patch from openSUSE to fix building using GCC 6 (#1307760)
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-14
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Dec 29 2015 Robert Scheck <robert@fedoraproject.org> - 1.03-13
|
|
|
a08542 |
- Added patch by Khem Raj to use static inlines as the external
|
|
|
a08542 |
inline definition has changed with GCC 5 (to fix ppc64 builds)
|
|
|
a08542 |
|
|
|
a08542 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-12
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-11
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-10
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-9
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-8
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1.03-7
|
|
|
a08542 |
- revert specfile changes that cause problems to Robert Scheck
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1.03-6
|
|
|
a08542 |
- fix specfile issues reported by the fedora-review script
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-5
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-4
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-3
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Fri Dec 31 2010 Robert Scheck <robert@fedoraproject.org> 1.03-2
|
|
|
a08542 |
- Minor spec file cleanups and updated %%description
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Dec 07 2010 Kamil Dudka <kdudka@redhat.com> - 1.03-1
|
|
|
a08542 |
- update to 1.03
|
|
|
a08542 |
|
|
|
a08542 |
* Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1.02-0.9.rc1
|
|
|
a08542 |
- license changed to GPLv2+
|
|
|
a08542 |
- added -q option to %%setup
|
|
|
a08542 |
|
|
|
a08542 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-0.8.rc1
|
|
|
a08542 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.02-0.7.rc1
|
|
|
a08542 |
- Rebuild against gcc 4.4 and rpm 4.6
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.6.rc1
|
|
|
a08542 |
- gcc 4.3 rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.5.rc1
|
|
|
a08542 |
- License fix
|
|
|
a08542 |
|
|
|
a08542 |
* Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.4.rc1
|
|
|
a08542 |
- FE6 Rebuild
|
|
|
a08542 |
|
|
|
a08542 |
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.3.rc1
|
|
|
a08542 |
- use new alphatag convention
|
|
|
a08542 |
- build with lzop 2 at last
|
|
|
a08542 |
|
|
|
a08542 |
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.2
|
|
|
a08542 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
a08542 |
- build with lzop 1 since lzop 2 hasn't been merged yet
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Jan 19 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.02-0.1
|
|
|
a08542 |
- update to 1.02rc1
|
|
|
a08542 |
- build with lzop 2
|
|
|
a08542 |
|
|
|
a08542 |
* Wed Jan 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
a08542 |
- 1.01-4
|
|
|
a08542 |
- gcc 4.1 build time
|
|
|
a08542 |
|
|
|
a08542 |
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com>
|
|
|
a08542 |
- 1.01-3
|
|
|
a08542 |
- rebuild on all arches
|
|
|
a08542 |
|
|
|
a08542 |
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
a08542 |
- rebuilt
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Apr 20 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net>
|
|
|
a08542 |
- 0:1.01-0.fdr.1
|
|
|
a08542 |
- Fedorization
|
|
|
a08542 |
|
|
|
a08542 |
* Tue Mar 09 2004 Dag Wieers <dag@wieers.com>
|
|
|
a08542 |
- 1.01-1
|
|
|
a08542 |
- Initial package. (using DAR)
|