rpms/redland/devel redland-1.0.10-no_undefined.patch, NONE, 1.1 redland.spec, 1.24, 1.25

Rex Dieter rdieter at fedoraproject.org
Mon Jan 4 19:08:00 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/redland/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20450

Modified Files:
	redland.spec 
Added Files:
	redland-1.0.10-no_undefined.patch 
Log Message:
* Mon Jan 04 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-3
- no_undefined patch


redland-1.0.10-no_undefined.patch:
 Makefile.am |    2 +-
 Makefile.in |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE redland-1.0.10-no_undefined.patch ---
diff -up redland-1.0.10/src/Makefile.am.no_undefined redland-1.0.10/src/Makefile.am
--- redland-1.0.10/src/Makefile.am.no_undefined	2009-11-23 00:38:32.000000000 -0600
+++ redland-1.0.10/src/Makefile.am	2010-01-04 12:51:17.245649696 -0600
@@ -152,7 +152,7 @@ if STORAGE_VIRTUOSO
 plugin_LTLIBRARIES += librdf_storage_virtuoso.la 
 librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c rdf_storage_virtuoso_internal.h
 librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
-librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
+librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
 librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
 endif
 
diff -up redland-1.0.10/src/Makefile.in.no_undefined redland-1.0.10/src/Makefile.in
--- redland-1.0.10/src/Makefile.in.no_undefined	2009-12-14 00:53:52.000000000 -0600
+++ redland-1.0.10/src/Makefile.in	2010-01-04 12:56:01.389896396 -0600
@@ -214,7 +214,7 @@ librdf_storage_tstore_la_LINK = $(LIBTOO
 	$(librdf_storage_tstore_la_LDFLAGS) $(LDFLAGS) -o $@
 @MODULAR_LIBRDF_TRUE@@STORAGE_TSTORE_TRUE at am_librdf_storage_tstore_la_rpath =  \
 @MODULAR_LIBRDF_TRUE@@STORAGE_TSTORE_TRUE@	-rpath $(plugindir)
-librdf_storage_virtuoso_la_DEPENDENCIES =
+librdf_storage_virtuoso_la_DEPENDENCIES = librdf.la
 am__librdf_storage_virtuoso_la_SOURCES_DIST = rdf_storage_virtuoso.c \
 	rdf_storage_virtuoso_internal.h
 @MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at am_librdf_storage_virtuoso_la_OBJECTS = librdf_storage_virtuoso_la-rdf_storage_virtuoso.lo
@@ -570,7 +570,7 @@ plugindir = $(libdir)/redland
 @MODULAR_LIBRDF_TRUE@@STORAGE_POSTGRESQL_TRUE at librdf_storage_postgresql_la_LDFLAGS = -module -avoid-version
 @MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c rdf_storage_virtuoso_internal.h
 @MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
- at MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
+ at MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
 @MODULAR_LIBRDF_TRUE@@STORAGE_VIRTUOSO_TRUE at librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
 librdf_la_LIBADD = \
 @LTLIBOBJS@ @DIGEST_OBJS@ @HASH_OBJS@ \


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- redland.spec	4 Jan 2010 00:00:16 -0000	1.24
+++ redland.spec	4 Jan 2010 19:08:00 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           redland
 Version:        1.0.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -10,6 +10,7 @@ Source0:        http://download.librdf.o
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch50: redland-1.0.10-pkgconfig_requires_private.patch
+Patch51: redland-1.0.10-no_undefined.patch
 
 BuildRequires:  curl-devel
 BuildRequires:  db4-devel
@@ -45,6 +46,7 @@ Header files for development with Redlan
 %setup -q
 
 %patch50 -p1 -b .pkgconfig_requires_private
+%patch51 -p1 -b .no_undefined
 
 # hack to nuke rpaths
 %if "%{_libdir}" != "/usr/lib"
@@ -116,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 04 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-3
+- no_undefined patch
+
 * Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-2
 - pkgconfig_requires_private patch
 




More information about the fedora-extras-commits mailing list