Python 2 binary package renamed to python2-blinker
This commit is contained in:
parent
0a12af87ad
commit
c5949fe249
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-blinker
|
Name: python-blinker
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Fast, simple object-to-object and broadcast signaling
|
Summary: Fast, simple object-to-object and broadcast signaling
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -19,10 +19,18 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%global _description\
|
||||||
Blinker provides a fast dispatching system that allows any number
|
Blinker provides a fast dispatching system that allows any number\
|
||||||
of interested parties to subscribe to events, or "signals".
|
of interested parties to subscribe to events, or "signals".
|
||||||
|
|
||||||
|
%description %_description
|
||||||
|
|
||||||
|
%package -n python2-blinker
|
||||||
|
Summary: %summary
|
||||||
|
%{?python_provide:%python_provide python2-blinker}
|
||||||
|
|
||||||
|
%description -n python2-blinker %_description
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-blinker
|
%package -n python3-blinker
|
||||||
Summary: Fast, simple object-to-object and broadcast signaling
|
Summary: Fast, simple object-to-object and broadcast signaling
|
||||||
@ -61,7 +69,7 @@ popd
|
|||||||
%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -n python2-blinker
|
||||||
%doc docs/ CHANGES LICENSE README PKG-INFO
|
%doc docs/ CHANGES LICENSE README PKG-INFO
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
%{python_sitelib}/%{mod_name}
|
%{python_sitelib}/%{mod_name}
|
||||||
@ -75,6 +83,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3-12
|
||||||
|
- Python 2 binary package renamed to python2-blinker
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11
|
||||||
- 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