Subpackage python2-cpio has been removed
This commit is contained in:
parent
9c8259ba96
commit
e201dfe596
@ -1,6 +1,6 @@
|
|||||||
Name: python-cpio
|
Name: python-cpio
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
Summary: A Python module for accessing cpio archives
|
Summary: A Python module for accessing cpio archives
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -9,7 +9,6 @@ Source0: http://download.berlios.de/python-cpio/python-cpio-0.1.tar.bz2
|
|||||||
Patch0: cpioarchive_supports_2_3.patch
|
Patch0: cpioarchive_supports_2_3.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
@ -17,12 +16,6 @@ This is a Python module for accessing cpio archives.
|
|||||||
|
|
||||||
%description %_description
|
%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: %summary
|
Summary: %summary
|
||||||
|
|
||||||
@ -33,19 +26,11 @@ Summary: %summary
|
|||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python2-cpio
|
|
||||||
%license COPYING.lib
|
|
||||||
%doc AUTHORS ChangeLog README TODO
|
|
||||||
%{python2_sitelib}/cpioarchive.py*
|
|
||||||
%{python2_sitelib}/*.egg-info
|
|
||||||
|
|
||||||
%files -n python3-cpio
|
%files -n python3-cpio
|
||||||
%license COPYING.lib
|
%license COPYING.lib
|
||||||
%doc AUTHORS ChangeLog README TODO
|
%doc AUTHORS ChangeLog README TODO
|
||||||
@ -55,6 +40,10 @@ Summary: %summary
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.1-30
|
||||||
|
- Subpackage python2-cpio has been removed
|
||||||
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-29
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-29
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user