[python-unidecode] This package does not use setuptools. Remove the BR for that. Also correct the

Toshio くらとみ toshio at fedoraproject.org
Mon Jul 23 00:06:00 UTC 2012


commit 29605f0cbe206ad6130bb2adf61baa84ce3f4f76
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sun Jul 22 17:05:50 2012 -0700

    This package does not use setuptools.  Remove the BR for that.  Also correct the
    
      %files list -- The egg-info is a file, not a directory (b/c it is created by
      %distutils, not by setuptools.)  Older rpms fixed up the entry behind the
      %scenes.  Newer ones fail so we need to correct it explicitly.

 python-unidecode.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python-unidecode.spec b/python-unidecode.spec
index 541a53c..d88d755 100644
--- a/python-unidecode.spec
+++ b/python-unidecode.spec
@@ -2,7 +2,7 @@
 
 Name:		python-unidecode
 Version:	0.04.7
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	US-ASCII transliterations of Unicode text
 
 Group:		Development/Libraries
@@ -11,8 +11,7 @@ URL:		http://pypi.python.org/pypi/%{srcname}/%{version}
 Source0:	http://pypi.python.org/packages/source/U/%{srcname}/%{srcname}-%{version}.tar.gz
 
 BuildArch:	noarch
-BuildRequires:	python-devel
-BuildRequires:	python-setuptools
+BuildRequires:	python2-devel
 
 %description
 This is a python port of Text::Unidecode Perl module. It provides a function,
@@ -31,9 +30,15 @@ characters.
 %files
 %doc README ChangeLog
 %{python_sitelib}/unidecode/
-%{python_sitelib}/*.egg-info/
+%{python_sitelib}/*.egg-info
 
 %changelog
+* Sun Jul 22 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.04.7-7
+- This package does not use setuptools.  Remove the BR for that.  Also correct the
+  %%files list -- The egg-info is a file, not a directory (b/c it is created by
+  %distutils, not by setuptools.)  Older rpms fixed up the entry behind the
+  %scenes.  Newer ones fail so we need to correct it explicitly.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04.7-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list