diff options
author | Dan Mueth <dan@eazel.com> | 2001-02-24 07:24:03 +0000 |
---|---|---|
committer | Dan Mueth <dmueth@src.gnome.org> | 2001-02-24 07:24:03 +0000 |
commit | e49e419afdfc07dc1463faf6e1da50fd2753088b (patch) | |
tree | dc5e672af2be40ff0ff0d6bdc2030deab86b0a71 /nautilus.spec.in | |
parent | 46294568f0a3aacf3ec08c07ecf7d14c7f6c6d3c (diff) | |
download | nautilus-e49e419afdfc07dc1463faf6e1da50fd2753088b.tar.gz |
reviewed by: Ian McKellar <ian@eazel.com>
2001-02-23 Dan Mueth <dan@eazel.com>
reviewed by: Ian McKellar <ian@eazel.com>
Applied several build system bug fixes and updated
spec file.
* help/Makefile.am: Fix bug with broken rpm install: Added
docs.make and htmldocs.make to EXTRA_DIST
* help/docs.make: Have omf processed for install-data-am
* help/htmldocs.make: Have omf processed for install-data-am
* nautilus.spec.in: Added post install and post uninstall
calls to scrollkeeper-update. Added scrollkeeper as a
requirement, but commented out because it isn't in the
software map. Uncommented OMF file b/c bug fixes above
now install the OMF files properly.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index 98007be2b..975609302 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -34,6 +34,7 @@ Requires: freetype >= 2.0 Requires: medusa >= 0.2.2 Requires: esound >= 0.2 Requires: libghttp >= 1.0.9 +# Requires: scrollkeeper >= 0.1.0 %description Nautilus integrates access to files, applications, media, Internet-based @@ -142,8 +143,10 @@ if ! grep %{prefix}/lib /etc/ld.so.conf > /dev/null ; then echo "%{prefix}/lib" >> /etc/ld.so.conf fi /sbin/ldconfig +scrollkeeper-update %postun -p /sbin/ldconfig +scrollkeeper-update %files @@ -254,7 +257,7 @@ fi %{prefix}/share/gnome/help/nautilus-quick-reference/C/* %{prefix}/share/gnome/help/gnufdl/C/* %{prefix}/share/gnome/help/gnugpl/C/* -# %{prefix}/share/omf/nautilus/*.omf +%{prefix}/share/omf/nautilus/*.omf %files devel |