[pycolumnize] New release of the source

Kushal Das kushal at fedoraproject.org
Thu Jul 14 07:07:06 UTC 2011


commit d5056c9c1602516aae1a63807a026a13fdc521bc
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Thu Jul 14 12:33:30 2011 +0530

    New release of the source

 pycolumnize.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/pycolumnize.spec b/pycolumnize.spec
index 6fd81bb..b9c063b 100644
--- a/pycolumnize.spec
+++ b/pycolumnize.spec
@@ -1,15 +1,13 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pycolumnize
-Version:        0.3.2
-Release:        5%{?dist}
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        Python module to align in columns a simple list
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://code.google.com/p/pycolumnize/
 Source0:        http://pycolumnize.googlecode.com/files/columnize-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools-devel
@@ -30,8 +28,6 @@ A string with embedded newline characters is returned.
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 
 %files
@@ -42,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 14 2011 Kushal Das <kushal at fedoraproject.org> - 0.3.3-1
+- New release of the source
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list