devel/hamlib hamlib-bindings.patch,1.2,1.3 hamlib.spec,1.8,1.9

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Mar 24 12:24:13 UTC 2005


Author: ivazquez

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

Modified Files:
	hamlib-bindings.patch hamlib.spec 
Log Message:
Various spec and patch fixes

hamlib-bindings.patch:

Index: hamlib-bindings.patch
===================================================================
RCS file: /cvs/extras/devel/hamlib/hamlib-bindings.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hamlib-bindings.patch	23 Mar 2005 23:28:05 -0000	1.2
+++ hamlib-bindings.patch	24 Mar 2005 12:24:11 -0000	1.3
@@ -9,12 +9,3 @@
  TCL_BIN_DIR = @TCL_BIN_DIR@
  TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
  TCL_LIB_FILE = @TCL_LIB_FILE@
-@@ -195,7 +195,7 @@
- program_transform_name = @program_transform_name@
- pyexecdir = @pyexecdir@
- 
--pythondir = $(prefix)/lib/python
-+pythondir = $(libdir)/python2.3
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- subdirs = @subdirs@


Index: hamlib.spec
===================================================================
RCS file: /cvs/extras/devel/hamlib/hamlib.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hamlib.spec	23 Mar 2005 23:28:05 -0000	1.8
+++ hamlib.spec	24 Mar 2005 12:24:11 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name: hamlib
 Version: 1.2.3
-Release: 8
+Release: 9
 License: LGPL
 Group: System Environment/Libraries
 Summary: Run-time library to control radio transceivers and receivers
@@ -97,6 +97,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
+rm -f $RPM_BUILD_ROOT%{_libdir}/hamlib-*.a $RPM_BUILD_ROOT%{_libdir}/hamlib-*.la
+/sbin/ldconfig -N -n $RPM_BUILDROOT%{_libdir}
 pushd bindings
 # Install Python
 make prefix=$RPM_BUILD_ROOT%{_prefix} \
@@ -145,7 +147,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING doc/html
+%doc COPYING.LIB doc/html
 %{_bindir}/rigctl
 %{_bindir}/rigmem
 %{_bindir}/rigswr
@@ -155,7 +157,6 @@
 %{_libdir}/libhamlib-%{version}.so.2.0.2
 %{_libdir}/hamlib-*.so
 %{_libdir}/libhamlib.la
-%{_libdir}/hamlib-*.la
 %{_mandir}/man8/rpc.rigd.8.gz
 %{_mandir}/man8/rpc.rotd.8.gz
 %{_mandir}/man1/rigctl.1.gz
@@ -190,10 +191,11 @@
 
 %files devel
 %defattr(-, root, root)
+%doc README.developer
 %{_libdir}/libhamlib.so
 %{_libdir}/libhamlib.a
-%{_libdir}/hamlib-*.a
 %{_datadir}/aclocal/hamlib.m4
+%dir %{_includedir}/hamlib
 %{_includedir}/hamlib/rig.h
 %{_includedir}/hamlib/riglist.h
 %{_includedir}/hamlib/rig_dll.h
@@ -203,6 +205,13 @@
 
 
 %changelog
+* Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-9
+- Python binding cleanup
+- soname/ldconfig cleanup
+- Added %%{_includedir}/hamlib to -devel
+- Removed %%{_libdir}/hamlib-*.a and hamlib-*.la
+- %%doc cleanups
+
 * Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-8
 - Added -q to %%setup
 - Fixed Python binding build and Requires




More information about the fedora-extras-commits mailing list