devel/hamlib hamlib.spec,1.3,1.4

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Mar 17 22:35:39 UTC 2005


Author: ivazquez

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

Modified Files:
	hamlib.spec 
Log Message:
Fixed %post and %postun along with Requires(...)


Index: hamlib.spec
===================================================================
RCS file: /cvs/extras/devel/hamlib/hamlib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hamlib.spec	16 Mar 2005 23:41:59 -0000	1.3
+++ hamlib.spec	17 Mar 2005 22:35:37 -0000	1.4
@@ -1,6 +1,6 @@
 Name: hamlib
 Version: 1.2.3
-Release: 2
+Release: 4
 License: LGPL
 Group: System Environment/Libraries
 Summary: Run-time library to control radio transcievers and receivers.
@@ -16,6 +16,8 @@
 BuildRequires: gzip, make >= 3.77, patch >= 2.5, rpm >= 3.0, sed
 BuildRequires: textutils python-devel swig gd-devel
 BuildRequires: doxygen
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 
 %description
 Hamlib provides a standardised programming interface that applications 
@@ -37,6 +39,8 @@
 %package c++
 Summary: Hamlib radio control library C++ binding
 Group: Development/Libraries
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 
 %description c++
 Hamlib radio control library C++ language binding.
@@ -135,6 +139,10 @@
 
 %postun -p /sbin/ldconfig
 
+%post c++ -p /sbin/ldconfig
+
+%postun c++ -p /sbin/ldconfig
+
 %files
 %defattr(-, root, root)
 %doc COPYING doc/html
@@ -197,6 +205,9 @@
 
 
 %changelog
+* Thu Mar 17 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-4
+- Fixed %post and %postun along with Requires(...)
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.3-3
 - Spell-corrected %description
 




More information about the fedora-extras-commits mailing list