rpms/pyxdg/devel pyxdg.spec,1.5,1.6

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Jan 3 15:50:33 UTC 2007


Author: pertusus

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

Modified Files:
	pyxdg.spec 
Log Message:
* Wed Jan  3 2007 Patrice Dumas <pertusus at free.fr> - 0.15-5
- remove requires for python-abi (automatic now) and python directory
- remove package name from summary
- change tabs to spaces



Index: pyxdg.spec
===================================================================
RCS file: /cvs/extras/rpms/pyxdg/devel/pyxdg.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyxdg.spec	21 Dec 2006 13:28:09 -0000	1.5
+++ pyxdg.spec	3 Jan 2007 15:50:02 -0000	1.6
@@ -1,20 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Name:    	pyxdg
-Version: 	0.15
-Release: 	4%{?dist}
-Summary: 	PyXDG is a python library to access freedesktop.org standards
+Name:           pyxdg
+Version:        0.15
+Release:        5%{?dist}
+Summary:        Python library to access freedesktop.org standards
 
 
-Group:   	Development/Libraries
-License: 	LGPL
-URL:     	http://freedesktop.org/Software/pyxdg
-Source0: 	http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
-BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:	noarch
+Group:          Development/Libraries
+License:        LGPL
+URL:            http://freedesktop.org/Software/pyxdg
+Source0:        http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
 
-BuildRequires: 	python-devel
-Requires: 	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]"), %{python_sitelib}
+BuildRequires:  python-devel
 
 %description
 PyXDG is a python library to access freedesktop.org standards 
@@ -38,6 +37,11 @@
 %{python_sitelib}/xdg
 
 %changelog
+* Wed Jan  3 2007 Patrice Dumas <pertusus at free.fr> - 0.15-5
+- remove requires for python-abi (automatic now) and python directory
+- remove package name from summary
+- change tabs to spaces
+
 * Thu Dec 21 2006 Patrice Dumas <pertusus at free.fr> - 0.15-4
 - rebuild for python 2.5
 




More information about the fedora-extras-commits mailing list