1 # Note that this is NOT a relocatable package
12 Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-common/gnome-common-%{ver}.tar.gz
13 BuildRoot: /tmp/gnome-common-root
14 URL: http://www.gnome.org
18 This is required for every GNOME Application that is not in the
22 Summary: Required files for GNOME Applications outside CVS
26 This is required for every GNOME Application that is not in the
33 # Needed for snapshot releases.
34 if [ ! -f configure ]; then
35 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
37 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
40 if [ "$SMP" != "" ]; then
41 (make "MAKE=make -k -j $SMP"; exit 0)
48 rm -rf $RPM_BUILD_ROOT
50 make prefix=$RPM_BUILD_ROOT%{prefix} install
53 rm -rf $RPM_BUILD_ROOT
56 %defattr(-, root, root)
58 %doc AUTHORS COPYING ChangeLog NEWS README
61 %defattr(-, root, root)
63 %{prefix}/share/aclocal/gnome/*