Rebuild
This commit is contained in:
parent
944282e268
commit
9d5d2d643b
10
libpeas.spec
10
libpeas.spec
@ -1,6 +1,6 @@
|
||||
Name: libpeas
|
||||
Version: 0.7.1
|
||||
Release: 2.gita2f98e%{?dist}
|
||||
Release: 3.gita2f98e%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -8,7 +8,7 @@ License: LGPLv2+
|
||||
URL: http://ftp.acc.umu.se/pub/GNOME/sources/libpeas/
|
||||
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gtk3-devel >= 2.99.0
|
||||
BuildRequires: pygobject2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: intltool
|
||||
@ -17,6 +17,9 @@ BuildRequires: libtool
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection
|
||||
|
||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||
Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
to GTK+ and glib-based applications.
|
||||
@ -90,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-3.gita2f98e
|
||||
- Rebuild against newer gtk
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.1-2.gita2f98e
|
||||
- Rebuild against newer gtk
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user