1.7.0
This commit is contained in:
parent
dabc5662dc
commit
0c04b20e93
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/libpeas-1.6.0.tar.xz
|
||||
/libpeas-1.6.1.tar.xz
|
||||
/libpeas-1.6.2.tar.xz
|
||||
/libpeas-1.7.0.tar.xz
|
||||
|
||||
10
libpeas.spec
10
libpeas.spec
@ -7,19 +7,21 @@
|
||||
%endif
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.6.2
|
||||
Version: 1.7.0
|
||||
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}/1.6/%{name}-%{version}.tar.xz
|
||||
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/1.7/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gtk3-devel >= 3.0.0
|
||||
BuildRequires: pygobject3-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
%if %{use_seed}
|
||||
@ -87,6 +89,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%dir %{_libdir}/libpeas-1.0/
|
||||
%dir %{_libdir}/libpeas-1.0/loaders
|
||||
%{_libdir}/libpeas-1.0/loaders/libpythonloader.so
|
||||
%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
|
||||
%if %{use_seed}
|
||||
%{_libdir}/libpeas-1.0/loaders/libseedloader.so
|
||||
%endif
|
||||
@ -107,6 +110,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Sun Jan 06 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Wed Nov 28 2012 Kalev Lember <kalevlember@gmail.com> - 1.6.2-1
|
||||
- Update to 1.6.2
|
||||
- Avoid runtime deps on gtk-doc (#754495)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user