From ff107562262c0ec4743cb2d7364548ebb44d6e3e Mon Sep 17 00:00:00 2001 From: pertusus Date: Wed, 3 Jan 2007 15:50:02 +0000 Subject: [PATCH] - remove requires for python-abi (automatic now) and python directory - remove package name from summary - change tabs to spaces --- pyxdg.spec | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pyxdg.spec b/pyxdg.spec index 5f4cac2..3b9356f 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -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 - 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 - 0.15-4 - rebuild for python 2.5