diff --git a/file.changes b/file.changes index 7a9c4e0..e67ebab 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Apply packaging guidelines (remove redundant/obsolete + tags/sections from specfile, etc.) + ------------------------------------------------------------------- Tue Aug 23 14:55:19 UTC 2011 - werner@suse.de diff --git a/file.spec b/file.spec index b204a20..9d0476e 100644 --- a/file.spec +++ b/file.spec @@ -15,15 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: file BuildRequires: findutils zlib-devel Url: http://www.darwinsys.com/file/ License: BSD 2 Clause Group: Productivity/File utilities -AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: file-64bit @@ -69,32 +65,16 @@ specified file. File type recognition is controlled by the file /etc/magic, which contains the classification criteria. This command is used by apsfilter to permit automatic printing of different file types. - - -Authors: --------- - Mark Moraes - Christos Zoulas - %package -n file-devel License: Other uncritical OpenSource License Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/Other Provides: file:/usr/include/magic.h Requires: file = %{version} glibc-devel -AutoReqProv: on - %description -n file-devel This package contains all necessary include files and libraries needed to develop applications that require the magic "file" interface. - - -Authors: --------- - Mark Moraes - Christos Zoulas - %prep %setup -q -n file-%{version} %patch1 -p0 -b .misc diff --git a/python-magic.changes b/python-magic.changes index 5ed6201..8336281 100644 --- a/python-magic.changes +++ b/python-magic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Apply packaging guidelines (remove redundant/obsolete + tags/sections from specfile, etc.) + ------------------------------------------------------------------- Mon Aug 29 11:17:14 UTC 2011 - coolo@novell.com diff --git a/python-magic.spec b/python-magic.spec index 33f64a9..9b4faa6 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: python-magic %define build_python_bindings 1 BuildRequires: findutils zlib-devel @@ -25,7 +22,6 @@ BuildRequires: python-devel Url: http://www.darwinsys.com/file/ License: BSD 3 Clause, BSD 4 Clause Group: Development/Languages/Python -AutoReqProv: on Version: 5.08 Release: 1 Summary: Python module to use libmagic @@ -39,13 +35,6 @@ Source99: file.spec This package contains the python binding that require the magic "file" interface. - - -Authors: --------- - Mark Moraes - Christos Zoulas - %prep %{expand:%(sed -n -e '/^%%prep/,/^%%install/p' <%_sourcedir/file.spec | sed -e '1d' -e '$d')}