rpms/rrdtool/FC-6 rrdtool.spec,1.23,1.24

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Oct 25 19:35:52 UTC 2006


Author: jwilson

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

Modified Files:
	rrdtool.spec 
Log Message:
Add tcl sub-package (#203275)


Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/FC-6/rrdtool.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rrdtool.spec	5 Sep 2006 15:04:47 -0000	1.23
+++ rrdtool.spec	25 Oct 2006 19:35:22 -0000	1.24
@@ -4,7 +4,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.2.15
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
@@ -85,6 +85,18 @@
 The %{name}-php package includes a dynamic shared object (DSO) that adds
 RRDtool bindings to the PHP HTML-embedded scripting language.
 
+%package tcl
+Summary: Tcl RRDtool bindings
+Group: Development/Languages
+BuildRequires: tcl-devel >= 8.0
+Requires: tcl >= 8.0
+Requires: %{name} = %{version}-%{release}
+Obsoletes: tcl-%{name} < %{version}-%{release}
+Provides: tcl-%{name} = %{version}-%{release}
+
+%description tcl
+The %{name}-tcl package includes RRDtool bindings for Tcl.
+
 %prep
 %setup -q
 %setup -q -T -D -a 1
@@ -105,6 +117,8 @@
 %configure \
     --disable-static \
     --with-pic \
+    --enable-tcl-site \
+    --with-tcllib=%{_libdir} \
     --with-perl-options='INSTALLDIRS="vendor"'
 
 # Fix another rpath issue
@@ -221,7 +235,16 @@
 %config(noreplace) %{_sysconfdir}/php.d/rrdtool.ini
 %{php_extdir}/rrdtool.so
 
+%files tcl
+%defattr(-,root,root,-)
+%doc bindings/tcl/README
+%{_libdir}/tclrrd*.so
+%{_libdir}/rrdtool/*.tcl
+
 %changelog
+* Wed Oct 25 2006 Jarod Wilson <jwilson at redhat.com> 1.2.15-5
+- Add tcl sub-package (#203275)
+
 * Tue Sep 05 2006 Jarod Wilson <jwilson at redhat.com> 1.2.15-4
 - Rebuild for new glibc
 




More information about the scm-commits mailing list