From b071927a0a440e951de9bd05c4c44ed5092cd34e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:41:33 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20file-3.?= =?UTF-8?q?37-5.src.rpm=20Tue=20Feb=2026=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=203.37-5=20-=20Rebuild=20Mon=20Jan=2014?= =?UTF-8?q?=202002=20Trond=20Eivind=20Glomsr=F8d=20=203.37?= =?UTF-8?q?-4=20-=20Fix=20missing=20include=20of=20=20(#58209)?= =?UTF-8?q?=20Tue=20Dec=2011=202001=20Trond=20Eivind=20Glomsr=F8d=20=203.37-2=20-=20Add=20CFLAGS=20to=20handle=20large=20?= =?UTF-8?q?files=20(#53576)=20Mon=20Dec=2010=202001=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=F8d=20=203.37-1=20-=203.37=20-=20s/Copyrigh?= =?UTF-8?q?t/License/=20-=20build=20with=20--enable-fsect-man5,=20drop=20p?= =?UTF-8?q?atch=20-=20disable=20two=20old=20patches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- file.spec | 47 +++++++++++++++++++++++++++++++---------------- sources | 2 +- 3 files changed, 33 insertions(+), 18 deletions(-) diff --git a/.cvsignore b/.cvsignore index f882a7c..34619bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -file-3.35.tar.gz +file-3.37.tar.gz diff --git a/file.spec b/file.spec index 23d7027..2fedb83 100644 --- a/file.spec +++ b/file.spec @@ -1,18 +1,20 @@ +%define __libtoolize : + Summary: A utility for determining file types. Name: file -Version: 3.35 -Release: 2 -Copyright: distributable +Version: 3.37 +Release: 5 +License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source1: magic.mime Patch0: file-3.27-rh.patch Patch1: file-3.33-ia64.patch -Patch2: file-3.30-magic5.patch Patch3: file-3.30-fnovfl.patch Patch4: file-3.35-elf.patch -Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-root +Patch5: file-3.37-perlfix.patch +Patch6: file-3.37-missint.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The file command is used to identify a particular file according to the @@ -27,14 +29,13 @@ useful utility. %setup -q %patch0 -p1 %patch1 -p1 -b .ia64 -%patch2 -p1 -b .magic5 -%patch3 -p1 -b .fnovfl -%patch4 -p1 -R +%patch5 -p1 +%patch6 -p1 -b .missint %build +CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" -automake -%configure +%configure --enable-fsect-man5 make %install @@ -46,10 +47,9 @@ mkdir -p ${RPM_BUILD_ROOT}%{_datadir} %makeinstall -{ cd $RPM_BUILD_ROOT - strip .%{_bindir}/file - cp %SOURCE1 .%{_datadir}/magic.mime -} +pushd $RPM_BUILD_ROOT +cp %SOURCE1 .%{_datadir}/magic.mime +popd %clean rm -rf $RPM_BUILD_ROOT @@ -61,12 +61,27 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Tue Feb 26 2002 Trond Eivind Glomsrød 3.37-5 +- Rebuild + +* Mon Jan 14 2002 Trond Eivind Glomsrød 3.37-4 +- Fix missing include of (#58209) + +* Tue Dec 11 2001 Trond Eivind Glomsrød 3.37-2 +- Add CFLAGS to handle large files (#53576) + +* Mon Dec 10 2001 Trond Eivind Glomsrød 3.37-1 +- 3.37 +- s/Copyright/License/ +- build with --enable-fsect-man5, drop patch +- disable two old patches + * Fri Jul 06 2001 Florian La Roche - revert a patch to Magdir/elf, which breaks many libtool scripts in several rpm packages * Mon Jun 25 2001 Crutcher Dunnavant -- itterate to 3.35 +- iterate to 3.35 * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index 2eee662..f622104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5164f31ec79fd519e197a32e49c40f7e file-3.35.tar.gz +5743b2fc24743b6188504762d40c0b4c file-3.37.tar.gz