From 0ca025e5ed1aca6c7463a4caf64fe0c082e2d5f2 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Oct 12 2007 10:41:06 +0000 Subject: Update to new upstream 1.2.6.2 --- diff --git a/.cvsignore b/.cvsignore index 465899c..b925e5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -hamlib-1.2.5.tar.gz +hamlib-1.2.6.2.tar.gz diff --git a/hamlib.spec b/hamlib.spec index e12e458..f8e4927 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -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 @@ URL: http://hamlib.sourceforge.net 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 @@ for building C++ applications with Hamlib. %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 @@ rm -rf $RPM_BUILD_ROOT %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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 12 2007 Denis Leroy - 1.2.6.2-1 +- Update to new upstream 1.2.6.2 +- Added rigsmtr binary + * Wed May 9 2007 Ignacio Vazquez-Abrams 1.2.5-5 - Move HTML devel documentation to the proper subpackage (#228364) diff --git a/sources b/sources index 43cd86e..2a19788 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9725a6ae60c1c8ead8669e42a67cc5e8 hamlib-1.2.5.tar.gz +c3d0030915101c9d9d6131b15abb63f5 hamlib-1.2.6.2.tar.gz