Fix the build due to python_sitearch usage

epel9
Tomáš Popela 6 years ago committed by Jan Grulich
parent dbc7e51d38
commit 39a9b7c21a

@ -1,6 +1,6 @@
Name: libappindicator
Version: 12.10.0
Release: 21%{?dist}
Release: 22%{?dist}
Summary: Application indicators library
Group: System Environment/Libraries
@ -176,7 +176,7 @@ find %{buildroot} -type f -name '*.la' -delete
%files -n python2-appindicator
%dir %{python_sitearch}/appindicator/
%dir %{python2_sitearch}/appindicator/
%{python2_sitearch}/appindicator/__init__.py*
%{python2_sitearch}/appindicator/_appindicator.so
%dir %{_datadir}/pygtk/
@ -246,6 +246,9 @@ find %{buildroot} -type f -name '*.la' -delete
%endif
%changelog
* Thu Jan 24 2019 Tomáš Popela <tpopela@redhat.com> - 12.10.0-22
- Fix the build due to python_sitearch usage
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 12.10.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save