rpms/file/devel file.spec,1.57,1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 19 15:01:14 UTC 2007


Author: mbacovsk

Update of /cvs/dist/rpms/file/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24926

Modified Files:
	file.spec 
Log Message:
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk at redhat.com> - 4.19-3.fc7
- Resolves: #225750 - Merge Review: file



Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- file.spec	25 Jan 2007 13:37:02 -0000	1.57
+++ file.spec	19 Feb 2007 15:01:10 -0000	1.58
@@ -1,10 +1,10 @@
 %define __libtoolize :
 
-Summary: A utility for determining file types.
+Summary: A utility for determining file types
 Name: file
 Version: 4.19
-Release: 2%{?dist}
-License: distributable
+Release: 3%{?dist}
+License: Distributable
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 URL:	http://www.darwinsys.com/file/
@@ -25,7 +25,7 @@
 #Patch19: file-4.17-empty.patch
 
 Requires: file-libs = %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel
 
 %description
@@ -97,32 +97,36 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc LEGAL.NOTICE README
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %files libs
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/*so.*
-%{_mandir}/man[35]/*
 %{_datadir}/magic*
+%{_mandir}/man5/*
 %{_datadir}/file
 %{_datadir}/misc/*
 
 %files devel
-%defattr(0644, root, root, 0755)
-%attr(755,root,root) %{_libdir}/*.a
-%attr(755,root,root) %{_libdir}/*.so
+%defattr(-,root,root,-)
+%{_libdir}/*.a
+%{_libdir}/*.so
 %{_includedir}/magic.h
+%{_mandir}/man3/*
 
 
 %changelog
+* Mon Feb 19 2007 Martin Bacovsky <mbacovsk at redhat.com> - 4.19-3.fc7
+- Resolves: #225750 - Merge Review: file
+
 * Thu Jan 25 2007 Martin Bacovsky <mbacovsk at redhat.com> - 4.19-2.fc7
 - Resolves: #223297 - file does not recognize OpenOffice "native" formats
 - Resolves: #224344 - Magic rules should be in file-libs
@@ -130,7 +134,7 @@
 * Tue Jan  9 2007 Martin Bacovsky <mbacovsk at redhat.com> - 4.19-1.fc7
 - Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
     thanks to <jakub at redhat.com> for patch
-- Resolves: #214992 - file-devel should own %_includedir/* %_libdir/lib*.so
+- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
 - Resolves: #203548 - a -devel package should be split out for libmagic
 - upgrade to new upstream 4.19
 - patch revision and cleaning
@@ -151,19 +155,19 @@
 * Mon Jul 10 2006 Radek Vokal <rvokal at redhat.com> 4.17-5
 - fix powerpoint mine (#190373) <vonsch at gmail.com>
 
-* Wed May 24 2006 Radek Vokál <rvokal at redhat.com> 4.17-4
+* Wed May 24 2006 Radek Vokal <rvokal at redhat.com> 4.17-4
 - /usr/share/file is owned by package (#192858)
 - fix magic for Clamav files (#192406)
 
-* Fri Apr 21 2006 Radek Vokál <rvokal at redhat.com> 4.17-3
+* Fri Apr 21 2006 Radek Vokal <rvokal at redhat.com> 4.17-3
 - add support for OCFS or ASM (#189017)
 
-* Tue Mar 14 2006 Radek Vokál <rvokal at redhat.com> 4.17-2
+* Tue Mar 14 2006 Radek Vokal <rvokal at redhat.com> 4.17-2
 - fix segfault when compiling magic
 - add check for wctype.h
 - fix for flac and mp3 files
 
-* Mon Mar 13 2006 Radek Vokál <rvokal at redhat.com> 4.17-1
+* Mon Mar 13 2006 Radek Vokal <rvokal at redhat.com> 4.17-1
 - upgrade to file-4.17, patch clean-up
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 4.16-6.2
@@ -172,7 +176,7 @@
 * Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 4.16-6.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
-* Sun Feb 04 2006 Radek Vokál <rvokal at redhat.com> 4.16-6
+* Sun Feb 04 2006 Radek Vokal <rvokal at redhat.com> 4.16-6
 - xen patch, recognizes Xen saved domain
 
 * Fri Jan 13 2006 Radek Vokal <rvokal at redhat.com> 4.16-5
@@ -337,20 +341,20 @@
 * Thu May 23 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Mon May  6 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-6
+* Mon May  6 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-6
 - Don't use an old magic.mime 
 - Add mng detection (#64229)
 
-* Tue Feb 26 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-5
+* Tue Feb 26 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-5
 - Rebuild
 
-* Mon Jan 14 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-4
+* Mon Jan 14 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.37-4
 - Fix missing include of <stdint.h> (#58209)
 
-* Tue Dec 11 2001 Trond Eivind Glomsrød <teg at redhat.com> 3.37-2
+* Tue Dec 11 2001 Trond Eivind Glomsrød <teg at redhat.com> 3.37-2
 - Add CFLAGS to handle large files (#53576)
 
-* Mon Dec 10 2001 Trond Eivind Glomsrød <teg at redhat.com> 3.37-1
+* Mon Dec 10 2001 Trond Eivind Glomsrød <teg at redhat.com> 3.37-1
 - 3.37
 - s/Copyright/License/
 - build with --enable-fsect-man5, drop patch
@@ -377,7 +381,7 @@
 
 * Mon Jul 31 2000 Jeff Johnson <jbj at redhat.com>
 - fix off-by-1 error when creating filename for use with -i.
-- include a copy of GNOME /etc/mime-types in %{_datadir}/magic.mime (#14741).
+- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
 
 * Sat Jul 22 2000 Jeff Johnson <jbj at redhat.com>
 - install magic as man5/magic.5 with other formats (#11172).




More information about the fedora-cvs-commits mailing list