- Fix directory ownership. (RH bug #455974, patch by Robert Scheck).
This commit is contained in:
parent
73fb69e32b
commit
9f59b6855d
@ -8,7 +8,7 @@
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.15.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -90,6 +90,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%defattr(755, root, root, 755)
|
||||
%{_bindir}/pygobject-codegen-2.0
|
||||
%defattr(644, root, root, 755)
|
||||
%dir %{_datadir}/pygobject/2.0
|
||||
%{_datadir}/pygobject/2.0/codegen
|
||||
|
||||
%files devel
|
||||
@ -106,6 +107,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Sun Jul 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc10
|
||||
- Fix directory ownership. (RH bug #455974, patch by Robert Scheck).
|
||||
|
||||
* Wed Jul 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc10
|
||||
- Update to 2.15.1
|
||||
- Bump glib2_version to 2.16.0.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user