From 3378b68bdf87d34b7ec8d4d7679b9493c63bcea502ab663d30f1ad568dfc3500 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 2 Oct 2011 14:37:56 +0000 Subject: [PATCH] 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 --- file.changes | 5 +++++ file.spec | 4 ++++ python-magic.spec | 3 +++ 3 files changed, 12 insertions(+) diff --git a/file.changes b/file.changes index e67ebab..78896be 100644 --- a/file.changes +++ b/file.changes @@ -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 diff --git a/file.spec b/file.spec index 9d0476e..f78ad18 100644 --- a/file.spec +++ b/file.spec @@ -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. diff --git a/python-magic.spec b/python-magic.spec index 9b4faa6..b85077c 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -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