Python 2 binary package renamed to python2-xmltramp
This commit is contained in:
parent
d80af63555
commit
40c9822063
1 changed files with 15 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: python-xmltramp
|
||||
Version: 2.17
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Summary: Pythonic API for XML
|
||||
|
||||
Group: Development/Languages
|
||||
|
|
@ -18,9 +18,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
|
||||
%description
|
||||
%global _description\
|
||||
xmltramp is a simple Pythonic API for working with XML
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python2-xmltramp
|
||||
Summary: %summary
|
||||
%{?python_provide:%python_provide python2-xmltramp}
|
||||
|
||||
%description -n python2-xmltramp %_description
|
||||
|
||||
%prep
|
||||
%setup -c -T
|
||||
cp -p %{SOURCE0} xmltramp.py
|
||||
|
|
@ -42,12 +50,16 @@ cp -p xmltramp.py $RPM_BUILD_ROOT/%{python_sitelib}/
|
|||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%files -n python2-xmltramp
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/xmltramp.py*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.17-19
|
||||
- Python 2 binary package renamed to python2-xmltramp
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue