fix directory ownership issues
This commit is contained in:
parent
3ed0d8832c
commit
6e4a4e9be1
@ -11,7 +11,7 @@
|
|||||||
Summary: File Roller is a tool for viewing and creating archives
|
Summary: File Roller is a tool for viewing and creating archives
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 2.16.0
|
Version: 2.16.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
@ -114,16 +114,19 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README COPYING ChangeLog NEWS AUTHORS
|
%doc README COPYING ChangeLog NEWS AUTHORS
|
||||||
%{_bindir}/*
|
%{_bindir}/file-roller
|
||||||
%{_datadir}/file-roller
|
%{_datadir}/file-roller
|
||||||
%{_datadir}/gnome
|
%{_datadir}/gnome/help/file-roller
|
||||||
%{_datadir}/omf
|
%{_datadir}/omf/file-roller
|
||||||
%{_datadir}/applications
|
%{_datadir}/applications/gnome-file-roller.desktop
|
||||||
%{_datadir}/icons/hicolor/48x48/apps
|
%{_datadir}/icons/hicolor/48x48/apps/file-roller.png
|
||||||
%{_sysconfdir}/gconf/schemas
|
%{_sysconfdir}/gconf/schemas/file-roller.schemas
|
||||||
%{_libdir}/nautilus/extensions-1.0/libnautilus-fileroller.so
|
%{_libdir}/nautilus/extensions-1.0/libnautilus-fileroller.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
|
||||||
|
- Fix directory ownership issues
|
||||||
|
|
||||||
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
||||||
- Update to 2.16.0
|
- Update to 2.16.0
|
||||||
- Add missing BRs
|
- Add missing BRs
|
||||||
|
Loading…
Reference in New Issue
Block a user