diff options
author | Eric Fischer <eric@eazel.com> | 2001-03-02 01:08:30 +0000 |
---|---|---|
committer | Eric Fischer <eric@src.gnome.org> | 2001-03-02 01:08:30 +0000 |
commit | f8b3c9d684b9749d81599c0380587d76abdf82c0 (patch) | |
tree | bd1990bf94de4a9e93e748186ff16627f4400699 /nautilus.spec.in | |
parent | 6a3203d02622b772b0a782277f7bff2b0fbd40cf (diff) | |
download | nautilus-f8b3c9d684b9749d81599c0380587d76abdf82c0.tar.gz |
reviewed by: Arik Devens <arik@eazel.com>
2001-03-01 Eric Fischer <eric@eazel.com>
reviewed by: Arik Devens <arik@eazel.com>
* configure.in:
Improve the process of checking for required versions of other
software by moving the version numbers out of the spec file and
the body of the configure script and into their own section of
the script.
Also add a couple of autoconf macros that will reduce the amount
of boilerplate that needs to get written for each version check.
* nautilus.spec.in:
Change some of the requirements to get their version numbers from
the configure script rather than hardwiring them here.
(Bug 7229)
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index bc5fbceeb..9a9012769 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -18,17 +18,17 @@ Source: %{name}-%{ver}.tar.gz URL: http://nautilus.eazel.com/ BuildRoot: /var/tmp/%{name}-%{ver}-root Docdir: %{prefix}/doc -Requires: glib >= 1.2.9 -Requires: gtk+ >= 1.2.9 +Requires: glib >= @GLIB_REQUIRED@ +Requires: gtk+ >= @GTK_REQUIRED@ Requires: imlib >= 1.9.8 Requires: libxml >= 1.8.10 -Requires: gnome-libs >= 1.2.11 -Requires: GConf >= 0.12 +Requires: gnome-libs >= @GNOME_LIBS_REQUIRED@ +Requires: GConf >= @GCONF_REQUIRED@ Requires: ORBit >= 0.5.6 -Requires: oaf >= 0.6.2 +Requires: oaf >= @OAF_REQUIRED@ Requires: gnome-vfs >= 0.4.2 Requires: gdk-pixbuf >= 0.9.0 -Requires: bonobo >= 0.33 +Requires: bonobo >= @BONOBO_REQUIRED@ Requires: popt >= 1.5 Requires: freetype >= 2.0 Requires: medusa >= 0.2.2 |