diff options
author | Eric Fischer <eric@src.gnome.org> | 2001-02-21 18:26:05 +0000 |
---|---|---|
committer | Eric Fischer <eric@src.gnome.org> | 2001-02-21 18:26:05 +0000 |
commit | 86af19af06249a519a253a5016b08e0af607ff86 (patch) | |
tree | 9888d4a4988ad67fc88a47173aef1fb0d18c81be /nautilus.spec.in | |
parent | a6b2a6fd3fc1ac42bc2b0bef831d1478812b80ec (diff) | |
download | nautilus-86af19af06249a519a253a5016b08e0af607ff86.tar.gz |
Use ln without -s to make links into the real install/lib directory; add
* nautilus-installer/install-lib/Makefile.am:
Use ln without -s to make links into the real install/lib directory;
add header file prerequisites
* nautilus-installer/libtrilobite/Makefile.am:
Use ln without -s to make links into the real libtrilobite directory;
fix header file prerequisites
* nautilus.spec.in:
Again, try to build the installer in tinderbox. With luck, it'll
actually work this time.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index 0ed0139f5..83374f19a 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -68,6 +68,10 @@ Summary: Extra goodies to use with Nautilus Group: User Interface/Desktop Requires: xpdf >= 0.90 +%package installer +Summary: The Eazel Installer +Group: User Interface/Desktop + %package suggested Summary: Nautilus and a suggested set of components Group: User Interface/Desktop @@ -97,6 +101,9 @@ Nautilus, and getting multimedia to work, such as eog and mpg123. %description extras This is a meta-package that requires useful add-ons for Nautilus. +%description installer +The Eazel installer + %changelog * Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com> - removed obsoletes from sub packages and added mozilla and trilobite @@ -122,6 +129,7 @@ export LC_ALL LINGUAS LANG ## continuation character, or else the rpm demons will eat you. CFLAGS="$RPM_OPT_FLAGS -DENABLE_SCROLLKEEPER_SUPPORT" ./configure $MYARCH_FLAGS --prefix=%{prefix} \ --enable-eazel-services \ + --enable-installer \ --enable-more-warnings \ --sysconfdir=%{sysconfdir} @@ -317,6 +325,11 @@ fi %defattr(0444, bin, bin) %{prefix}/share/nautilus/nautilus-extras.placeholder +%files installer + +%defattr(0555, bin, bin) +%{prefix}/bin/eazel-installer.sh + %files suggested %defattr(0444, bin, bin) |