]> git.pld-linux.org Git - packages/python-setuptools.git/commitdiff
- added missing import to sdist module
authorwrobell <wrobell@pld-linux.org>
Sat, 13 Sep 2008 14:06:42 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    python-setuptools.spec -> 1.29

python-setuptools.spec

index bcce27d5f4658f29a3b8825a959a967f7e5d18cd..7c8d1eda7aab470fb16f0c0a24f4702081c8a319 100644 (file)
@@ -5,12 +5,13 @@ Summary:      A collection of enhancements to the Python distutils
 Summary(pl.UTF-8):     Zestaw rozszerzeń dla pythonowych distutils
 Name:          python-setuptools
 Version:       0.6
-Release:       1.%{subver}.%{rel}
+Release:       2.%{subver}.%{rel}
 Epoch:         1
 License:       GPL
 Group:         Development/Languages/Python
 Source0:       http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}%{subver}.tar.gz
 # Source0-md5: 0e9bbe1466f3ee29588cc09d3211a010
+Patch0:                %{name}-log.patch
 URL:           http://peak.telecommunity.com/DevCenter/setuptools
 BuildRequires: python-devel
 BuildArch:     noarch
@@ -57,6 +58,7 @@ oprogramowania wymagającego setuptools.
 
 %prep
 %setup -q -n %{module}-%{version}%{subver}
+%patch0 -p1
 
 %build
 %{__python} ./setup.py build
This page took 0.16102 seconds and 4 git commands to generate.