Accepting request 86006 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/86006 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=34
This commit is contained in:
parent
048625f706
commit
9407bf9f3a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 05:39:05 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to make the spec file more reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -15,8 +15,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: file
|
||||
BuildRequires: findutils zlib-devel
|
||||
BuildRequires: libtool
|
||||
Url: http://www.darwinsys.com/file/
|
||||
License: BSD 2 Clause
|
||||
Group: Productivity/File utilities
|
||||
@ -71,6 +74,7 @@ Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/Other
|
||||
Provides: file:/usr/include/magic.h
|
||||
Requires: file = %{version} glibc-devel
|
||||
|
||||
%description -n file-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require the magic "file" interface.
|
||||
|
@ -15,9 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-magic
|
||||
%define build_python_bindings 1
|
||||
BuildRequires: findutils zlib-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python-devel
|
||||
Url: http://www.darwinsys.com/file/
|
||||
License: BSD 3 Clause, BSD 4 Clause
|
||||
|
Loading…
Reference in New Issue
Block a user