rpms/hamlib/devel hamlib-1.2.10-bindings.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 hamlib.spec, 1.42, 1.43 sources, 1.8, 1.9 hamlib-1.2.9-bindings.patch, 1.2, NONE

Lucian Langa lucilanga at fedoraproject.org
Sat Nov 7 13:19:18 UTC 2009


Author: lucilanga

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

Modified Files:
	.cvsignore hamlib.spec sources 
Added Files:
	hamlib-1.2.10-bindings.patch 
Removed Files:
	hamlib-1.2.9-bindings.patch 
Log Message:
new upstream release

hamlib-1.2.10-bindings.patch:
 Makefile.am |    8 ++++----
 Makefile.in |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

--- NEW FILE hamlib-1.2.10-bindings.patch ---
diff -Naur hamlib-1.2.10/bindings/Makefile.am hamlib-1.2.10-mod/bindings/Makefile.am
--- hamlib-1.2.10/bindings/Makefile.am	2009-11-03 00:17:45.000000000 +0200
+++ hamlib-1.2.10-mod/bindings/Makefile.am	2009-11-07 14:49:18.000000000 +0200
@@ -32,7 +32,7 @@
 			CC="$(CC)"  \
 			OBJECT="hamlibperl_wrap.o" \
 			VERSION="$(PACKAGE_VERSION)" \
-			LIBS="-L$(top_builddir)/src/.libs -lhamlib"
+			LIBS="-L$(top_builddir)/src/.libs -lhamlib" INSTALLDIRS=vendor
 	sed -e 's/^LD_RUN_PATH.*/LD_RUN_PATH =/' Hamlib-pl.mk > Hamlib-pl-norpath.mk
 	mv Hamlib-pl-norpath.mk Hamlib-pl.mk
 
@@ -52,7 +52,7 @@
 	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
 
 install-perl: Hamlib-pl.mk
-	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
+	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_install
 
 ## ExtUtils::MakeMaker says uninstall is deprecated and won't remove the files
 ## anyway, so we'll have to figure out another way to remove the installed files.
@@ -69,7 +69,7 @@
 
 tcl_ltlib = hamlibtcl.la
 
-tcldir = $(prefix)/lib/tcl
+tcldir = $(libdir)/tcl
 
 PKG_VER=1.0
 DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@
@@ -105,7 +105,7 @@
 
 python_ltlib = _Hamlib.la
 
-pythondir = $(prefix)/lib/python
+pythondir = `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
 
 nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
 _Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
diff -Naur hamlib-1.2.10/bindings/Makefile.in hamlib-1.2.10-mod/bindings/Makefile.in
--- hamlib-1.2.10/bindings/Makefile.in	2009-11-03 00:21:43.000000000 +0200
+++ hamlib-1.2.10-mod/bindings/Makefile.in	2009-11-07 14:46:22.000000000 +0200
@@ -307,7 +307,7 @@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
 pyexecdir = @pyexecdir@
-pythondir = $(prefix)/lib/python
+pythondir = `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -329,7 +329,7 @@
 	Hamlib.bs hamlibpy_wrap.c Hamlib.py *.pyc
 AM_CFLAGS = -fno-strict-aliasing
 @ENABLE_TCL_TRUE at tcl_ltlib = hamlibtcl.la
- at ENABLE_TCL_TRUE@tcldir = $(prefix)/lib/tcl
+ at ENABLE_TCL_TRUE@tcldir = $(libdir)/tcl
 @ENABLE_TCL_TRUE at PKG_VER = 1.0
 @ENABLE_TCL_TRUE at DLL = hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@
 @ENABLE_TCL_TRUE at nodist_hamlibtcl_la_SOURCES = hamlibtcl_wrap.c
@@ -749,7 +749,7 @@
 			CC="$(CC)"  \
 			OBJECT="hamlibperl_wrap.o" \
 			VERSION="$(PACKAGE_VERSION)" \
-			LIBS="-L$(top_builddir)/src/.libs -lhamlib"
+			LIBS="-L$(top_builddir)/src/.libs -lhamlib" INSTALLDIRS=vendor
 	sed -e 's/^LD_RUN_PATH.*/LD_RUN_PATH =/' Hamlib-pl.mk > Hamlib-pl-norpath.mk
 	mv Hamlib-pl-norpath.mk Hamlib-pl.mk
 
@@ -768,7 +768,7 @@
 	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
 
 install-perl: Hamlib-pl.mk
-	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
+	$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_install
 
 uninstall-perl: ## Hamlib-pl.mk
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	22 Aug 2009 11:09:25 -0000	1.8
+++ .cvsignore	7 Nov 2009 13:19:18 -0000	1.9
@@ -1 +1 @@
-hamlib-1.2.9.tar.gz
+hamlib-1.2.10.tar.gz


Index: hamlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/devel/hamlib.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- hamlib.spec	24 Aug 2009 19:50:17 -0000	1.42
+++ hamlib.spec	7 Nov 2009 13:19:18 -0000	1.43
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           hamlib
-Version:        1.2.9
+Version:        1.2.10
 Release:        1%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
@@ -10,7 +10,7 @@ License:        GPLv2+ and LGPLv2+
 URL:            http://hamlib.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 #Install python and perl bindings into proper dirs
-Patch0:         hamlib-1.2.9-bindings.patch
+Patch0:         hamlib-1.2.10-bindings.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -96,7 +96,7 @@ Hamlib TCL Language bindings to allow ra
 %configure \
         --disable-static \
         --with-rigmatrix \
-        --with-tcl-binding \
+        --enable-tcl-binding \
         --with-python-binding \
         --with-perl-binding
 
@@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/hamlibtcl*
 
 %changelog
+* Sat Nov 07 2009 Lucian Langa <cooly at gnome.eu.org> - 1.2.10-1
+- new upstream release
+
 * Wed Aug 23 2009 Lucian Langa <cooly at gnome.eu.org> - 1.2.9-1
 - new install rule for docs for new doxygen
 - misc cleanups


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	22 Aug 2009 11:09:25 -0000	1.8
+++ sources	7 Nov 2009 13:19:18 -0000	1.9
@@ -1 +1 @@
-9515288826284d6c8dd569354dacc8e0  hamlib-1.2.9.tar.gz
+29f0d30779a8ffe0444eb523a6ad8344  hamlib-1.2.10.tar.gz


--- hamlib-1.2.9-bindings.patch DELETED ---




More information about the fedora-extras-commits mailing list