- remove requires for python-abi (automatic now) and python directory
- remove package name from summary - change tabs to spaces
This commit is contained in:
parent
5d2a947cc3
commit
ff10756226
10
pyxdg.spec
10
pyxdg.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Name: pyxdg
|
||||
Version: 0.15
|
||||
Release: 4%{?dist}
|
||||
Summary: PyXDG is a python library to access freedesktop.org standards
|
||||
Release: 5%{?dist}
|
||||
Summary: Python library to access freedesktop.org standards
|
||||
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -14,7 +14,6 @@ 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}
|
||||
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user