diff options
author | Eric Fischer <eric@src.gnome.org> | 2001-02-16 02:08:04 +0000 |
---|---|---|
committer | Eric Fischer <eric@src.gnome.org> | 2001-02-16 02:08:04 +0000 |
commit | f7b36dba0b07415ba29e7ca2c9b358c88a791927 (patch) | |
tree | c136b1219cf2322c182d0d5155d0f3c3763941ef /nautilus.spec.in | |
parent | c08cd310b037496d1cfca31c0cf7b0e79d0a48af (diff) | |
download | nautilus-f7b36dba0b07415ba29e7ca2c9b358c88a791927.tar.gz |
Building the installer into RPMs doesn't work, because I got something in
* nautilus.spec.in:
Building the installer into RPMs doesn't work, because I got
something in the Makefiles wrong. Revert the changes to the
spec file so tinderbox comes back to life. Will try again
once I think I have it right.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index 052055ba6..07e63c1a2 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -78,10 +78,6 @@ Requires: %name-extras = %{PACKAGE_VERSION} Requires: mozilla-mail = 0.7 Requires: mozilla-psm = 0.7 -%package installer -Summary: Eazel installer -Group: User Interface/Desktop - %description devel This package provides the necessary development libraries and include files to allow you to develop Nautilus components. @@ -101,9 +97,6 @@ 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 -This is the Eazel installer. - %changelog * Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com> - removed obsoletes from sub packages and added mozilla and trilobite @@ -129,7 +122,6 @@ 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} @@ -333,7 +325,3 @@ fi %defattr(0444, bin, bin) %{prefix}/share/nautilus/nautilus-suggested.placeholder -%files installer - -%defattr(0555, bin, bin) -%{prefix}/bin/eazel-installer.sh |