Python 2 binary package renamed to python2-cpio
This commit is contained in:
parent
3783a88dbb
commit
8219d97f00
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-cpio
|
Name: python-cpio
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Summary: A Python module for accessing cpio archives
|
Summary: A Python module for accessing cpio archives
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -17,9 +17,17 @@ BuildArch: noarch
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%description
|
%global _description\
|
||||||
This is a Python module for accessing cpio archives.
|
This is a Python module for accessing cpio archives.
|
||||||
|
|
||||||
|
%description %_description
|
||||||
|
|
||||||
|
%package -n python2-cpio
|
||||||
|
Summary: %summary
|
||||||
|
%{?python_provide:%python_provide python2-cpio}
|
||||||
|
|
||||||
|
%description -n python2-cpio %_description
|
||||||
|
|
||||||
%package -n python3-cpio
|
%package -n python3-cpio
|
||||||
Summary: A Python module for accessing cpio archives
|
Summary: A Python module for accessing cpio archives
|
||||||
|
|
||||||
@ -38,7 +46,7 @@ This is a Python module for accessing cpio archives.
|
|||||||
%py2_install
|
%py2_install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%files
|
%files -n python2-cpio
|
||||||
%license COPYING.lib
|
%license COPYING.lib
|
||||||
%doc AUTHORS ChangeLog README TODO
|
%doc AUTHORS ChangeLog README TODO
|
||||||
%{python_sitelib}/cpioarchive.py*
|
%{python_sitelib}/cpioarchive.py*
|
||||||
@ -53,6 +61,10 @@ This is a Python module for accessing cpio archives.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.1-26
|
||||||
|
- Python 2 binary package renamed to python2-cpio
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-25
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-25
|
||||||
- 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