rpms/kphotobymail/devel kphotobymail.spec,1.3,1.4

Kushal Das (kushal) fedora-extras-commits at redhat.com
Tue Dec 12 14:30:15 UTC 2006


Author: kushal

Update of /cvs/extras/rpms/kphotobymail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17515

Modified Files:
	kphotobymail.spec 
Log Message:

trying to fix the error



Index: kphotobymail.spec
===================================================================
RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kphotobymail.spec	12 Dec 2006 13:57:28 -0000	1.3
+++ kphotobymail.spec	12 Dec 2006 14:29:45 -0000	1.4
@@ -3,12 +3,16 @@
 
 Name:		kphotobymail
 Version: 	0.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A PyQt based application for uploading photos to flickr account
 Group:		Applications/Internet
 License:	GPL
 URL:		http://kphotobymail.sourceforge.net/
 Source: 	http://dl.sourceforge.net/sourceforge/kphotobymail/kphotobymail-%{version}.tar.gz
+# fix for python >= 2.5
+%if "%{?fedora}" > "6"
+BuildRequires: python-devel
+%endif
 
 BuildArch: 	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,6 +61,9 @@
 %{_datadir}/applications/fedora-kphotobymail.desktop
 
 %changelog
+* Tue Dec 12 2006 Kushal Das <kushal at fedoraproject.org> 0.4-3
+- Fixing for python 2.5
+
 * Tue Dec 12 2006 Kushal Das <kushal at fedoraproject.org> 0.4-2
 - Fixing for python 2.5
 




More information about the fedora-extras-commits mailing list