Python 2 binary package renamed to python2-meh
This commit is contained in:
parent
11272fa2c8
commit
4d4dd782f8
@ -7,7 +7,7 @@ Summary: A python library for handling exceptions
|
|||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: https://github.com/rhinstaller/python-meh
|
Url: https://github.com/rhinstaller/python-meh
|
||||||
Version: 0.44
|
Version: 0.44
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -38,16 +38,23 @@ BuildRequires: libreport-python3 >= %{libreportver}
|
|||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%global _description\
|
||||||
|
The python-meh package is a python library for handling, saving, and reporting\
|
||||||
|
exceptions.
|
||||||
|
|
||||||
|
%description %_description
|
||||||
|
|
||||||
|
%package -n python2-meh
|
||||||
|
Summary: %summary
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: rpm-python
|
Requires: rpm-python
|
||||||
Requires: libreport-cli >= %{libreportver}
|
Requires: libreport-cli >= %{libreportver}
|
||||||
Requires: libreport-python >= %{libreportver}
|
Requires: libreport-python >= %{libreportver}
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
%{?python_provide:%python_provide python2-meh}
|
||||||
|
|
||||||
%description
|
%description -n python2-meh %_description
|
||||||
The python-meh package is a python library for handling, saving, and reporting
|
|
||||||
exceptions.
|
|
||||||
|
|
||||||
%package gui
|
%package gui
|
||||||
Summary: Graphical user interface for the python-meh library
|
Summary: Graphical user interface for the python-meh library
|
||||||
@ -126,7 +133,7 @@ popd
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -n python2-meh -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog COPYING
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
@ -146,6 +153,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.44-6
|
||||||
|
- Python 2 binary package renamed to python2-meh
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-5
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user