Accepting request 85770 from GNOME:Factory

Do not BuildRequires pygobject (forwarded request 85765 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/85770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog-plugins?expand=0&rev=13
This commit is contained in:
Ruediger Oertel 2011-10-04 14:55:55 +00:00 committed by Git OBS Bridge
commit 441e502076
4 changed files with 36 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0c5268a270c3bea13cadc408ab133c4f2d2a993ed118beba880514ef1ce7fda
size 368037

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f3ce2ae3c71d852fb3b5b86dd99efd04c3408130b96aaca85f0d5d3630c1bbd
size 373815

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Sep 30 08:37:26 UTC 2011 - vuntz@opensuse.org
- Remove unneeded pkgconfig(pygobject-2.0) BuildRequires.
- Change lang subpackages Requires to Recommends.
-------------------------------------------------------------------
Mon Sep 26 21:29:17 UTC 2011 - vuntz@opensuse.org
- Update to version 3.2.0:
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 22 21:07:08 UTC 2011 - vuntz@opensuse.org
- Update to version 3.1.3:
+ Map: bgo#658349, Support libchamplain 0.11/0.12
+ Updated translations.
- Remove sed hack in %prep to enable champlain 0.12 support: fixed
upstream.
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant/obsolete tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 6 11:41:58 UTC 2011 - vuntz@opensuse.org Tue Sep 6 11:41:58 UTC 2011 - vuntz@opensuse.org

View File

@ -18,15 +18,14 @@
Name: eog-plugins Name: eog-plugins
Version: 3.1.2 Version: 3.2.0
Release: 2 Release: 1
# FIXME: remove sed hack in %%prep when champlain 0.12 support is upstream (bgo#658349)
#FIXME: add postr BuildRequires when we have a package #FIXME: add postr BuildRequires when we have a package
License: GPLv2+ License: GPLv2+
Summary: A collection of plugins for Eye of GNOME Summary: A collection of plugins for Eye of GNOME
Group: Productivity/Graphics/Viewers Group: Productivity/Graphics/Viewers
Url: http://live.gnome.org/EyeOfGnome/Plugins Url: http://live.gnome.org/EyeOfGnome/Plugins
Source: http://download.gnome.org/sources/eog-plugins/3.1/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/eog-plugins/3.2/%{name}-%{version}.tar.bz2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool BuildRequires: intltool
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
@ -37,8 +36,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libgdata) BuildRequires: pkgconfig(libgdata)
BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libpeas-1.0)
BuildRequires: pkgconfig(pygobject-2.0) Recommends: %{name}-lang
Requires: %{name}-lang = %{version}
Requires: eog Requires: eog
Enhances: eog Enhances: eog
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -51,18 +49,12 @@ This package contains plugins for additional features in Eye of GNOME.
%prep %prep
%setup -q %setup -q
translation-update-upstream translation-update-upstream
# Support libchamplain 0.12; fail when this hack isn't needed anymore. See bgo#658349
grep -q champlain-gtk-0.12 configure.ac && false
sed -i "s:champlain-0.10:champlain-0.12:g" configure.ac
sed -i "s:champlain-gtk-0.10:champlain-gtk-0.12:g" configure.ac
sed -i "s:champlain-0.10:champlain-0.12:g" configure
sed -i "s:champlain-gtk-0.10:champlain-gtk-0.12:g" configure
%build %build
%configure \ %configure \
--with-plugins=all \ --with-plugins=all \
--enable-python --enable-python
%__make %{?jobs:-j%jobs} V=1 make %{?_smp_mflags} V=1
%install %install
%makeinstall %makeinstall
@ -70,9 +62,6 @@ sed -i "s:champlain-gtk-0.10:champlain-gtk-0.12:g" configure
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}/%{_libdir}/eog/plugins %fdupes %{buildroot}/%{_libdir}/eog/plugins
%clean
rm -rf %{buildroot}
%post %post
%glib2_gsettings_schema_post %glib2_gsettings_schema_post