rpms/alacarte/devel python25.patch, NONE, 1.1 alacarte.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 9 05:25:00 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/alacarte/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2215

Modified Files:
	alacarte.spec 
Added Files:
	python25.patch 
Log Message:
python2.5


python25.patch:
 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE python25.patch ---
--- alacarte-0.10.1/configure.ac.python	2006-12-09 00:22:36.000000000 -0500
+++ alacarte-0.10.1/configure.ac	2006-12-09 00:22:57.000000000 -0500
@@ -19,7 +19,7 @@
 AM_GLIB_GNU_GETTEXT
 IT_PROG_INTLTOOL([0.35.0])
 
-AM_PATH_PYTHON_VERSION(2.4, 2.4.0)
+AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0)
 
 PKG_CHECK_MODULES(ALACARTE, libgnome-menu >= 2.15)
 


Index: alacarte.spec
===================================================================
RCS file: /cvs/dist/rpms/alacarte/devel/alacarte.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- alacarte.spec	6 Dec 2006 23:17:25 -0000	1.22
+++ alacarte.spec	9 Dec 2006 05:24:57 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           alacarte
 Version:        0.10.1
-Release: 2%{?dist}
+Release: 	3%{?dist}
 Summary:        Simple menu editor for GNOME
 
 Group:          Applications/System
@@ -16,10 +16,14 @@
 BuildRequires:  pygtk2-devel
 BuildRequires:  pkgconfig
 BuildRequires:	gnome-menus-devel >= 2.15.4
+BuildRequires:	autoconf
 Requires: 	pygtk2, gnome-python2-gconf 
 Requires:	gnome-menus >= 2.15.4
 Obsoletes:      smeg
 Provides:       smeg %{version}-%{release}
+
+Patch0: 	python25.patch
+
 %description
 Alacarte is a menu editor for GNOME that lets you get things done,
 simply and quickly. 
@@ -28,8 +32,10 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .python25
 
 %build
+autoconf
 %{configure}
 make
 
@@ -65,6 +71,9 @@
 %{_datadir}/icons/hicolor/scalable/apps/alacarte.svg
 
 %changelog
+* Sat Dec  9 2006 Matthias Clasen <mclasen at redhat.com> - 0.10.1-3
+- try again 
+
 * Wed Dec  6 2006 Jeremy Katz <katzj at redhat.com> - 0.10.1-2
 - build against python 2.5 
 




More information about the fedora-cvs-commits mailing list