- fix gziped empty file (#72986)
This commit is contained in:
parent
14a5eba0e2
commit
5e7a8a46c9
@ -3,7 +3,7 @@
|
||||
Summary: A utility for determining file types.
|
||||
Name: file
|
||||
Version: 4.17
|
||||
Release: 5.1
|
||||
Release: 6
|
||||
License: distributable
|
||||
Group: Applications/File
|
||||
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
||||
@ -21,6 +21,7 @@ Patch15: file-4.17-mp3_flac.patch
|
||||
Patch16: file-4.17-oracle.patch
|
||||
Patch17: file-4.17-clamav.patch
|
||||
Patch18: file-4.17-powerpoint.patch
|
||||
Patch19: file-4.17-empty.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
@ -48,6 +49,7 @@ useful utility.
|
||||
%patch16 -p1 -b .oracle
|
||||
%patch17 -p1 -b .clamav
|
||||
%patch18 -p1 -b .powerpoint
|
||||
%patch19 -p1 -b .empty
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
|
||||
mv doc/libmagic.man_ doc/libmagic.man
|
||||
@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libmagic.*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
|
||||
- fix gziped empty file (#72986)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user