rpms/kphotobymail/devel kphotobymail.spec,1.6,1.7

Steven M. Parrish (tuxbrewr) fedora-extras-commits at redhat.com
Fri Jul 18 21:21:28 UTC 2008


Author: tuxbrewr

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

Modified Files:
	kphotobymail.spec 
Log Message:
Fixed unpackaged file causing build errors


Index: kphotobymail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kphotobymail/devel/kphotobymail.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kphotobymail.spec	5 Jun 2008 20:31:07 -0000	1.6
+++ kphotobymail.spec	18 Jul 2008 21:20:41 -0000	1.7
@@ -1,18 +1,17 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%define _default_patch_fuzz 2
 
 Name:		kphotobymail
 Version: 	0.4.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 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 0%{?fedora} > 6
+
 BuildRequires: python-devel
-%endif
 
 BuildArch: 	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +51,7 @@
 %dir %{python_sitelib}/Kphotobymail
 %{python_sitelib}/Kphotobymail/*.py
 %{python_sitelib}/Kphotobymail/*.pyc
+%{python_sitelib}/kphotobymail-0.4.1-py2.5.egg-info
 %ghost %{python_sitelib}/Kphotobymail/*.pyo
 %dir %{_datadir}/kphotobymail
 %{_datadir}/kphotobymail/*
@@ -61,6 +61,9 @@
 %{_datadir}/applications/fedora-kphotobymail.desktop
 
 %changelog
+* Fri Jul 18 2008 Steven M. Parrish <tuxbrewr at fedoraproject.org> 0.4.1-2
+- Fixed unpackaged file causing build errors
+ 
 * Thu Jan 04 2007 Kushal Das <kushal at fedoraproject.org> 0.4.1-1
 - New release 0.4.1
 




More information about the fedora-extras-commits mailing list