rpms/libopensync/devel libopensync-wrapper.patch, NONE, 1.1 libopensync.spec, 1.4, 1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Dec 13 14:14:00 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libopensync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14889

Modified Files:
	libopensync.spec 
Added Files:
	libopensync-wrapper.patch 
Log Message:
- add wrapper compile patch (no Werror)


libopensync-wrapper.patch:

--- NEW FILE libopensync-wrapper.patch ---
--- wrapper/Makefile.am.orig	2005-12-13 15:05:22.000000000 +0100
+++ wrapper/Makefile.am	2005-12-13 15:06:07.000000000 +0100
@@ -1,10 +1,10 @@
 
-AM_CFLAGS = -Werror
+AM_CFLAGS = 
 
 INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync
 
 opensync_wrap.c: $(srcdir)/opensync.i
-	$(SWIG) -Werror -python -modern -I$(top_srcdir)/opensync $(PYTHON_INCLUDES) -o opensync_wrap.c $(srcdir)/opensync.i
+	$(SWIG) -python -modern -I$(top_srcdir)/opensync $(PYTHON_INCLUDES) -o opensync_wrap.c $(srcdir)/opensync.i
 
 EXTRA_DIST = opensync.i
 
--- wrapper/Makefile.in.orig	2005-12-13 15:05:26.000000000 +0100
+++ wrapper/Makefile.in	2005-12-13 15:06:27.000000000 +0100
@@ -222,7 +222,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-AM_CFLAGS = -Werror
+AM_CFLAGS = 
 INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync
 EXTRA_DIST = opensync.i
 CLEANFILES = \
@@ -542,7 +542,7 @@
 
 
 opensync_wrap.c: $(srcdir)/opensync.i
-	$(SWIG) -Werror -python -modern -I$(top_srcdir)/opensync $(PYTHON_INCLUDES) -o opensync_wrap.c $(srcdir)/opensync.i
+	$(SWIG) -python -modern -I$(top_srcdir)/opensync $(PYTHON_INCLUDES) -o opensync_wrap.c $(srcdir)/opensync.i
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:


Index: libopensync.spec
===================================================================
RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libopensync.spec	13 Dec 2005 13:46:31 -0000	1.4
+++ libopensync.spec	13 Dec 2005 14:13:57 -0000	1.5
@@ -10,6 +10,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Patch0:         libopensync-rpath.patch
 Patch1:         libopensync-configure.patch
+Patch2:         libopensync-wrapper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
@@ -43,6 +44,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2
 
 # some source files are marked executable
 for dir in opensync osengine; do
@@ -104,6 +106,7 @@
 0.18-5
 - change handling of ld.so.conf files
 - patch configure for x86_64 python
+- add wrapper compile patch (no Werror)
 
 * Sun Dec 11 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.18-4




More information about the scm-commits mailing list