diff --git python-exif/python-exif.spec python-exif/python-exif.spec.tmp index 29268a5a92..3903579329 100644 --- python-exif/python-exif.spec +++ python-exif/python-exif.spec.tmp @@ -4,7 +4,7 @@ Summary: Python module to extract EXIF information Name: python-exif Version: 2.1.2 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: Development/Libraries URL: https://github.com/ianare/exif-py @@ -17,9 +17,17 @@ BuildRequires: python3-setuptools BuildRequires: python3-devel %endif -%description +%global _description\ Python Library to extract EXIF information in digital camera image files. +%description %_description + +%package -n python2-exif +Summary: %summary +%{?python_provide:%python_provide python2-exif} + +%description -n python2-exif %_description + %if 0%{?with_python3} %package -n python3-exif Summary: Python 3 module to extract EXIF information @@ -57,7 +65,7 @@ popd %{__python2} setup.py install -O1 --skip-build --root %{buildroot} ln -s EXIF.py %{buildroot}%{_bindir}/EXIF -%files +%files -n python2-exif %doc ChangeLog.rst LICENSE.txt README.rst %{_bindir}/EXIF %{_bindir}/EXIF.py @@ -74,6 +82,10 @@ ln -s EXIF.py %{buildroot}%{_bindir}/EXIF %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.1.2-8 +- Python 2 binary package renamed to python2-exif + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild