SHA256
1
0
forked from pool/eog

Accepting request 85997 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/85997
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=111
This commit is contained in:
Vincent Untz 2011-10-04 07:03:02 +00:00 committed by Git OBS Bridge
parent b02f7bc093
commit 6fbde2d93c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 20:07:58 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 26 21:29:09 UTC 2011 - vuntz@opensuse.org Mon Sep 26 21:29:09 UTC 2011 - vuntz@opensuse.org

View File

@ -31,6 +31,7 @@ BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libexempi-devel BuildRequires: libexempi-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libtool
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0)