Accepting request 46272 from GNOME:Factory

Copy from GNOME:Factory/libgnome-keyring based on submit request 46272 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-keyring?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-08-27 15:18:26 +00:00 committed by Git OBS Bridge
commit b00ee52b38
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 26 10:34:24 CEST 2010 - vuntz@opensuse.org
- Remove bogus eggdbus dependency: remove eggdbus-devel
BuildRequires and sed it out of configure. Note that it was
removed this way upstream already.
-------------------------------------------------------------------
Thu Apr 29 14:31:22 CEST 2010 - dimstar@opensuse.org

View File

@ -19,14 +19,13 @@
Name: libgnome-keyring
Version: 2.30.1
Release: 1
Release: 4
Url: http://www.gnome.org/
Group: Development/Libraries/GNOME
License: GPLv2+ ; LGPLv2.1+
Summary: Library to integrate with the GNOME Keyring
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.29/%{name}-%{version}.tar.bz2
BuildRequires: dbus-1-devel
BuildRequires: eggdbus-devel
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: glib2-devel
@ -72,6 +71,9 @@ integrate with the GNOME Keyring system.
%lang_package
%prep
%setup -q
# Remove those lines when the grep fails.
grep -q eggdbus-1 configure
sed -i "s/eggdbus-1 >= 0.4//g" configure
%build
%configure \