Accepting request 71574 from GNOME:Factory

Fix BuildRequires: file-roller requires gtk3... for 'some' reason in G:F it is pulled in, in oS:F it fails with missing gtk3... anyway: fixing the BRs is the right thing to do (tm) (forwarded request 70019 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/71574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=65
This commit is contained in:
Sascha Peilicke 2011-05-27 08:58:58 +00:00 committed by Git OBS Bridge
commit fb1c4884ec
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 11 07:31:18 UTC 2011 - dimstar@opensuse.org
- Change old-style -devel BuildRequires to pkgconfig() equivalents:
+ Old: glib2-devel, nautilus-devel
+ New: glib-2.0, libnautilus-extension
- Replace gtk2-devel with pkgconfig(gtk+-3.0) to ensure we do have
GTK+ 3.0 available.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 27 11:47:58 UTC 2011 - fcrozat@novell.com Wed Apr 27 11:47:58 UTC 2011 - fcrozat@novell.com

View File

@ -25,16 +25,16 @@ Summary: An Archive Manager for GNOME
Url: http://fileroller.sourceforge.net Url: http://fileroller.sourceforge.net
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
BuildRequires: fdupes
# Needed for directory ownership # Needed for directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
BuildRequires: glib2-devel BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-doc-utils-devel
BuildRequires: gtk2-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: nautilus-devel
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libnautilus-extension)
BuildRequires: pkgconfig(gtk+-3.0)
Recommends: %{name}-lang Recommends: %{name}-lang
# Formats that we really want to support by default # Formats that we really want to support by default
Requires: bzip2 Requires: bzip2