- 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

@ -2,8 +2,8 @@
Name: pyxdg Name: pyxdg
Version: 0.15 Version: 0.15
Release: 4%{?dist} Release: 5%{?dist}
Summary: PyXDG is a python library to access freedesktop.org standards Summary: Python library to access freedesktop.org standards
Group: Development/Libraries Group: Development/Libraries
@ -14,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]"), %{python_sitelib}
%description %description
PyXDG is a python library to access freedesktop.org standards PyXDG is a python library to access freedesktop.org standards
@ -38,6 +37,11 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/xdg %{python_sitelib}/xdg
%changelog %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 * Thu Dec 21 2006 Patrice Dumas <pertusus@free.fr> - 0.15-4
- rebuild for python 2.5 - rebuild for python 2.5