fix some rpmlint issues
This commit is contained in:
parent
f3481050f8
commit
3f3444cc74
@ -1,10 +1,11 @@
|
||||
Summary: Fast compression and decompression utilities.
|
||||
Summary: Fast compression and decompression utilities
|
||||
Name: ncompress
|
||||
Version: 4.2.4
|
||||
Release: 47
|
||||
License: distributable
|
||||
Release: 48%{?dist}
|
||||
License: Public Domain
|
||||
Group: Applications/File
|
||||
Source: ftp://metalab.unc.edu/pub/Linux/utils/compress/ncompress-4.2.4.tar.Z
|
||||
URL: ftp://sunsite.unc.edu/pub/Linux/utils/compress/
|
||||
Source: ftp://metalab.unc.edu/pub/Linux/utils/compress/%{name}-%{version}.tar.Z
|
||||
Patch0: ncompress-4.2.4-make.patch
|
||||
Patch1: ncompress-4.2.4-lfs2.patch
|
||||
Patch2: ncompress-4.2.4-filenamelen.patch
|
||||
@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc LZW.INFO README
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2007 Peter Vrabec <pvrabec@redhat.com> 4.2.4-48
|
||||
- fix some rpmlint issues
|
||||
|
||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 4.2.4-47
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
|
||||
@ -127,28 +131,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jun 19 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.2.4-30
|
||||
* Wed Jun 19 2002 Trond Eivind Glomsrod <teg@redhat.com> 4.2.4-30
|
||||
- Don't strip when installing
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.2.4-28
|
||||
* Wed Feb 27 2002 Trond Eivind Glomsrod <teg@redhat.com> 4.2.4-28
|
||||
- Rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Mon Nov 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.2.4-26
|
||||
* Mon Nov 26 2001 Trond Eivind Glomsrod <teg@redhat.com> 4.2.4-26
|
||||
- Rebuild, to fix problem with broken man page (#56654)
|
||||
|
||||
* Wed Nov 21 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.2.4-25
|
||||
* Wed Nov 21 2001 Trond Eivind Glomsrod <teg@redhat.com> 4.2.4-25
|
||||
- Exit, don't segfault, when given too long filenames
|
||||
|
||||
* Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- s390x change
|
||||
|
||||
* Tue May 8 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* Tue May 8 2001 Trond Eivind Glomsrod <teg@redhat.com>
|
||||
- Make it support large files (structs, stats, opens and of course:
|
||||
_don't use signed longs for file size before and after compression_.)
|
||||
This should fix #39470
|
||||
@ -159,24 +163,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Mon Nov 13 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
||||
- add s390 to the bigendian arch list
|
||||
|
||||
* Thu Aug 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* Thu Aug 17 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
||||
- change category to Applications/File, to match
|
||||
gzip and bzip2
|
||||
- rename the spec file to ncompress.spec
|
||||
- add ppc to the bigendian arch list
|
||||
|
||||
* Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* Fri Jul 21 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
||||
- rebuild
|
||||
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* Tue Jun 13 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
||||
- update URL
|
||||
- use %%{_mandir}
|
||||
|
||||
* Wed May 5 2000 Bill Nottingham <notting@redhat.com>
|
||||
- fix %build for ia64
|
||||
- fix "build" for ia64
|
||||
|
||||
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
|
||||
- handle compressed manpages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user