SPECS: python-gnome-extras.spec - updated to 2.12.1 - updated libg...
paladine
paladine at pld-linux.org
Mon Nov 14 20:31:45 CET 2005
Author: paladine Date: Mon Nov 14 19:31:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.12.1
- updated libgda20 patch
- added examples subpackage
---- Files affected:
SPECS:
python-gnome-extras.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/python-gnome-extras.spec
diff -u SPECS/python-gnome-extras.spec:1.16 SPECS/python-gnome-extras.spec:1.17
--- SPECS/python-gnome-extras.spec:1.16 Tue Oct 25 15:03:46 2005
+++ SPECS/python-gnome-extras.spec Mon Nov 14 20:31:40 2005
@@ -10,8 +10,8 @@
Summary: GNOME bindings for Python
Summary(pl): Wiązania Pythona do bibliotek GNOME
Name: python-gnome-extras
-Version: 2.12.0
-Release: 4
+Version: 2.12.1
+Release: 1
License: GPL v2/LGPL v2.1 (see COPYING)
Group: Libraries/Python
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.12/%{module}-%{version}.tar.bz2
@@ -80,6 +80,18 @@
%description devel -l pl
Pliki programistyczne wiązań Pythona do GNOME.
+%package examples
+Summary: Example programs for python-gnome-extras
+Summary(pl): Przykładowe programy do python-gnome-extras
+Group: Libraries/Python
+Requires: %{name}-devel = %{version}-%{release}
+
+%description examples
+This package contains example programs for python-gnome-extras.
+
+%description -l pl examples
+Ten pakiet zawiera przykładowe programy dla python-gnome-extras.
+
%package applet
Summary: GNOME Applet bindings for Python
Summary(pl): Wiązania Pythona do biblioteki GNOME Applet
@@ -302,10 +314,14 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
HTML_DIR=%{_gtkdocdir}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
rm -f $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/{*.la,*/{*.la,*.py}}
%clean
@@ -320,6 +336,10 @@
%{pydefsdir}/*
%{_pkgconfigdir}/*.pc
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
+
%files applet
%defattr(644,root,root,755)
%attr(755,root,root) %{py_sitedir}/gtk-2.0/gnomeapplet.so
@@ -406,6 +426,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2005/11/14 19:31:40 paladine
+- updated to 2.12.1
+- updated libgda20 patch
+- added examples subpackage
+
Revision 1.16 2005/10/25 13:03:46 freetz
- own pygda-2.0 dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-gnome-extras.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list