rpms/rrdtool/FC-5 rrdtool.spec,1.15,1.16

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jun 7 17:03:07 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/rrdtool/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17728

Modified Files:
	rrdtool.spec 
Log Message:
Work-around to exclude static libs and still get a working RRDs.so (bz #194333)


Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rrdtool.spec	5 Jun 2006 19:12:37 -0000	1.15
+++ rrdtool.spec	7 Jun 2006 17:03:07 -0000	1.16
@@ -3,7 +3,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.0.50
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
@@ -66,8 +66,11 @@
     --enable-shared \
     --enable-local-libpng \
     --enable-local-zlib \
-    --disable-static \
+    --with-perl-options="LINKTYPE=dynamic" \
     --with-pic
+    # This breaks the RRDs.so build, so just exclude
+    # the static libs in %files as a work-around
+    #--disable-static \
 
 %{__make} %{?_smp_mflags}
 
@@ -147,6 +150,7 @@
 %doc contrib/rrdproc contrib/rrdview contrib/snmpstats contrib/trytime
 %{_includedir}/*.h
 %exclude %{_libdir}/*.la
+%exclude %{_libdir}/*.a
 %{_libdir}/*.so
 
 
@@ -158,6 +162,9 @@
 
 
 %changelog
+* Wed Jun 07 2006 Jarod Wilson <jwilson at redhat.com> 1.0.50-4
+- Work-around to fix broken RRDs.so (bz #194333)
+
 * Mon Jun 05 2006 Jarod Wilson <jwilson at redhat.com> 1.0.50-3
 - From Jose Pedro Oliveira (bz #185909)
   - Add missing post/postun ldconfigs




More information about the fedora-extras-commits mailing list