Add Requires for Python plugin support (#750925)
This commit is contained in:
parent
2443d6d4d0
commit
71ca11052f
10
libpeas.spec
10
libpeas.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -26,6 +26,11 @@ BuildRequires: pkgconfig(gladeui-2.0)
|
||||
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection%{?_isa}
|
||||
# Required to use the Python plugin support.
|
||||
Requires: pygobject3
|
||||
%if %{use_python3}
|
||||
Requires: python3-gobject
|
||||
%endif
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
@ -106,6 +111,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2015 David King <amigadave@amigadave.com> - 1.15.0-2
|
||||
- Add Requires for Python plugin support (#750925)
|
||||
|
||||
* Thu Jun 25 2015 David King <amigadave@amigadave.com> - 1.15.0-1
|
||||
- Update to 1.15.0 (#1235615)
|
||||
- Update URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user