summaryrefslogtreecommitdiff
path: root/gnome-desktop.spec.in
diff options
context:
space:
mode:
authorGregory McLean <gregm@src.gnome.org>1999-03-04 18:01:35 +0000
committerGregory McLean <gregm@src.gnome.org>1999-03-04 18:01:35 +0000
commit8d276d5b4136c87705c783dd85bb81e06288d0f9 (patch)
tree6d9db788bd017563df84aee005ee23421c5011bc /gnome-desktop.spec.in
parent0553425ccc4c5bee0f3fabe39768c0c790858cc4 (diff)
downloadgnome-desktop-8d276d5b4136c87705c783dd85bb81e06288d0f9.tar.gz
Spec file updates
-- Greg
Diffstat (limited to 'gnome-desktop.spec.in')
-rw-r--r--gnome-desktop.spec.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnome-desktop.spec.in b/gnome-desktop.spec.in
index 49b304c3..a662b70e 100644
--- a/gnome-desktop.spec.in
+++ b/gnome-desktop.spec.in
@@ -1,6 +1,6 @@
# Note that this is NOT a relocatable package
%define ver @VERSION@
-%define rel SNAP
+%define rel 1
%define prefix /usr
Summary: The core programs for the GNOME GUI desktop environment.
@@ -18,8 +18,8 @@ Prereq: /sbin/install-info
Docdir: %{prefix}/doc
Requires: xscreensaver
-Requires: gnome-libs >= 0.99.8
-Requires: ORBit >= 0.3.90
+Requires: gnome-libs >= 1.0.0
+Requires: ORBit >= 0.4.0
%description
GNOME (GNU Network Object Model Environment) is a user-friendly
@@ -64,13 +64,15 @@ Panel libraries and header files for creating GNOME panels.
%build
# Needed for snapshot releases.
-
+%ifarch alpha
+ MYARCH_FLAGS="--host=alpha-redhat-linux"
+%endif
MYCFLAGS="$RPM_OPT_FLAGS"
if [ ! -f configure ]; then
- CFLAGS="$MYCFLAGS" ./autogen.sh --prefix=%prefix --localstatedir=/var/lib
+ CFLAGS="$MYCFLAGS" ./autogen.sh $MYARCH_FLAGS --prefix=%prefix --localstatedir=/var/lib
else
- CFLAGS="$MYCFLAGS" ./configure --prefix=%prefix --localstatedir=/var/lib
+ CFLAGS="$MYCFLAGS" ./configure $MYARCH_FLAGS --prefix=%prefix --localstatedir=/var/lib
fi
if [ "$SMP" != "" ]; then