devel/hamlib hamlib.spec,1.1,1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 18:54:47 UTC 2005


Author: ivazquez

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

Modified Files:
	hamlib.spec 
Log Message:
Initial review fixes


Index: hamlib.spec
===================================================================
RCS file: /cvs/extras/devel/hamlib/hamlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hamlib.spec	16 Mar 2005 17:05:32 -0000	1.1
+++ hamlib.spec	16 Mar 2005 18:54:45 -0000	1.2
@@ -1,6 +1,6 @@
 Name: hamlib
 Version: 1.2.3
-Release: 1
+Release: 2
 License: LGPL
 Group: System Environment/Libraries
 Summary: Run-time library to control radio transcievers and receivers.
@@ -37,7 +37,6 @@
 %package c++
 Summary: Hamlib radio control library C++ binding
 Group: Development/Libraries
-Requires: hamlib
 
 %description c++
 Hamlib radio control library C++ language binding.
@@ -45,7 +44,7 @@
 %package c++-devel
 Summary: Hamlib radio control library C++ binding development headers and libraries
 Group: Development/Libraries
-Requires: hamlib, hamlib-devel
+Requires: hamlib-devel = %{version}
 
 %description c++-devel
 Hamlib radio control library C++ binding development headers and libraries
@@ -63,8 +62,6 @@
 %package python
 Summary: Hamlib radio control library Python binding
 Group: Development/Libraries
-Requires: hamlib = %{version}
-Requires: python => 2.2.3
 
 %description python
 Hamlib Python Language bindings to allow radio control from Python scripts.
@@ -200,6 +197,9 @@
 
 
 %changelog
+* Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-2
+- Removed/fixed explicit Requires
+
 * Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-1
 - Bump release to 1
 - Fixed BuildRoot




More information about the fedora-extras-commits mailing list