the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gmetadom0
Version: 0.2.5
Revision: 1001
Source: mirror:sourceforge:gmetadom/gmetadom-%v.tar.gz
Source-MD5: 8ad019b52eba336f7ab1e539b4397822
BuildDepends: pkgconfig, glib2-dev, libiconv-dev, libgettext3-dev, libxml2 (>= 2.4.26-1), libgdome0 (>= 0.8.0-1), libxslt-bin, fink (>= 0.24.12-1)
Depends: %N-shlibs (= %v-%r)
GCC: 4.0
BuildDependsOnly: true
SetCPPFLAGS: -Wall
SetCXXFLAGS: -Wall
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --with-modules=gdome_cpp_smart
PatchFile: %n.patch
PatchFile-MD5: 505766106d7cf443a4f4e6c46580d2e0
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE
SplitOff: <<
Package: %N-shlibs
Depends: glib2-shlibs, libiconv, libgettext3-shlibs, libxml2-shlibs (>= 2.4.26-1), libgdome0-shlibs (>= 0.8.1-1)
Files: lib/libgmetadom_gdome_cpp_smart.0.*dylib
DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE NEWS README
Shlibs: %p/lib/libgmetadom_gdome_cpp_smart.0.dylib 3.0.0 %n (>= 0.2.3-1)
<<
DescPort: <<
The g++ linker already passes -lstdc++ to ld, so don't also pass it
explicitly.
Make sure all local -I come before global ones.
<<
Description: C++ bindings for DOM level2 library
Homepage: http://gmetadom.sourceforge.net
License: LGPL
Maintainer: Daniel Macks
diff -Nurd -x'*~' gmetadom-0.2.5.orig/src/gdome_cpp_smart/Makefile.in gmetadom-0.2.5/src/gdome_cpp_smart/Makefile.in
--- gmetadom-0.2.5.orig/src/gdome_cpp_smart/Makefile.in 2007-05-08 07:45:16.000000000 -0400
+++ gmetadom-0.2.5/src/gdome_cpp_smart/Makefile.in 2007-07-30 15:12:22.000000000 -0400
@@ -175,8 +175,7 @@
$(GDOME_LIBS) \
$(top_builddir)/src/gdome_cpp_smart/events/libevents.la \
$(top_builddir)/src/gdome_cpp_smart/core/libcore.la \
- $(top_builddir)/src/gdome_cpp_smart/basic/libbasic.la \
- -lstdc++
+ $(top_builddir)/src/gdome_cpp_smart/basic/libbasic.la
libgmetadom_gdome_cpp_smart_la_LDFLAGS = -version-info @GMETADOM_VERSION_INFO@
@@ -186,9 +185,9 @@
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
subdir = src/gdome_cpp_smart
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -Nurd -x'*~' gmetadom-0.2.5.orig/src/gdome_cpp_smart/basic/Makefile.in gmetadom-0.2.5/src/gdome_cpp_smart/basic/Makefile.in
--- gmetadom-0.2.5.orig/src/gdome_cpp_smart/basic/Makefile.in 2007-05-08 07:45:16.000000000 -0400
+++ gmetadom-0.2.5/src/gdome_cpp_smart/basic/Makefile.in 2007-07-30 15:12:16.000000000 -0400
@@ -181,9 +181,9 @@
libbasic_la_SOURCES = $(AUTO_CC)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
subdir = src/gdome_cpp_smart/basic
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -Nurd -x'*~' gmetadom-0.2.5.orig/src/gdome_cpp_smart/core/Makefile.in gmetadom-0.2.5/src/gdome_cpp_smart/core/Makefile.in
--- gmetadom-0.2.5.orig/src/gdome_cpp_smart/core/Makefile.in 2007-05-08 07:45:17.000000000 -0400
+++ gmetadom-0.2.5/src/gdome_cpp_smart/core/Makefile.in 2007-07-30 15:12:10.000000000 -0400
@@ -201,9 +201,9 @@
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
subdir = src/gdome_cpp_smart/core
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -Nurd -x'*~' gmetadom-0.2.5.orig/src/gdome_cpp_smart/events/Makefile.in gmetadom-0.2.5/src/gdome_cpp_smart/events/Makefile.in
--- gmetadom-0.2.5.orig/src/gdome_cpp_smart/events/Makefile.in 2007-05-08 07:45:17.000000000 -0400
+++ gmetadom-0.2.5/src/gdome_cpp_smart/events/Makefile.in 2007-07-30 15:12:03.000000000 -0400
@@ -187,9 +187,9 @@
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
subdir = src/gdome_cpp_smart/events
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -Nurd -x'*~' gmetadom-0.2.5.orig/src/gdome_cpp_smart/test/Makefile.in gmetadom-0.2.5/src/gdome_cpp_smart/test/Makefile.in
--- gmetadom-0.2.5.orig/src/gdome_cpp_smart/test/Makefile.in 2007-05-08 07:45:18.000000000 -0400
+++ gmetadom-0.2.5/src/gdome_cpp_smart/test/Makefile.in 2007-07-30 15:11:47.000000000 -0400
@@ -176,8 +176,7 @@
LDADDS = \
$(GDOME_LIBS) \
$(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a \
- $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \
- -lstdc++
+ $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la
test_LDADD = $(LDADDS)
@@ -185,9 +184,9 @@
deep_LDADD = $(LDADDS)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
subdir = src/gdome_cpp_smart/test
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Package: gmetadom0
Version: 0.2.6
Revision: 1
Source: mirror:sourceforge:gmetadom/gmetadom-%v.tar.gz
Source-MD5: 7bfb5d9c6f20ffa5e790b63d1f8cb481
BuildDepends: <<
fink (>= 0.24.12-1),
glib2-dev (>= 2.18.0-1),
libgdome0 (>= 0.8.1-5),
libgettext3-dev,
libiconv-dev,
libxml2 (>= 2.6.32-1),
libxslt-bin,
pkgconfig (>= 0.23)
<<
Depends: %N-shlibs (= %v-%r)
GCC: 4.0
BuildDependsOnly: true
SetCPPFLAGS: -Wall
SetCXXFLAGS: -Wall
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --with-modules=gdome_cpp_smart
PatchFile: %n.patch
PatchFile-MD5: 91c1c33297ee7e1e9c8f2fbe8fa641f4
CompileScript: <<
OCAMLC=no OCAMLOPT=no HAVE_OCAMLDEP=no HAVE_OCAMLFIND=no ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE
SplitOff: <<
Package: %N-shlibs
Depends: <<
glib2-shlibs (>= 2.18.0-1),
libgettext3-shlibs,
libiconv,
libgdome0-shlibs (>= 0.8.1-5),
libxml2-shlibs (>= 2.6.32-1)
<<
Files: lib/libgmetadom_gdome_cpp_smart.0.*dylib
DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE NEWS README
Shlibs: %p/lib/libgmetadom_gdome_cpp_smart.0.dylib 3.0.0 %n (>= 0.2.3-1)
<<
DescPort: <<
The g++ linker already passes -lstdc++ to ld, so don't also pass it
explicitly.
Make sure all local -I come before global ones.
<<
DescPackaging: <<
Disable ocaml stuff because I don't use it but keep seeing
reports that ocaml version-updates break things.
<<
Description: C++ bindings for DOM level2 library
Homepage: http://gmetadom.sourceforge.net
License: LGPL
Maintainer: Daniel Macks
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/Makefile.in gmetadom-0.2.6/src/gdome_cpp_smart/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/Makefile.in 2007-10-15 05:42:42.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/Makefile.in 2008-09-28 03:16:16.000000000 -0400
@@ -229,17 +229,16 @@
$(GDOME_LIBS) \
$(top_builddir)/src/gdome_cpp_smart/events/libevents.la \
$(top_builddir)/src/gdome_cpp_smart/core/libcore.la \
- $(top_builddir)/src/gdome_cpp_smart/basic/libbasic.la \
- -lstdc++
+ $(top_builddir)/src/gdome_cpp_smart/basic/libbasic.la
libgmetadom_gdome_cpp_smart_la_LDFLAGS = -version-info @GMETADOM_VERSION_INFO@
libgmetadom_gdome_cpp_smart_la_SOURCES = \
GdomeSmartDOMDOMImplementation.cc
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
all: all-recursive
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/basic/Makefile.in gmetadom-0.2.6/src/gdome_cpp_smart/basic/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/basic/Makefile.in 2007-10-15 05:42:42.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/basic/Makefile.in 2008-09-28 03:16:16.000000000 -0400
@@ -213,9 +213,9 @@
noinst_LTLIBRARIES = libbasic.la
libbasic_la_SOURCES = $(AUTO_CC)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/core/Makefile.in gmetadom-0.2.6/src/gdome_cpp_smart/core/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/core/Makefile.in 2007-10-15 05:42:43.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/core/Makefile.in 2008-09-28 03:16:16.000000000 -0400
@@ -238,9 +238,9 @@
$(AUTO_CC)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/events/Makefile.in gmetadom-0.2.6/src/gdome_cpp_smart/events/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/events/Makefile.in 2007-10-15 05:42:43.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/events/Makefile.in 2008-09-28 03:16:16.000000000 -0400
@@ -218,9 +218,9 @@
$(AUTO_CC)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
all: all-am
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/test/Makefile.in gmetadom-0.2.6/src/gdome_cpp_smart/test/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/test/Makefile.in 2007-10-15 05:42:44.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/test/Makefile.in 2008-09-28 03:16:16.000000000 -0400
@@ -219,16 +219,15 @@
LDADDS = \
$(GDOME_LIBS) \
$(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a \
- $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \
- -lstdc++
+ $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la
test_LDADD = $(LDADDS)
basic_LDADD = $(LDADDS)
deep_LDADD = $(LDADDS)
INCLUDES = \
- $(GDOME_CFLAGS) \
-I$(srcdir)/../include \
- -I$(top_builddir)/src/gdome_cpp_smart/include
+ -I$(top_builddir)/src/gdome_cpp_smart/include \
+ $(GDOME_CFLAGS)
all: all-am