rpms/hamlib/devel .cvsignore, 1.3, 1.4 hamlib.spec, 1.16, 1.17 sources, 1.3, 1.4 hamlib-automake.patch, 1.1, NONE

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sat Sep 30 18:46:32 UTC 2006


Author: ausil

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

Modified Files:
	.cvsignore hamlib.spec sources 
Removed Files:
	hamlib-automake.patch 
Log Message:
update to new version 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hamlib/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Apr 2005 10:00:28 -0000	1.3
+++ .cvsignore	30 Sep 2006 18:46:32 -0000	1.4
@@ -1 +1 @@
-hamlib-1.2.4.tar.gz
+hamlib-1.2.5.tar.gz


Index: hamlib.spec
===================================================================
RCS file: /cvs/extras/rpms/hamlib/devel/hamlib.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hamlib.spec	9 Sep 2006 22:58:23 -0000	1.16
+++ hamlib.spec	30 Sep 2006 18:46:32 -0000	1.17
@@ -1,24 +1,24 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Name: hamlib
-Version: 1.2.4
-Release: 4%{?dist}
-
-License: LGPL
-Group: System Environment/Libraries
-Summary: Run-time library to control radio transceivers and receivers
-Source: ftp://ftp.sourceforge.net/pub/sourceforge/hamlib/hamlib-1.2.4.tar.gz
+Name: 		hamlib
+Version: 	1.2.5
+Release: 	2%{?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
 
 # 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
+Patch1: 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
+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
+BuildRequires: textutils, python-devel, swig, gd-devel, libxml2-devel, tcl-devel
+BuildRequires: libusb-devel, pkgconfig
 BuildRequires: doxygen
 
 %description
@@ -30,9 +30,9 @@
 command line interface or in a text-oriented interactive interface.
 
 %package devel
-Summary: Development library to control radio transcievers and receivers.
+Summary: Development library to control radio transcievers and receivers
 Group: Development/Libraries
-Requires: hamlib = %{version}
+Requires: hamlib = %{version}, pkg-config
 
 %description devel
 Hamlib radio control library C development headers and libraries
@@ -41,6 +41,7 @@
 %package c++
 Summary: Hamlib radio control library C++ binding
 Group: Development/Libraries
+Requires: hamlib = %{version}
 
 %description c++
 Hamlib radio control library C++ language binding.
@@ -48,7 +49,7 @@
 %package c++-devel
 Summary: Hamlib radio control library C++ binding development headers and libraries
 Group: Development/Libraries
-Requires: hamlib-devel = %{version}
+Requires: hamlib-devel = %{version}, hamlib-c++ = %{version}
 
 %description c++-devel
 Hamlib radio control library C++ binding development headers and libraries
@@ -74,8 +75,7 @@
 %prep
 %setup -q
 %patch -p1
-%patch1 -p1
-%patch2 -p1 -b .bindings
+%patch1 -p1 -b .bindings
 
 %build
 %configure \
@@ -165,10 +165,12 @@
 
 %files c++
 %defattr(-, root, root)
+%doc COPYING.LIB doc/html
 %{_libdir}/libhamlib++-%{version}.so.*
 
 %files c++-devel
 %defattr(-, root, root)
+%doc COPYING.LIB doc/html
 %{_libdir}/libhamlib++.so
 %{_includedir}/hamlib/rigclass.h
 %{_includedir}/hamlib/rotclass.h
@@ -184,6 +186,7 @@
 
 %files python
 %defattr(-, root, root)
+%doc COPYING.LIB doc/html
 %{python_sitelib}/*.py*
 
 %files devel
@@ -201,8 +204,15 @@
 
 
 %changelog
-* Sat Sep 08 2006 Dennis Gilmore <dennis at ausil.us> - 1.2.4-4
-- febuild for fc6
+* Sat Sep 30 2006 Dennis Gilmore <dennis at ausil.us> 1.2.5-2
+- Fix BuildRequires added libxml2-devel, tcl-devel
+- libusb-devel, pkgconfig  pkgconfig is required for fc5  as 
+- libusb-devel doesnt require it there  but it wont hurt other 
+- releases
+
+* Sat Jul 29 2006 Robert 'Bob' Jensen <bob at bobjensen.com> 1.2.5-1
+- Upstream update
+- Spec file cleanups
 
 * Sun Feb 19 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.4-3
 - Fix bindings problems


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hamlib/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Apr 2005 10:00:28 -0000	1.3
+++ sources	30 Sep 2006 18:46:32 -0000	1.4
@@ -1 +1 @@
-f49f961fd8d895aec7bd247d5fd5b772  hamlib-1.2.4.tar.gz
+9725a6ae60c1c8ead8669e42a67cc5e8  hamlib-1.2.5.tar.gz


--- hamlib-automake.patch DELETED ---




More information about the scm-commits mailing list