From 43bb0c3ca4a75366771892d5620941c4c92e2da8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jan 24 2008 15:13:08 +0000 Subject: - Documentation files should not be executable (RH bug #430093). --- diff --git a/pygtk2.spec b/pygtk2.spec index 791fcc0..9a30d11 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -6,7 +6,7 @@ Name: pygtk2 Version: 2.12.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GTK+ @@ -105,6 +105,8 @@ 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* @@ -120,9 +122,6 @@ rm -fr $RPM_BUILD_ROOT %{python_sitearch}/gtk-2.0/gtkunixprint.so %{python_sitearch}/gtk-2.0/pangocairo.so -%doc AUTHORS NEWS README MAPPING COPYING -%doc examples - %if %{buildglade} %files libglade %defattr(755, root, root, 755) @@ -152,6 +151,9 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/pygtk %changelog +* Thu Jan 24 2008 Matthew Barnes - 2.12.1-3.fc9 +- Documentation files should not be executable (RH bug #430093). + * Mon Jan 21 2008 Matthew Barnes - 2.12.1-2.fc9 - Update package description to match suggestions from Content Services.