rpms/kphotobymail/FC-6 kphotobymail.spec,1.2,1.3

Kushal Das (kushal) fedora-extras-commits at redhat.com
Wed Jan 3 21:52:35 UTC 2007


Author: kushal

Update of /cvs/extras/rpms/kphotobymail/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6954

Modified Files:
	kphotobymail.spec 
Log Message:

Updated spec for the latest release



Index: kphotobymail.spec
===================================================================
RCS file: /cvs/extras/rpms/kphotobymail/FC-6/kphotobymail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kphotobymail.spec	7 Oct 2006 08:08:37 -0000	1.2
+++ kphotobymail.spec	3 Jan 2007 21:52:05 -0000	1.3
@@ -2,21 +2,25 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		kphotobymail
-Version: 	0.4
+Version: 	0.4.1
 Release:	1%{?dist}
-Summary:	A PyQt based application for uploading photos to flickr account
+Summary:	A PyKDE 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)
-BuildRequires:	desktop-file-utils python >= 2.4, PyQt >= 3.15
-Requires:	python >= 2.4, PyQt >= 3.15
+BuildRequires:	desktop-file-utils python >= 2.4, PyQt >= 3.15, PyKDE >= 3.16
+Requires:	python >= 2.4, PyQt >= 3.15, PyKDE >= 3.16
 
 %description
-Kphotobymail is a PyQt based application for uploading photos 
+Kphotobymail is a PyKDE based application for uploading photos 
 to flickr account.You can also use it to send emails with photo 
 attachment on the fly.
 
@@ -43,7 +47,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs/COPYING docs/LICENSE docs/README
+%doc docs/COPYING docs/LICENSE docs/README docs/ChangeLog
 %{_bindir}/kphotobymail
 %dir %{python_sitelib}/Kphotobymail
 %{python_sitelib}/Kphotobymail/*.py
@@ -57,6 +61,15 @@
 %{_datadir}/applications/fedora-kphotobymail.desktop
 
 %changelog
+* Thu Jan 04 2007 Kushal Das <kushal at fedoraproject.org> 0.4.1-1
+- New release 0.4.1
+
+* 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
+
 * Sat Oct 07 2006 Kushal Das <kushal at fedoraproject.org> 0.4-1
 - new release
 




More information about the fedora-extras-commits mailing list