Python 2 binary package renamed to python2-appindicator

epel9
Zbigniew Jędrzejewski-Szmek 7 years ago
parent a7f76c86c7
commit e5622df436

@ -1,6 +1,6 @@
Name: libappindicator Name: libappindicator
Version: 12.10.0 Version: 12.10.0
Release: 16%{?dist} Release: 17%{?dist}
Summary: Application indicators library Summary: Application indicators library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -37,13 +37,14 @@ on KSNI it also works in KDE and will fallback to generic Systray support if
none of those are available. none of those are available.
%package -n python-appindicator %package -n python2-appindicator
%{?python_provide:%python_provide python2-appindicator}
Summary: Python 2 bindings for %{name} Summary: Python 2 bindings for %{name}
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description -n python-appindicator %description -n python2-appindicator
This package contains the Python 2 bindings for the appindicator library. This package contains the Python 2 bindings for the appindicator library.
@ -173,7 +174,7 @@ find %{buildroot} -type f -name '*.la' -delete
%{_libdir}/girepository-1.0/AppIndicator-0.1.typelib %{_libdir}/girepository-1.0/AppIndicator-0.1.typelib
%files -n python-appindicator %files -n python2-appindicator
%dir %{python_sitearch}/appindicator/ %dir %{python_sitearch}/appindicator/
%{python_sitearch}/appindicator/__init__.py* %{python_sitearch}/appindicator/__init__.py*
%{python_sitearch}/appindicator/_appindicator.so %{python_sitearch}/appindicator/_appindicator.so
@ -244,6 +245,10 @@ find %{buildroot} -type f -name '*.la' -delete
%endif %endif
%changelog %changelog
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 12.10.0-17
- Python 2 binary package renamed to python2-appindicator
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12.10.0-16 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12.10.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save