forked from pool/eog-plugins
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:
commit
2d3f12a285
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c5268a270c3bea13cadc408ab133c4f2d2a993ed118beba880514ef1ce7fda
|
||||
size 368037
|
3
eog-plugins-3.2.0.tar.bz2
Normal file
3
eog-plugins-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f3ce2ae3c71d852fb3b5b86dd99efd04c3408130b96aaca85f0d5d3630c1bbd
|
||||
size 373815
|
@ -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
|
||||
|
||||
|
@ -18,15 +18,14 @@
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 3.1.2
|
||||
Release: 2
|
||||
# FIXME: remove sed hack in %%prep when champlain 0.12 support is upstream (bgo#658349)
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
License: GPLv2+
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
Group: Productivity/Graphics/Viewers
|
||||
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: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -37,8 +36,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libgdata)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
BuildRequires: pkgconfig(pygobject-2.0)
|
||||
Requires: %{name}-lang = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Requires: eog
|
||||
Enhances: eog
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -51,18 +49,12 @@ This package contains plugins for additional features in Eye of GNOME.
|
||||
%prep
|
||||
%setup -q
|
||||
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
|
||||
%configure \
|
||||
--with-plugins=all \
|
||||
--enable-python
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%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
|
||||
%fdupes %{buildroot}/%{_libdir}/eog/plugins
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user