Swap to python2 sitearch macro
This commit is contained in:
parent
aeb9534179
commit
ce34722532
17
pygtk2.spec
17
pygtk2.spec
@ -13,7 +13,7 @@
|
||||
|
||||
Name: pygtk2
|
||||
Version: 2.24.0
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GTK+
|
||||
@ -125,15 +125,15 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
|
||||
%license COPYING
|
||||
%{_bindir}/pygtk-demo
|
||||
%{_libdir}/pygtk/
|
||||
%dir %{python_sitearch}/gtk-2.0
|
||||
%dir %{python_sitearch}/gtk-2.0/gtk
|
||||
%{python_sitearch}/gtk-2.0/gtk/*.py*
|
||||
%{python_sitearch}/gtk-2.0/gtk/_gtk.so
|
||||
%{python_sitearch}/gtk-2.0/*.so
|
||||
%dir %{python2_sitearch}/gtk-2.0
|
||||
%dir %{python2_sitearch}/gtk-2.0/gtk
|
||||
%{python2_sitearch}/gtk-2.0/gtk/*.py*
|
||||
%{python2_sitearch}/gtk-2.0/gtk/_gtk.so
|
||||
%{python2_sitearch}/gtk-2.0/*.so
|
||||
|
||||
%if %{buildglade}
|
||||
%files libglade
|
||||
%{python_sitearch}/gtk-2.0/gtk/glade.so
|
||||
%{python2_sitearch}/gtk-2.0/gtk/glade.so
|
||||
%endif
|
||||
|
||||
%files codegen
|
||||
@ -149,6 +149,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
|
||||
%{_datadir}/gtk-doc/html/pygtk/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.24.0-23
|
||||
- Swap to python2 sitearch macro
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.0-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user