From 64c4be94151a71e3f0f0117f51efebc6627e3c62 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 20 Nov 2004 18:00:50 +0000 Subject: [PATCH] - Convert libmagic.3 to UTF-8 --- file.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index effaa78..60de782 100644 --- a/file.spec +++ b/file.spec @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.10 -Release: 3 +Release: 4 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -32,6 +32,9 @@ useful utility. %patch3 -p1 -b .stringop %patch4 -p1 -b .magic +iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_ +mv doc/libmagic.man_ doc/libmagic.man + %build CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \ %configure --enable-fsect-man5 @@ -72,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Sat Nov 20 2004 Miloslav Trmac - 4.10-4 +- Convert libmagic.3 to UTF-8 + * Thu Nov 18 2004 Radek Vokal 4.10-3 - set of patches from debian.org - new magic types (#128763)