rpms/hamlib/FC-4 hamlib-1.2.4-bindings.patch, NONE, 1.1 hamlib.spec, 1.13, 1.14

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sun Feb 19 08:37:24 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/hamlib/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4968/FC-4

Modified Files:
	hamlib.spec 
Added Files:
	hamlib-1.2.4-bindings.patch 
Log Message:
And now these

hamlib-1.2.4-bindings.patch:

--- NEW FILE hamlib-1.2.4-bindings.patch ---
--- hamlib-1.2.4/configure.bindings	2006-02-19 01:28:05.000000000 -0500
+++ hamlib-1.2.4/configure	2006-02-19 01:28:11.000000000 -0500
@@ -28900,7 +28900,7 @@
 	fi
 
   if test "${SWIG}" != "false" -a "x${BINDING_ALL}" != "x"; then
-    BINDINGS="${BINDINGS} bindings"
+#    BINDINGS="${BINDINGS} bindings"
     cf_with_bindings=yes
   fi
 fi


Index: hamlib.spec
===================================================================
RCS file: /cvs/extras/rpms/hamlib/FC-4/hamlib.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hamlib.spec	23 Nov 2005 15:59:28 -0000	1.13
+++ hamlib.spec	19 Feb 2006 08:37:24 -0000	1.14
@@ -12,6 +12,7 @@
 # For whatever reason @SWIG@ isn't being set by the configure script.
 Patch: hamlib-bindings.patch
 Patch1: hamlib-automake.patch
+Patch2: hamlib-1.2.4-bindings.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://hamlib.sourceforge.net
 BuildRequires: /bin/sh, automake >= 1.4, libtool >= 1.4, fileutils, findutils, flex
@@ -74,6 +75,7 @@
 %setup -q
 %patch -p1
 %patch1 -p1
+%patch2 -p1 -b .bindings
 
 %build
 %configure \
@@ -199,7 +201,8 @@
 
 
 %changelog
-* Wed Nov 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.4-3
+* Sun Feb 19 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.4-3
+- Fix bindings problems
 - Remove static libs
 - Remove .la files
 




More information about the fedora-extras-commits mailing list