- Documentation files should not be executable (RH bug #430093).

This commit is contained in:
Matthew Barnes 2008-01-24 15:13:08 +00:00
parent c0d200dab6
commit 43bb0c3ca4

View File

@ -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 <mbarnes@redhat.com> - 2.12.1-3.fc9
- Documentation files should not be executable (RH bug #430093).
* Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc9
- Update package description to match suggestions from Content Services.