- Documentation files should not be executable (RH bug #430093).
This commit is contained in:
parent
c0d200dab6
commit
43bb0c3ca4
10
pygtk2.spec
10
pygtk2.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.12.1
|
Version: 2.12.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
@ -105,6 +105,8 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644, root, root, 755)
|
%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
|
||||||
%dir %{python_sitearch}/gtk-2.0/gtk
|
%dir %{python_sitearch}/gtk-2.0/gtk
|
||||||
%{python_sitearch}/gtk-2.0/gtk/*.py*
|
%{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/gtkunixprint.so
|
||||||
%{python_sitearch}/gtk-2.0/pangocairo.so
|
%{python_sitearch}/gtk-2.0/pangocairo.so
|
||||||
|
|
||||||
%doc AUTHORS NEWS README MAPPING COPYING
|
|
||||||
%doc examples
|
|
||||||
|
|
||||||
%if %{buildglade}
|
%if %{buildglade}
|
||||||
%files libglade
|
%files libglade
|
||||||
%defattr(755, root, root, 755)
|
%defattr(755, root, root, 755)
|
||||||
@ -152,6 +151,9 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc9
|
||||||
- Update package description to match suggestions from Content Services.
|
- Update package description to match suggestions from Content Services.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user