Browse Source

defeat aclocal underquoted definition warning

master
Thomas Lotterer 19 years ago committed by Ralf S. Engelschall
parent
commit
627f0022bb
  1. 14
      aalib/aalib.patch
  2. 2
      aalib/aalib.spec
  3. 13
      audiofile/audiofile.patch
  4. 4
      audiofile/audiofile.spec
  5. 13
      gdk-pixbuf/gdk-pixbuf.patch
  6. 4
      gdk-pixbuf/gdk-pixbuf.spec
  7. 14
      glib/glib.patch
  8. 2
      glib/glib.spec
  9. 13
      gtk/gtk.patch
  10. 4
      gtk/gtk.spec
  11. 22
      imlib/imlib.patch
  12. 4
      imlib/imlib.spec
  13. 26
      orbit/orbit.patch
  14. 2
      orbit/orbit.spec
  15. 13
      xdelta/xdelta.patch
  16. 2
      xdelta/xdelta.spec

14
aalib/aalib.patch

@ -144,3 +144,17 @@ Index: configure
LIBS="$LIBS -L$withval/lib -lgpm"
cat >> confdefs.h <<\EOF
#define GPM_MOUSEDRIVER 1
Index: aalib.m4
--- aalib.m4.orig 2001-04-26 16:37:31 +0200
+++ aalib.m4 2007-06-11 18:05:51 +0200
@@ -9,7 +9,7 @@
dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
dnl
-AC_DEFUN(AM_PATH_AALIB,
+AC_DEFUN([AM_PATH_AALIB],
[dnl
dnl Get the cflags and libraries from the aalib-config script
dnl

2
aalib/aalib.spec

@ -37,7 +37,7 @@ Class: PLUS
Group: Graphics
License: LGPL
Version: %{V_dist}
Release: 20061013
Release: 20070611
# list of sources
Source0: http://switch.dl.sourceforge.net/aa-project/aalib-%{version}.tar.gz

13
audiofile/audiofile.patch

@ -0,0 +1,13 @@
Index: audiofile.m4
--- audiofile.m4.orig 2004-03-06 07:39:23 +0100
+++ audiofile.m4 2007-06-11 17:39:30 +0200
@@ -9,7 +9,7 @@
dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
dnl
-AC_DEFUN(AM_PATH_AUDIOFILE,
+AC_DEFUN([AM_PATH_AUDIOFILE],
[dnl
dnl Get compiler flags and libraries from the audiofile-config script.
dnl

4
audiofile/audiofile.spec

@ -33,10 +33,11 @@ Class: PLUS
Group: Audio
License: LGPL
Version: 0.2.6
Release: 20061013
Release: 20070611
# list of sources
Source0: http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz
Patch0: audiofile.patch
# build information
Prefix: %{l_prefix}
@ -62,6 +63,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
chmod a+x install-sh
%build

13
gdk-pixbuf/gdk-pixbuf.patch

@ -0,0 +1,13 @@
Index: gdk-pixbuf.m4
--- gdk-pixbuf.m4.orig 2001-02-22 23:57:21 +0100
+++ gdk-pixbuf.m4 2007-06-11 18:09:32 +0200
@@ -9,7 +9,7 @@
dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
dnl
-AC_DEFUN(AM_PATH_GDK_PIXBUF,
+AC_DEFUN([AM_PATH_GDK_PIXBUF],
[dnl
dnl Get the cflags and libraries from the gdk-pixbuf-config script
dnl

4
gdk-pixbuf/gdk-pixbuf.spec

@ -37,10 +37,11 @@ Class: EVAL
Group: XWindow
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20061016
Release: 20070611
# list of sources
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/%{V_major}/gdk-pixbuf-%{version}.tar.bz2
Patch0: gdk-pixbuf.patch
# build information
Prefix: %{l_prefix}
@ -64,6 +65,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \

14
glib/glib.patch

@ -15,3 +15,17 @@ Index: glib.h
#define G_GNUC_FUNCTION __FUNCTION__
#define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
#else /* !__GNUC__ */
Index: glib.m4
--- glib.m4.orig 1998-12-31 21:58:03 +0100
+++ glib.m4 2007-06-11 17:26:21 +0200
@@ -5,7 +5,7 @@
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
dnl gthread is specified in MODULES, pass to glib-config
dnl
-AC_DEFUN(AM_PATH_GLIB,
+AC_DEFUN([AM_PATH_GLIB],
[dnl
dnl Get the cflags and libraries from the glib-config script
dnl

2
glib/glib.spec

@ -37,7 +37,7 @@ Class: BASE
Group: Algorithm
License: GPL
Version: %{V_glib_major}.%{V_glib_minor}
Release: 20061013
Release: 20070611
# package options
%option with_threads no

13
gtk/gtk.patch

@ -0,0 +1,13 @@
Index: gtk.m4
--- gtk.m4.orig 1999-02-18 17:43:35 +0100
+++ gtk.m4 2007-06-11 18:02:58 +0200
@@ -4,7 +4,7 @@
dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
dnl
-AC_DEFUN(AM_PATH_GTK,
+AC_DEFUN([AM_PATH_GTK],
[dnl
dnl Get the cflags and libraries from the gtk-config script
dnl

4
gtk/gtk.spec

@ -33,10 +33,11 @@ Class: EVAL
Group: XWindow
License: GPL
Version: 1.2.10
Release: 20061016
Release: 20070611
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
Patch0: gtk.patch
# build information
Prefix: %{l_prefix}
@ -60,6 +61,7 @@ AutoReqProv: no
%prep
%setup -q -n gtk+-%{version}
%patch -p0
%{l_prefix}/bin/config install .
%build

22
imlib/imlib.patch

@ -0,0 +1,22 @@
Index: imlib-1.9.15/imlib.m4
--- imlib-1.9.15/imlib.m4.orig 2004-08-27 18:03:11 +0200
+++ imlib-1.9.15/imlib.m4 2007-06-11 18:07:10 +0200
@@ -6,7 +6,7 @@
dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS
dnl
-AC_DEFUN(AM_PATH_IMLIB,
+AC_DEFUN([AM_PATH_IMLIB],
[dnl
dnl Get the cflags and libraries from the imlib-config script
dnl
@@ -164,7 +164,7 @@
])
# Check for gdk-imlib
-AC_DEFUN(AM_PATH_GDK_IMLIB,
+AC_DEFUN([AM_PATH_GDK_IMLIB],
[dnl
dnl Get the cflags and libraries from the imlib-config script
dnl

4
imlib/imlib.spec

@ -39,11 +39,12 @@ Class: EVAL
Group: XWindow
License: GPL
Version: %{V_imlib2_major}.%{V_imlib2_minor}
Release: 20070506
Release: 20070611
# list of sources
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/imlib/%{V_imlib1_major}/imlib-%{V_imlib1_major}.%{V_imlib1_minor}.tar.gz
Source1: http://switch.dl.sourceforge.net/enlightenment/imlib2-%{V_imlib2_major}.%{V_imlib2_minor}.tar.gz
Patch0: imlib.patch
# build information
Prefix: %{l_prefix}
@ -91,6 +92,7 @@ AutoReqProv: no
%prep
%setup -q -c
%setup -q -D -T -a 1
%patch -p0
%{l_shtool} subst \
-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
imlib2-%{V_imlib2_major}.%{V_imlib2_minor}/configure \

26
orbit/orbit.patch

@ -12,3 +12,29 @@
#endif
/* Define if you have the `basename' function. */
Index: ORBit.m4
--- ORBit.m4.orig 2002-06-06 13:07:26 +0200
+++ ORBit.m4 2007-06-11 17:57:33 +0200
@@ -1,7 +1,7 @@
dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
dnl
-AC_DEFUN(AM_PATH_ORBIT,
+AC_DEFUN([AM_PATH_ORBIT],
[dnl
dnl Get the cflags and libraries from the orbit-config script
dnl
Index: libIDL.m4.in
--- libIDL/libIDL.m4.in.orig 2002-06-06 13:07:29 +0200
+++ libIDL/libIDL.m4.in 2007-06-11 17:59:38 +0200
@@ -3,7 +3,7 @@
dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
dnl
-AC_DEFUN(AM_PATH_LIBIDL,
+AC_DEFUN([AM_PATH_LIBIDL],
[dnl
dnl Get the cflags and libraries from the libIDL-config script
dnl

2
orbit/orbit.spec

@ -33,7 +33,7 @@ Class: PLUS
Group: RPC
License: GPL
Version: 0.5.17
Release: 20061013
Release: 20070611
# list of sources
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-%{version}.tar.gz

13
xdelta/xdelta.patch

@ -10,3 +10,16 @@ Index: xdmain.c
#define XD_PAGE_SIZE (1<<20)
Index: xdelta.m4
--- xdelta.m4.orig 2001-06-12 05:16:37 +0200
+++ xdelta.m4 2007-06-11 17:54:00 +0200
@@ -4,7 +4,7 @@
dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or
dnl
-AC_DEFUN(AM_PATH_XDELTA,
+AC_DEFUN([AM_PATH_XDELTA],
[dnl
dnl Get the cflags and libraries from the xdelta-config script
dnl

2
xdelta/xdelta.spec

@ -37,7 +37,7 @@ Class: BASE
Group: Patching
License: GPL
Version: %{V_v1}
Release: 20061013
Release: 20070611
# package options
%option with_v3 no

Loading…
Cancel
Save