diff options
author | nobody <nobody@localhost> | 2000-05-21 22:40:15 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-21 22:40:15 +0000 |
commit | 12a0211404c82ed20b04a65858b29807dc778f72 (patch) | |
tree | 70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /gnome-common.spec | |
parent | 8835a5b3c7246bf74d93c0bfa41f7600be74f0cc (diff) | |
download | gnome-common-12a0211404c82ed20b04a65858b29807dc778f72.tar.gz |
This commit was manufactured by cvs2svn to create tag 'dryad-0-1-0'.dryad-0-1-0
svn path=/tags/dryad-0-1-0/; revision=1247
Diffstat (limited to 'gnome-common.spec')
-rw-r--r-- | gnome-common.spec | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/gnome-common.spec b/gnome-common.spec deleted file mode 100644 index b4bd5ae..0000000 --- a/gnome-common.spec +++ /dev/null @@ -1,64 +0,0 @@ -# Note that this is NOT a relocatable package -%define ver 0.99.5 -%define rel SNAP -%define prefix /usr - -Summary: Gnome Common -Name: gnome-common -Version: %ver -Release: %rel -Copyright: LGPL -Group: X11/Libraries -Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-common/gnome-common-%{ver}.tar.gz -BuildRoot: /tmp/gnome-common-root -URL: http://www.gnome.org -Docdir: %{prefix}/doc - -%description -This is required for every GNOME Application that is not in the -GNOME CVS Tree. - -%package devel -Summary: Required files for GNOME Applications outside CVS -Group: X11/libraries - -%description devel -This is required for every GNOME Application that is not in the -GNOME CVS Tree. - -%prep -%setup - -%build -# Needed for snapshot releases. -if [ ! -f configure ]; then - CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix -else - CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix -fi - -if [ "$SMP" != "" ]; then - (make "MAKE=make -k -j $SMP"; exit 0) - make -else - make -fi - -%install -rm -rf $RPM_BUILD_ROOT - -make prefix=$RPM_BUILD_ROOT%{prefix} install - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-, root, root) - -%doc AUTHORS COPYING ChangeLog NEWS README - -%files devel -%defattr(-, root, root) - -%{prefix}/share/aclocal/gnome/* - |