From 11364c91a3525cb436349661ecd74618db8a42d165e4a076475aa4a50106193a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 29 Aug 2011 12:05:23 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/file revision 50.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=366d812584223783e91a0dba75f396bd --- file.spec | 2 +- python-magic.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index 97f9e55..b204a20 100644 --- a/file.spec +++ b/file.spec @@ -31,7 +31,7 @@ Obsoletes: file-64bit # # Set Version also in python-magic.spec Version: 5.08 -Release: 1 +Release: 3 Summary: A Tool to Determine File Types Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source2: baselibs.conf diff --git a/python-magic.spec b/python-magic.spec index 2c8322b..33f64a9 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -27,7 +27,7 @@ License: BSD 3 Clause, BSD 4 Clause Group: Development/Languages/Python AutoReqProv: on Version: 5.08 -Release: 3 +Release: 1 Summary: Python module to use libmagic %py_requires Source99: file.spec From 52c8777133802038d4a787f3b0520aad01caa2e875e713faa6aafb67b6dbc0f4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Sep 2011 07:47:54 +0000 Subject: [PATCH 2/2] Accepting request 83513 from home:jengelh:bl-f - Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) OBS-URL: https://build.opensuse.org/request/show/83513 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=32 --- file.changes | 6 ++++++ file.spec | 20 -------------------- python-magic.changes | 6 ++++++ python-magic.spec | 11 ----------- 4 files changed, 12 insertions(+), 31 deletions(-) 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')}