diff --git a/.cvsignore b/.cvsignore index 56612a9..c7cc1f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpeas-0.5.0.tar.bz2 +libpeas-0.5.1.tar.bz2 diff --git a/0001-Install-peas-demo-plugins-in-the-right-location.patch b/0001-Install-peas-demo-plugins-in-the-right-location.patch deleted file mode 100644 index 57cc5aa..0000000 --- a/0001-Install-peas-demo-plugins-in-the-right-location.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 3111185550c82feca0d92b112ef825d07446c011 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Mon, 14 Jun 2010 17:13:16 +0100 -Subject: [PATCH] Install peas-demo plugins in the right location - -use $(libdir) and not $(prefix)/lib for the plugins. ---- - peas-demo/plugins/helloworld/Makefile.am | 2 +- - peas-demo/plugins/pythonhello/Makefile.am | 2 +- - peas-demo/plugins/seedhello/Makefile.am | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/peas-demo/plugins/helloworld/Makefile.am b/peas-demo/plugins/helloworld/Makefile.am -index 7f44913..5140f90 100644 ---- a/peas-demo/plugins/helloworld/Makefile.am -+++ b/peas-demo/plugins/helloworld/Makefile.am -@@ -1,4 +1,4 @@ --plugindir = $(prefix)/lib/peas-demo/plugins/helloworld -+plugindir = $(libdir)/peas-demo/plugins/helloworld - - INCLUDES = \ - -I$(top_srcdir) \ -diff --git a/peas-demo/plugins/pythonhello/Makefile.am b/peas-demo/plugins/pythonhello/Makefile.am -index 244eead..ba08e5e 100644 ---- a/peas-demo/plugins/pythonhello/Makefile.am -+++ b/peas-demo/plugins/pythonhello/Makefile.am -@@ -1,4 +1,4 @@ --plugindir = $(prefix)/lib/peas-demo/plugins/pythonhello -+plugindir = $(libdir)/peas-demo/plugins/pythonhello - - plugin_PYTHON = \ - pythonhello.py -diff --git a/peas-demo/plugins/seedhello/Makefile.am b/peas-demo/plugins/seedhello/Makefile.am -index 4166558..640b84c 100644 ---- a/peas-demo/plugins/seedhello/Makefile.am -+++ b/peas-demo/plugins/seedhello/Makefile.am -@@ -1,4 +1,4 @@ --plugindir = $(prefix)/lib/peas-demo/plugins/seedhello -+plugindir = $(libdir)/peas-demo/plugins/seedhello - - plugin_DATA = \ - seedhello.js \ --- -1.7.0.1 - diff --git a/libpeas.spec b/libpeas.spec index 9b07d11..69c39c6 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -1,19 +1,18 @@ Name: libpeas -Version: 0.5.0 -Release: 4%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: Plug-ins implementation convenience library Group: System Environment/Libraries License: LGPLv2+ URL: http://ftp.acc.umu.se/pub/GNOME/sources/libpeas/ Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2 -# https://bugzilla.gnome.org/show_bug.cgi?id=621563 -Patch0: 0001-Install-peas-demo-plugins-in-the-right-location.patch -BuildRequires: autoconf automake libtool intltool gettext-devel gnome-common BuildRequires: gtk3-devel BuildRequires: pygobject2-devel BuildRequires: python-devel +BuildRequires: intltool +BuildRequires: libtool # For the girepository-1.0 directory Requires: gobject-introspection @@ -35,8 +34,6 @@ that are needed to write applications that use libpeas. %prep %setup -q -%patch0 -p1 -b .libdir -autoreconf -f %build %configure @@ -91,6 +88,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/*.pc %changelog +* Mon Jun 28 2010 Bastien Nocera 0.5.1-1 +- Update to 0.5.1 + * Thu Jun 24 2010 Bastien Nocera 0.5.0-4 - Document rpath work-arounds disabling, and remove verbose build diff --git a/sources b/sources index 900a2d4..675d06b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e42d9b1b1137081905d4fac0a198c66 libpeas-0.5.0.tar.bz2 +4b04f0e34d3fab83641b811ca9f94da6 libpeas-0.5.1.tar.bz2