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
This commit is contained in:
Stephan Kulow 2011-09-20 07:47:54 +00:00 committed by Git OBS Bridge
parent d5a9a20252
commit 048625f706
4 changed files with 12 additions and 31 deletions

View File

@ -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

View File

@ -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 <moraes@deshaw.com>
Christos Zoulas <christos@deshaw.com>
%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 <moraes@deshaw.com>
Christos Zoulas <christos@deshaw.com>
%prep
%setup -q -n file-%{version}
%patch1 -p0 -b .misc

View File

@ -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

View File

@ -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 <moraes@deshaw.com>
Christos Zoulas <christos@deshaw.com>
%prep
%{expand:%(sed -n -e '/^%%prep/,/^%%install/p' <%_sourcedir/file.spec | sed -e '1d' -e '$d')}