%global srcname columnize Name: pycolumnize Version: 0.3.5 Release: 1%{?dist} Summary: Python module to align in columns a simple list License: MIT URL: http://code.google.com/p/pycolumnize/ Source0: http://pycolumnize.googlecode.com/files/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools %description A Python module to format a simple (i.e. not nested) list into aligned columns. A string with embedded newline characters is returned. %prep %setup -q -n %{srcname}-%{version} rm -rf %{srcname}.egg-info %build %{__python2} setup.py build %install %{__python2} setup.py install --skip-build --root %{buildroot} %files %doc NEWS README.txt %{python2_sitelib}/*egg-info %{python2_sitelib}/%{srcname}.* %changelog * Sun Aug 03 2014 Fabian Affolter - 0.3.5-1 - Update spec file - Update to lastest upsteam release 0.3.5 * Mon Jun 30 2014 Toshio Kuratomi - 0.3.3-7 - Replace python-setuptools-devel BR with python-setuptools * Sat Jun 07 2014 Fedora Release Engineering - 0.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Jul 14 2011 Kushal Das - 0.3.3-1 - New release of the source * Tue Feb 08 2011 Fedora Release Engineering - 0.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sun Jul 26 2009 Fedora Release Engineering - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jun 23 2009 Kushal Das 0.3.2-2 - Removing comments * Tue Jun 23 2009 Kushal Das 0.3.2-1 - Initial release