SHA256
2
0

Accepting request 86019 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/86019
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2011-10-02 14:35:18 +00:00 committed by Git OBS Bridge
parent 21f97762a2
commit 64bab08cbe
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 1 05:39:10 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 30 19:06:55 UTC 2011 - crrodriguez@opensuse.org Fri Sep 30 19:06:55 UTC 2011 - crrodriguez@opensuse.org

View File

@ -29,6 +29,7 @@ Source: %{name}-%{src_ver}.tar.bz2
Patch0: %{name}-build.patch Patch0: %{name}-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ pkg-config BuildRequires: gcc-c++ pkg-config
BuildRequires: libtool
%description %description
The Boehm-Demers-Weiser conservative garbage collector can be used as a The Boehm-Demers-Weiser conservative garbage collector can be used as a