rpms/hamlib/F-7 .cvsignore, 1.4, 1.5 hamlib.spec, 1.20, 1.21 sources, 1.4, 1.5

Denis Leroy (denis) fedora-extras-commits at redhat.com
Fri Oct 12 10:41:44 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/hamlib/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17734

Modified Files:
	.cvsignore hamlib.spec sources 
Log Message:
Update to new upstream 1.2.6.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	30 Sep 2006 18:46:32 -0000	1.4
+++ .cvsignore	12 Oct 2007 10:41:06 -0000	1.5
@@ -1 +1 @@
-hamlib-1.2.5.tar.gz
+hamlib-1.2.6.2.tar.gz


Index: hamlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/F-7/hamlib.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hamlib.spec	10 May 2007 03:52:04 -0000	1.20
+++ hamlib.spec	12 Oct 2007 10:41:06 -0000	1.21
@@ -1,13 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
 
-Name: 		hamlib
-Version: 	1.2.5
-Release: 	5%{?dist}
-
-License: 	LGPL
-Group: 		System Environment/Libraries
-Summary: 	Run-time library to control radio transceivers and receivers
-Source: 	ftp://ftp.sourceforge.net/pub/sourceforge/h/ha/hamlib/%{name}-%{version}.tar.gz
+
+Name:           hamlib
+Version:        1.2.6.2
+Release:        1%{?dist}
+
+License:        GPLv2+ and LGPLv2+
+Group:          System Environment/Libraries
+Summary:        Run-time library to control radio transceivers and receivers
+Source:         ftp://ftp.sourceforge.net/pub/sourceforge/h/ha/hamlib/%{name}-%{version}.tar.gz
 
 # For whatever reason @SWIG@ isn't being set by the configure script.
 Patch: hamlib-bindings.patch
@@ -17,8 +19,8 @@
 BuildRequires: automake >= 1.4, libtool >= 1.4, fileutils, findutils, flex
 BuildRequires: binutils >= 2.9.4, gcc >= 2.95, glibc-devel >= 2.1
 BuildRequires: gzip, make >= 3.77, patch >= 2.5, rpm >= 3.0, sed
-BuildRequires: textutils, python-devel, swig, gd-devel, libxml2-devel, tcl-devel
-BuildRequires: libusb-devel, pkgconfig
+BuildRequires: textutils, python, python-devel, swig, gd-devel, libxml2-devel, tcl-devel
+BuildRequires: libusb-devel, pkgconfig, net-tools
 BuildRequires: doxygen
 
 %description
@@ -67,7 +69,7 @@
 %package python
 Summary: Hamlib radio control library Python binding
 Group: Development/Libraries
-Requires: python-abi = %(%{__python} -c 'import sys;print(sys.version[:3])')
+Requires: python-abi = %{pyver}
 
 %description python
 Hamlib Python Language bindings to allow radio control from Python scripts.
@@ -150,23 +152,25 @@
 %doc COPYING.LIB
 %{_bindir}/rigctl
 %{_bindir}/rigmem
+%{_bindir}/rigsmtr
 %{_bindir}/rigswr
 %{_bindir}/rotctl
 %{_sbindir}/rpc.rigd
 %{_sbindir}/rpc.rotd
-%{_libdir}/libhamlib-%{version}.so.*
+%{_libdir}/libhamlib.so.*
 %{_libdir}/hamlib-*.so
 %{_mandir}/man8/rpc.rigd.8.gz
 %{_mandir}/man8/rpc.rotd.8.gz
 %{_mandir}/man1/rigctl.1.gz
 %{_mandir}/man1/rigmem.1.gz
+%{_mandir}/man1/rigsmtr.1.gz
 %{_mandir}/man1/rigswr.1.gz
 %{_mandir}/man1/rotctl.1.gz
 
 %files c++
 %defattr(-, root, root)
 %doc COPYING.LIB
-%{_libdir}/libhamlib++-%{version}.so.*
+%{_libdir}/libhamlib++.so.*
 
 %files c++-devel
 %defattr(-, root, root)
@@ -204,6 +208,10 @@
 
 
 %changelog
+* Fri Oct 12 2007 Denis Leroy <denis at poolshark.org> - 1.2.6.2-1
+- Update to new upstream 1.2.6.2
+- Added rigsmtr binary
+
 * Wed May  9 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 1.2.5-5
 - Move HTML devel documentation to the proper subpackage (#228364)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	30 Sep 2006 18:46:32 -0000	1.4
+++ sources	12 Oct 2007 10:41:06 -0000	1.5
@@ -1 +1 @@
-9725a6ae60c1c8ead8669e42a67cc5e8  hamlib-1.2.5.tar.gz
+c3d0030915101c9d9d6131b15abb63f5  hamlib-1.2.6.2.tar.gz




More information about the fedora-extras-commits mailing list