rpms/ntfs-config/devel ntfs-config-1.0.1-py26.patch, NONE, 1.1 ntfs-config.spec, 1.12, 1.13

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Dec 5 03:32:32 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/ntfs-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3826

Modified Files:
	ntfs-config.spec 
Added Files:
	ntfs-config-1.0.1-py26.patch 
Log Message:
clog

ntfs-config-1.0.1-py26.patch:

--- NEW FILE ntfs-config-1.0.1-py26.patch ---
--- ntfs-config-1.0.1/configure.in.py26	2007-07-17 00:34:09.000000000 +0900
+++ ntfs-config-1.0.1/configure.in	2008-12-05 12:23:59.000000000 +0900
@@ -36,7 +36,7 @@
 AC_PROG_INTLTOOL
 
 # Check for python > 2.4 and pygtk > 2.6
-AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0)
+AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0, 2.6, 2.6.0)
 AC_DEFUN([required_pygtk_version], [2.6.0])
 AC_SUBST([PYOPTIONS], [-OOt])
 AC_MSG_CHECKING(for pygtk >= required_pygtk_version installed)


Index: ntfs-config.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-config/devel/ntfs-config.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ntfs-config.spec	29 Nov 2008 16:55:43 -0000	1.12
+++ ntfs-config.spec	5 Dec 2008 03:32:02 -0000	1.13
@@ -3,13 +3,14 @@
 
 Name:		ntfs-config
 Version:	1.0.1
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	A front-end to Enable/disable NTFS write support
 
 Group:		Applications/System          
 License:	GPLv2+        
 URL:		http://flomertens.free.fr/ntfs-config            
 Source0:	http://flomertens.free.fr/ntfs-config/download/source/%{name}-%{version}.tar.gz
+Patch0:	ntfs-config-1.0.1-py26.patch
 ##Added by upstream
 #Source1:	%{name}.pam
 #Source2:	%{name}.consoleapps
@@ -21,6 +22,7 @@
 BuildRequires:	python-devel, pygtk2-devel
 Buildrequires:	hal-devel, libglade2-devel
 BuildRequires:	desktop-file-utils
+BuildRequires:	autoconf
 Requires:	ntfs-3g     
 Requires:	usermode
 
@@ -39,6 +41,8 @@
 #Rename to base package name [[experimental]].
 #sed -e 's|%{name}-root|%{name}|g' -i data/pam/Makefile{.am,.in}
 #sed -e 's|$(bindir)/%{name}|$(bindir)/%{name}-root|g' -i data/pam/Makefile{.am,.in}
+%patch0 -p1 -b .py26
+autoconf
 
 %build
 %configure
@@ -111,6 +115,9 @@
 
 
 %changelog
+* Fri Dec  5 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.0.1-4
+- Patch to compile with Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0.1-3
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list