fix directory ownership issues

This commit is contained in:
Matthias Clasen 2006-09-08 16:43:27 +00:00
parent bbfc9d7abb
commit 537a541e6f

View File

@ -18,7 +18,7 @@
Summary: gEdit is a small but powerful text editor for GNOME
Name: gedit
Version: 2.16.0
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
License: GPL
Group: Applications/Editors
@ -174,9 +174,9 @@ fi
%defattr(-, root, root)
%doc README COPYING ChangeLog TODO AUTHORS
%{_datadir}/gedit-2
%{_datadir}/gnome
%{_datadir}/omf
%{_datadir}/applications
%{_datadir}/gnome/help/gedit
%{_datadir}/omf/gedit
%{_datadir}/applications/gnome-gedit.desktop
%{_mandir}/man1/*
%{_libdir}/gedit-2
%{_bindir}/*
@ -190,6 +190,9 @@ fi
%{_datadir}/gtk-doc/html/gedit/
%changelog
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-3
- Fix directory ownership issues (#205675)
* Tue Sep 5 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-2.fc6
- Fix up dependencies a bit