Accepting request 83731 from Base:System
- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) (forwarded request 83513 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=51
This commit is contained in:
commit
0dc967bf5c
@ -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
|
Tue Aug 23 14:55:19 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
20
file.spec
20
file.spec
@ -15,15 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: file
|
Name: file
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils zlib-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
License: BSD 2 Clause
|
License: BSD 2 Clause
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: file-64bit
|
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
|
/etc/magic, which contains the classification criteria. This command is
|
||||||
used by apsfilter to permit automatic printing of different file types.
|
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
|
%package -n file-devel
|
||||||
License: Other uncritical OpenSource License
|
License: Other uncritical OpenSource License
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Provides: file:/usr/include/magic.h
|
Provides: file:/usr/include/magic.h
|
||||||
Requires: file = %{version} glibc-devel
|
Requires: file = %{version} glibc-devel
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n file-devel
|
%description -n file-devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that require the magic "file" interface.
|
to develop applications that require the magic "file" interface.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Mark Moraes <moraes@deshaw.com>
|
|
||||||
Christos Zoulas <christos@deshaw.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n file-%{version}
|
%setup -q -n file-%{version}
|
||||||
%patch1 -p0 -b .misc
|
%patch1 -p0 -b .misc
|
||||||
|
@ -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
|
Mon Aug 29 11:17:14 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -15,9 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-magic
|
Name: python-magic
|
||||||
%define build_python_bindings 1
|
%define build_python_bindings 1
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils zlib-devel
|
||||||
@ -25,7 +22,6 @@ BuildRequires: python-devel
|
|||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
License: BSD 3 Clause, BSD 4 Clause
|
License: BSD 3 Clause, BSD 4 Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
AutoReqProv: on
|
|
||||||
Version: 5.08
|
Version: 5.08
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
@ -39,13 +35,6 @@ Source99: file.spec
|
|||||||
This package contains the python binding that require the magic "file"
|
This package contains the python binding that require the magic "file"
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Mark Moraes <moraes@deshaw.com>
|
|
||||||
Christos Zoulas <christos@deshaw.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{expand:%(sed -n -e '/^%%prep/,/^%%install/p' <%_sourcedir/file.spec | sed -e '1d' -e '$d')}
|
%{expand:%(sed -n -e '/^%%prep/,/^%%install/p' <%_sourcedir/file.spec | sed -e '1d' -e '$d')}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user