Hello community, here is the log from the commit of package libpeas for openSUSE:Factory checked in at Fri Oct 7 10:31:57 CEST 2011.
-------- --- openSUSE:Factory/libpeas/libpeas.changes 2011-10-04 16:59:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/libpeas/libpeas.changes 2011-10-05 15:11:48.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Oct 5 13:07:55 UTC 2011 - [email protected] + +- Build and package the glade catalog (bnc#689575): + + Add pkgconfig(gladeui-2.0) BuildRequires. + + Pass --enable-glade-catalog to configure. + + Create glade-catalog-libpeas subpackage. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpeas.spec ++++++ --- /var/tmp/diff_new_pack.iBvWvK/_old 2011-10-07 10:31:43.000000000 +0200 +++ /var/tmp/diff_new_pack.iBvWvK/_new 2011-10-07 10:31:43.000000000 +0200 @@ -29,6 +29,7 @@ BuildRequires: libseed-gtk3-devel BuildRequires: python-devel BuildRequires: pkgconfig(gjs-internals-1.0) >= 1.29.16 +BuildRequires: pkgconfig(gladeui-2.0) BuildRequires: pkgconfig(gobject-2.0) >= 2.23.6 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.1 @@ -109,6 +110,21 @@ libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility. +%package -n glade-catalog-libpeas +License: LGPLv2+ +Summary: GObject-based Plugin Engine -- Catalog for Glade +Group: Development/Tools/GUI Builders +Requires: libpeas-gtk-1_0-0 = %{version} +Requires: glade +Supplements: packageand(glade:%{name}-devel) + +%description -n glade-catalog-libpeas +libpeas is a gobject-based plugin engine, and is targetted at giving +every application the chance to assume its own extensibility. + +This package provides a catalog for Glade, to allow the use the libpeas +widgets in Glade. + %package devel License: LGPLv2+ Summary: GObject-based Plugin Engine -- Development Files @@ -125,7 +141,8 @@ %setup -q %build -%configure +%configure \ + --enable-glade-catalog make %{?_smp_flag} V=1 %install @@ -178,6 +195,10 @@ %{_bindir}/peas-demo %{_libdir}/peas-demo/ +%files -n glade-catalog-libpeas +%defattr(-,root,root) +%{_datadir}/glade/catalogs/libpeas-gtk.xml + %files devel %defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/libpeas/ continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
