Spec file cleanup

This commit is contained in:
Robert Scheck 2020-12-31 19:24:11 +01:00
parent 32f22e82c9
commit 34fa9ddc46

View File

@ -1,12 +1,13 @@
Summary: Real-time file compressor
Name: lzop
Version: 1.04
Release: 5%{?dist}
License: GPLv2+
URL: https://www.lzop.org/
Source: https://www.lzop.org/download/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: lzo-devel
Summary: Real-time file compressor
Name: lzop
Version: 1.04
Release: 5%{?dist}
License: GPLv2+
URL: https://www.lzop.org/
Source0: https://www.lzop.org/download/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: lzo-devel
BuildRequires: make
%description
lzop is a compression utility which is designed to be a companion to gzip.
@ -28,7 +29,6 @@ to gzip.
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%files
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc AUTHORS NEWS README THANKS
%{_bindir}/%{name}
@ -129,48 +129,38 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.02-0.7.rc1
- Rebuild against gcc 4.4 and rpm 4.6
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.02-0.6.rc1
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.02-0.6.rc1
- gcc 4.3 rebuild
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.02-0.5.rc1
* Tue Sep 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.02-0.5.rc1
- License fix
* Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.02-0.4.rc1
* Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.02-0.4.rc1
- FE6 Rebuild
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.02-0.3.rc1
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.02-0.3.rc1
- use new alphatag convention
- build with lzop 2 at last
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.02-0.2
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 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 <nicolas.mailhot at laposte.net>
- 1.02-0.1
* Thu Jan 19 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.02-0.1
- update to 1.02rc1
- build with lzop 2
* Wed Jan 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.01-4
* Wed Jan 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 1.01-4
- gcc 4.1 build time
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com>
- 1.01-3
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.01-3
- rebuild on all arches
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Tue Apr 20 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net>
- 0:1.01-0.fdr.1
* Tue Apr 20 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> - 0:1.01-0.fdr.1
- Fedorization
* Tue Mar 09 2004 Dag Wieers <dag@wieers.com>
- 1.01-1
* Tue Mar 09 2004 Dag Wieers <dag@wieers.com> - 1.01-1
- Initial package. (using DAR)