diff --git python-asciitable/python-asciitable.spec python-asciitable/python-asciitable.spec.tmp index 4c41d2431d..30a484b7da 100644 --- python-asciitable/python-asciitable.spec +++ python-asciitable/python-asciitable.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{upname} Version: 0.8.0 -Release: 16%{dist} +Release: 17%{dist} Summary: Extensible ASCII table reader and writer License: BSD @@ -18,22 +18,29 @@ Source0: http://pypi.python.org/packages/source/a/%{upname}/%{upname}-%{version} BuildRequires: python2-devel python-nose BuildArch: noarch +%global _description\ +An extensible ASCII table reader. Asciitable can read a wide range of ASCII\ +table formats via built-in Extension Reader Classes:\ + * Basic: basic table with customizable delimiters and header configurations\ + * Cds: CDS format table (also Vizier and ApJ machine readable tables)\ + * CommentedHeader: column names given in a line that begins with\ + the comment character\ + * Daophot: table from the IRAF DAOphot package\ + * Ipac: IPAC format table\ + * Latex: LaTeX tables (plain and AASTex)\ + * NoHeader: basic table with no header where columns are auto-named\ + * Rdb: tab-separated values with an extra line after the column\ + definition line\ + * Tab: tab-separated values + +%description %_description + +%package -n python2-asciitable +Summary: %summary Requires: numpy +%{?python_provide:%python_provide python2-asciitable} -%description -An extensible ASCII table reader. Asciitable can read a wide range of ASCII -table formats via built-in Extension Reader Classes: - * Basic: basic table with customizable delimiters and header configurations - * Cds: CDS format table (also Vizier and ApJ machine readable tables) - * CommentedHeader: column names given in a line that begins with - the comment character - * Daophot: table from the IRAF DAOphot package - * Ipac: IPAC format table - * Latex: LaTeX tables (plain and AASTex) - * NoHeader: basic table with no header where columns are auto-named - * Rdb: tab-separated values with an extra line after the column - definition line - * Tab: tab-separated values +%description -n python2-asciitable %_description %if 0%{?with_python3} %package -n python3-asciitable @@ -95,7 +102,7 @@ popd %{__python} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-asciitable %doc CHANGES doc/index.rst %{python_sitelib}/* @@ -107,6 +114,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.0-17 +- Python 2 binary package renamed to python2-asciitable + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild