diff --git python-bibtex/python-bibtex.spec python-bibtex/python-bibtex.spec.tmp index 3bd3725f9b..862fe61c89 100644 --- python-bibtex/python-bibtex.spec +++ python-bibtex/python-bibtex.spec.tmp @@ -1,7 +1,7 @@ Summary: Python extension to parse BibTeX files Name: python-bibtex Version: 1.2.7 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: Development/Libraries Source: http://downloads.sourceforge.net/pybliographer/python-bibtex-1.2.7.tar.gz @@ -11,12 +11,19 @@ BuildRequires: python2-devel BuildRequires: glib2-devel BuildRequires: recode-devel +%global _description\ +This module contains two extensions needed for pybliographer:\ +- a bibtex parser\ +- a simple binding to GNU Recode + +%description %_description + +%package -n python2-bibtex +Summary: %summary Requires: recode +%{?python_provide:%python_provide python2-bibtex} -%description -This module contains two extensions needed for pybliographer: -- a bibtex parser -- a simple binding to GNU Recode +%description -n python2-bibtex %_description %prep %setup -q @@ -28,12 +35,16 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %{__python2} setup.py install --root $RPM_BUILD_ROOT -%files +%files -n python2-bibtex %doc ChangeLog NEWS README %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.7-10 +- Python 2 binary package renamed to python2-bibtex + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild