Fix pygtk2 multilib conflict
https://bugzilla.redhat.com/show_bug.cgi?id=831436
This commit is contained in:
parent
c10b5d5e69
commit
9ce271555c
@ -15,7 +15,7 @@
|
||||
|
||||
Name: pygtk2
|
||||
Version: 2.24.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GTK+
|
||||
@ -120,7 +120,6 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(644, root, root, 755)
|
||||
%doc AUTHORS NEWS README MAPPING COPYING
|
||||
%doc examples
|
||||
%dir %{python_sitearch}/gtk-2.0
|
||||
%dir %{python_sitearch}/gtk-2.0/gtk
|
||||
%{python_sitearch}/gtk-2.0/gtk/*.py*
|
||||
@ -160,9 +159,13 @@ rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%files doc
|
||||
%defattr(644, root, root, 755)
|
||||
%doc examples
|
||||
%{_datadir}/gtk-doc/html/pygtk
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2013 Colin Walters <walters@verbum.org> - 2.24.0-7
|
||||
- Patch from mbarnes to hopefully fix multilib conflict
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user