- remove requires for python-abi (automatic now) and python directory

- remove package name from summary
- change tabs to spaces
This commit is contained in:
pertusus 2007-01-03 15:50:02 +00:00
parent 5d2a947cc3
commit ff10756226

View File

@ -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 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/xdg
%changelog
* Wed Jan 3 2007 Patrice Dumas <pertusus@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@free.fr> - 0.15-4
- rebuild for python 2.5