- print xxx-style only once (#168617)

This commit is contained in:
Radek Vokál 2005-09-19 09:34:25 +00:00
parent edb14facfa
commit 6b92476b79

View File

@ -3,7 +3,7 @@
Summary: A utility for determining file types.
Name: file
Version: 4.15
Release: 1
Release: 2
License: distributable
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@ -13,6 +13,7 @@ Patch2: file-selinux.patch
Patch3: file-4.14-magic.patch
Patch5: file-4.13-fsdump.patch
Patch6: file-4.13-quick.patch
Patch7: file-4.15-style.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: zlib-devel
@ -33,6 +34,7 @@ useful utility.
%patch3 -p1 -b .magic
%patch5 -p1 -b .fsdump
%patch6 -p1 -b .quick
%patch7 -p1 -b .style
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
mv doc/libmagic.man_ doc/libmagic.man
@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmagic.*
%changelog
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
- print xxx-style only once (#168617)
* Thu Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
- upgrade to upstream