- mime for mpeg and aac files fixed (#165323)
This commit is contained in:
parent
551c4df14a
commit
f358ee6c9a
@ -3,7 +3,7 @@
|
||||
Summary: A utility for determining file types.
|
||||
Name: file
|
||||
Version: 4.14
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: distributable
|
||||
Group: Applications/File
|
||||
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
||||
@ -15,6 +15,7 @@ Patch5: file-4.13-fsdump.patch
|
||||
Patch6: file-4.13-quick.patch
|
||||
Patch7: file-4.14-magic_mime.patch
|
||||
Patch8: file-4.14-kill3ds.patch
|
||||
Patch9: file-4.14-aac.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
@ -37,6 +38,7 @@ useful utility.
|
||||
%patch6 -p1 -b .quick
|
||||
%patch7 -b .magic_mime
|
||||
%patch8 -p1 -b .kill3ds
|
||||
%patch9 -p1 -b .acc
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
|
||||
mv doc/libmagic.man_ doc/libmagic.man
|
||||
@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libmagic.*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
|
||||
- mime for mpeg and aac files fixed (#165323)
|
||||
|
||||
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
|
||||
- mime for 3ds files removed, conflicts with text files (#165165)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user