SPECS: python-gnome-desktop.spec - 2.26.0 - use bundled waf - don't change ...

patrys patrys at pld-linux.org
Wed Mar 18 15:43:08 CET 2009


Author: patrys                       Date: Wed Mar 18 14:43:08 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.26.0
- use bundled waf
- don't change it back to system waf, waf is not indended to be used that way

---- Files affected:
SPECS:
   python-gnome-desktop.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/python-gnome-desktop.spec
diff -u SPECS/python-gnome-desktop.spec:1.46 SPECS/python-gnome-desktop.spec:1.47
--- SPECS/python-gnome-desktop.spec:1.46	Sun Mar 15 00:22:48 2009
+++ SPECS/python-gnome-desktop.spec	Wed Mar 18 15:43:03 2009
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define		module			gnome-python-desktop
 %define		pygtk_req		2:2.12.0
-%define		gnome_python_req	2.22.0
+%define		gnome_python_req	2.26.0
 #
 # Conditional builds:
 %bcond_without	totem		# disable totem support
@@ -9,12 +9,12 @@
 Summary:	GNOME bindings for Python
 Summary(pl.UTF-8):	Wiązania Pythona do bibliotek GNOME
 Name:		python-gnome-desktop
-Version:	2.24.1
-Release:	3
+Version:	2.26.0
+Release:	1
 License:	GPL v2/LGPL v2.1 (see COPYING)
 Group:		Libraries/Python
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.24/%{module}-%{version}.tar.bz2
-# Source0-md5:	3eac6b859bff98148b021c9d11224ca5
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.26/%{module}-%{version}.tar.bz2
+# Source0-md5:	fbcf4ef5ec4a8c4eec4d390c5889c80f
 BuildRequires:	GConf2-devel >= 2.22.0
 BuildRequires:	bug-buddy >= 2.22.0
 BuildRequires:	gnome-desktop-devel >= 2.10.0
@@ -37,7 +37,6 @@
 BuildRequires:	python-pygtk-devel >= %{pygtk_req}
 BuildRequires:	rpmbuild(macros) >= 1.336
 %{?with_totem:BuildRequires:	totem-pl-parser-devel >= 1.6.0}
-BuildRequires:	waf >= 1.4.2
 %pyrequires_eq	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -250,16 +249,16 @@
 %setup -q -n %{module}-%{version}
 
 %build
-%waf configure \
+./waf configure \
 	--prefix %{_prefix} \
 	--libdir %{_libdir}
-%{__waf} -v build
+./waf -v build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__waf} install \
+./waf install \
 	--destdir $RPM_BUILD_ROOT
 
 # workaround http://bugzilla.gnome.org/show_bug.cgi?id=555137
@@ -324,7 +323,7 @@
 
 %files keyring
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/gnomekeyring.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/gnomekeyring.so
 
 %files libgtop
 %defattr(644,root,root,755)
@@ -367,6 +366,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2009/03/18 14:43:03  patrys
+- 2.26.0
+- use bundled waf
+- don't change it back to system waf, waf is not indended to be used that way
+
 Revision 1.46  2009/03/14 23:22:48  hawk
 - back to system waf
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-gnome-desktop.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list