diff options
author | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-06-13 20:15:55 +0000 |
---|---|---|
committer | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-06-13 20:15:55 +0000 |
commit | ff1009cb79e904f7657bcea8f45af59e4a87fce1 (patch) | |
tree | e6b7defe72c81ef97c04c3a6e05126d3ebf48b18 /nautilus.spec.in | |
parent | a9628a794b7e346134b20ebd96403086531bdb29 (diff) | |
download | nautilus-ff1009cb79e904f7657bcea8f45af59e4a87fce1.tar.gz |
Added exlicit references to more files so the permission are set to allow normal users to access the files.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 45 |
1 files changed, 33 insertions, 12 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index f9447e5f3..455ceb2ea 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -95,27 +95,48 @@ fi %defattr(0555, bin, bin) %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README -# directories -%{prefix}/bin -%{prefix}/lib -%{prefix}/share -%config /etc/vfs -# files %{prefix}/bin/* %{prefix}/lib/lib*.so* %defattr (0444, bin, bin) -%{prefix}/share/* -%config /etc/vfs/* +%config /etc/vfs/modules/*conf +%{prefix}/share/gnome/apps/Applications/*.desktop +%{prefix}/share/hyperbola/maps/*map +%{prefix}/share/locale/da/LC_MESSAGES/*.mo +%{prefix}/share/locale/fr/LC_MESSAGES/*.mo +%{prefix}/share/locale/gl/LC_MESSAGES/*.mo +%{prefix}/share/locale/ja/LC_MESSAGES/*.mo +%{prefix}/share/locale/ko/LC_MESSAGES/*.mo +%{prefix}/share/locale/no/LC_MESSAGES/*.mo +%{prefix}/share/locale/ru/LC_MESSAGES/*.mo +%{prefix}/share/locale/sv/LC_MESSAGES/*.mo +%{prefix}/share/locale/tr/LC_MESSAGES/*.mo +%{prefix}/share/nautilus/*.xml +%{prefix}/share/nautilus/backgrounds/*.jpg +%{prefix}/share/nautilus/backgrounds/*.png +%{prefix}/share/nautilus/emblems/*.gif +%{prefix}/share/nautilus/linksets/*.xml +%{prefix}/share/nautilus/top/*.html +%{prefix}/share/nautilus/top/*.link +%{prefix}/share/ntl-web-search/*.eng +%{prefix}/share/oaf/*.oafinfo +%{prefix}/share/pixmaps/nautilus*.* +%{prefix}/share/pixmaps/trilobite* +%{prefix}/share/pixmaps/nautilus/*.gif +%{prefix}/share/pixmaps/nautilus/*.png +%{prefix}/share/pixmaps/nautilus/eazel/*.png +%{prefix}/share/pixmaps/nautilus/eazel/*.svg +%{prefix}/share/pixmaps/nautilus/eazel/*.xml +%{prefix}/share/pixmaps/nautilus/vector/*.svg +%{prefix}/share/pixmaps/nautilus/vector/*.xml %files devel %defattr(0555, bin, bin) -%{prefix}/lib -%{prefix}/include -%{prefix}/idl %{prefix}/lib/*a %defattr(0444, bin, bin) -%{prefix}/include/* %{prefix}/idl/*.idl +%{prefix}/include/libnautilus/*.h +%{prefix}/include/librsvg/*.h +%{prefix}/include/libtrilobite/*.h |