Author: neoclust
Date: Wed Jan 31 22:33:20 2007
New Revision: 115769

Modified:
   packages/cooker/python-ID3/current/SPECS/python-ID3.spec

Log:
- Rebuild against new python

Modified: packages/cooker/python-ID3/current/SPECS/python-ID3.spec
==============================================================================
--- packages/cooker/python-ID3/current/SPECS/python-ID3.spec    (original)
+++ packages/cooker/python-ID3/current/SPECS/python-ID3.spec    Wed Jan 31 
22:33:20 2007
@@ -1,5 +1,5 @@
 %define version 1.2
-%define release %mkrel 8
+%define release %mkrel 9
 %define fname id3-py
 %define oname ID3
 
@@ -13,7 +13,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Url: http://id3-py.sourceforge.net
 Requires: python
-BuildRequires: libpython-devel >= %{pyver}
+BuildRequires: python-devel >= %{pyver}
 BuildArch: noarch
 
 %description
@@ -38,5 +38,6 @@
 %files
 %defattr(-,root,root)
 %doc CHANGES COPYING README id3-tagger.py
-%{_libdir}/python%{pyver}/site-packages/ID3.py
-%{_libdir}/python%{pyver}/site-packages/ID3.pyc
+%py_puresitedir/ID3.py
+%py_puresitedir/ID3.pyc
+%py_puresitedir/*.egg-info

Reply via email to