diff --git a/python-dialog.spec b/python-dialog.spec index 67dc8c2..8dee05d 100644 --- a/python-dialog.spec +++ b/python-dialog.spec @@ -3,7 +3,7 @@ Name: python-dialog Version: 3.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python interface to the Unix dialog utility Group: Development/Languages @@ -12,8 +12,6 @@ URL: http://pythondialog.sourceforge.net # Upstream releases two tarballs from the same sources Source0: https://pypi.python.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.bz2 Source1: https://pypi.python.org/packages/source/p/%{upstream_name2}/%{upstream_name2}-%{version}.tar.bz2 -# filed into upstream bugtracker as -# http://sourceforge.net/tracker/?func=detail&aid=3162630&group_id=58155&atid=486713 BuildArch: noarch BuildRequires: python2-devel @@ -49,10 +47,8 @@ tar -xvf %{SOURCE1} %build %py3_build -iconv -f latin2 -t utf-8 README.rst > README pushd %{upstream_name2}-%{version} %py2_build -iconv -f latin2 -t utf-8 README.rst > README popd %install @@ -63,19 +59,23 @@ popd %files -n python3-dialog %license COPYING -%doc README examples/ +%doc README.rst examples/ %{python3_sitelib}/dialog.py* %{python3_sitelib}/__pycache__/ %{python3_sitelib}/pythondialog-*.egg-info %files -n python2-dialog %license %{upstream_name2}-%{version}/COPYING -%doc %{upstream_name2}-%{version}/README %{upstream_name2}-%{version}/examples/ +%doc %{upstream_name2}-%{version}/README.rst %{upstream_name2}-%{version}/examples/ %{python2_sitelib}/dialog.py* %{python2_sitelib}/python2_pythondialog-*.egg-info %changelog +* Thu Dec 03 2015 Robert Buchholz - 3.3.0-4 +- No need to convert README, upstream provides utf-8 +- Remove obsolete comment + * Thu Nov 12 2015 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5