rpms/rrdtool/EL-5 .cvsignore, 1.13, 1.14 rrdtool.spec, 1.33, 1.34 sources, 1.16, 1.17

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Sat Mar 15 23:30:53 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11829

Modified Files:
	.cvsignore rrdtool.spec sources 
Log Message:
* Mon Feb 25 2008 Jarod Wilson <jwilson at redhat.com> 1.2.27-1
- New upstream release, v1.2.27



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-5/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	4 May 2007 13:34:51 -0000	1.13
+++ .cvsignore	15 Mar 2008 23:30:17 -0000	1.14
@@ -8,3 +8,4 @@
 rrdtool-1.2.21.tar.gz
 rrdtool-1.2.22.tar.gz
 rrdtool-1.2.23.tar.gz
+rrdtool-1.2.27.tar.gz


Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-5/rrdtool.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- rrdtool.spec	4 May 2007 13:34:51 -0000	1.33
+++ rrdtool.spec	15 Mar 2008 23:30:17 -0000	1.34
@@ -1,17 +1,18 @@
 %define with_python %{?_without_python: 0} %{?!_without_python: 1}
 %define with_php %{?_without_php: 0} %{?!_without_php: 1}
 %define with_tcl %{?_without_tcl: 0} %{?!_without_tcl: 1}
+%define with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
 %define php_rrd_svn 839
 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.2.23
-Release: 3%{?dist}
+Version: 1.2.27
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Databases
-URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
-Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz
+URL: http://oss.oetiker.ch/rrdtool/
+Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
 Source1: php4-svn%{php_rrd_svn}.tar.gz
 Patch0: rrdtool-1.2.13-php.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -90,9 +91,17 @@
 BuildRequires: php-devel >= 4.0
 Requires: php >= 4.0
 Requires: %{name} = %{version}-%{release}
+%if 0%{?php_zend_api}
+Requires: php(zend-abi) = %{php_zend_api}
+Requires: php(api) = %{php_core_api}
+%else
+Requires: php-api = %{php_apiver}
+%endif
+Provides: php-pecl(rrdtool)
 Obsoletes: php-%{name} < %{version}-%{release}
 Provides: php-%{name} = %{version}-%{release}
 
+
 %description php
 The %{name}-php package includes a dynamic shared object (DSO) that adds
 RRDtool bindings to the PHP HTML-embedded scripting language.
@@ -112,6 +121,20 @@
 The %{name}-tcl package includes RRDtool bindings for Tcl.
 %endif
 
+%if %{with_ruby}
+%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
+
+%package ruby
+Summary: Ruby RRDtool bindings
+Group: Development/Languages
+BuildRequires: ruby, ruby-devel
+Requires: ruby(abi) = 1.8
+Requires: %{name} = %{version}-%{release}
+
+%description ruby
+The %{name}-ruby package includes RRDtool bindings for Ruby.
+%endif
+
 %prep
 %setup -q
 %setup -q -T -D -a 1
@@ -144,6 +167,9 @@
 %else
     --disable-python \
 %endif
+%if %{with_ruby}
+    --enable-ruby \
+%endif
     --disable-static \
     --with-pic
 
@@ -277,7 +303,26 @@
 %{_libdir}/rrdtool/*.tcl
 %endif
 
+%if %{with_ruby}
+%files ruby
+%defattr(-,root,root,-)
+%doc bindings/ruby/README
+%{ruby_sitearch}/RRD.so
+%endif
+
 %changelog
+* Mon Feb 25 2008 Jarod Wilson <jwilson at redhat.com> 1.2.27-1
+- New upstream release, v1.2.27
+
+* Tue Jul 10 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-6
+- Add php abi check (#247339)
+
+* Mon May 21 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-5
+- BR: ruby so %%ruby_sitearch gets set
+
+* Mon May 21 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-4
+- Build ruby bindings
+
 * Thu May 03 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-3
 - Disable php bits on ppc64 for now, they fail to build
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-5/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	4 May 2007 13:34:51 -0000	1.16
+++ sources	15 Mar 2008 23:30:17 -0000	1.17
@@ -1,2 +1,2 @@
 20f70c46a3643ebc51d7b8562d8af9b2  php4-svn839.tar.gz
-dafa161bc9c61e57636a6085c87c1fe8  rrdtool-1.2.23.tar.gz
+841ca303c88f7184cf0aaab07e52dec4  rrdtool-1.2.27.tar.gz




More information about the fedora-extras-commits mailing list