From 9ce271555c75ae0e7f3da781b168a68d3d155465 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 12 Mar 2013 10:57:00 -0400 Subject: [PATCH] Fix pygtk2 multilib conflict https://bugzilla.redhat.com/show_bug.cgi?id=831436 --- pygtk2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pygtk2.spec b/pygtk2.spec index e8ac6ae..a752fe9 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -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 - 2.24.0-7 +- Patch from mbarnes to hopefully fix multilib conflict + * Thu Feb 14 2013 Fedora Release Engineering - 2.24.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild