Python 2 binary package renamed to python2-clearsilver

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:38:09 -04:00
parent 141835f23c
commit 6d1fdbc82a
1 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Name: clearsilver
Version: 0.10.5
Release: 42%{?dist}
Release: 43%{?dist}
Summary: Fast and powerful HTML templating system
Group: Development/Libraries
# Technically, the license is "Neotonic ClearSilver", but it is a copy of
@ -40,13 +40,14 @@ Provides: %{name}-static = %{version}-%{release}
This package provides needed files to develop extensions
to ClearSilver.
%package -n python-%{name}
%package -n python2-%{name}
%{?python_provide:%python_provide python2-%{name}}
Summary: Python interface to the ClearSilver HTML templating system
Group: Development/Libraries
BuildRequires: python-devel >= 2.1
Provides: %{name}-python = %{version}-%{release}
%description -n python-%{name}
%description -n python2-%{name}
%{summary}.
%package -n perl-%{name}
@ -153,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/ClearSilver/
%{_libdir}/libneo_*.a
%files -n python-clearsilver
%files -n python2-%{name}
%doc CS_LICENSE LICENSE
%defattr(-,root,root,-)
%doc README.python python/examples/
@ -182,6 +183,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.10.5-43
- Python 2 binary package renamed to python2-clearsilver
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild