Author: goetz
Date: Mon Dec  4 11:31:29 2006
New Revision: 90360

Added:
   packages/cooker/glade3/current/SOURCES/glade3-3.1.1.tar.bz2   (contents, 
props changed)
Modified:
   packages/cooker/glade3/current/SPECS/glade3.spec

Log:
- new version
- add python binding


Added: packages/cooker/glade3/current/SOURCES/glade3-3.1.1.tar.bz2
==============================================================================
Binary file. No diff available.

Modified: packages/cooker/glade3/current/SPECS/glade3.spec
==============================================================================
--- packages/cooker/glade3/current/SPECS/glade3.spec    (original)
+++ packages/cooker/glade3/current/SPECS/glade3.spec    Mon Dec  4 11:31:29 2006
@@ -4,8 +4,8 @@
 
 Summary:       GTK+ / GNOME 2 widget builder
 Name:          %{name}
-Version:       3.1.0
-Release: %mkrel 2
+Version:       3.1.1
+Release: %mkrel 1
 Epoch: 1
 License:       LGPL
 Url:           http://glade.gnome.org/
@@ -16,6 +16,7 @@
 BuildRequires:         libxml2-devel
 BuildRequires:         libgnomeprintui-devel
 BuildRequires:         libgnomeui2-devel
+BuildRequires:         libpython-devel
 BuildRequires:         desktop-file-utils
 BuildRequires:         gtk-doc
 BuildRequires:         perl-XML-Parser
@@ -96,7 +97,7 @@
 convert -size 48x48 glade-3.png %{buildroot}%{_liconsdir}/%{name}.png
 
 find %buildroot -name \*.la|xargs chmod 644
-rm -f %buildroot%_libdir/glade3/modules/libglade*a
+rm -f %buildroot%_libdir/glade3/*/libglade*a
 
 %post
 %update_menus
@@ -118,8 +119,12 @@
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/glade-3
+%dir %{_libdir}/glade3/
+%dir %{_libdir}/glade3/modules/
+%dir %{_libdir}/glade3/bindings
 %{_libdir}/glade3/modules/libgladegtk.so
 %{_libdir}/glade3/modules/libgladegnome.so
+%{_libdir}/glade3/bindings/libgladepython.so
 %{_datadir}/glade3
 %{_datadir}/applications/glade-3.desktop
 %_datadir/icons/hicolor/*/apps/glade*

Reply via email to