SPECS: rrdtool.spec - package ruby binding

qboosh qboosh at pld-linux.org
Sat Nov 1 16:40:26 CET 2008


Author: qboosh                       Date: Sat Nov  1 15:40:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package ruby binding

---- Files affected:
SPECS:
   rrdtool.spec (1.133 -> 1.134) 

---- Diffs:

================================================================
Index: SPECS/rrdtool.spec
diff -u SPECS/rrdtool.spec:1.133 SPECS/rrdtool.spec:1.134
--- SPECS/rrdtool.spec:1.133	Wed Oct 29 09:10:39 2008
+++ SPECS/rrdtool.spec	Sat Nov  1 16:40:21 2008
@@ -34,6 +34,8 @@
 %endif
 BuildRequires:	rpm-perlprov
 BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.272
+BuildRequires:	ruby-devel
 BuildRequires:	tcl-devel
 BuildRequires:	zlib-devel >= 1.2.1
 Requires:	libpng >= 1.2.8
@@ -186,6 +188,20 @@
 Interfejs Pythona do RRDtoola - narzędzia do tworzenia wykresów i
 logowania.
 
+%package -n ruby-rrdtool
+Summary:	Ruby interface to RRDtool
+Summary(pl.UTF-8):	Interfejs języka Ruby do RRDtoola
+Group:		Development/Languages/Python
+Requires:	%{name} = %{version}-%{release}
+%{?ruby_mod_ver_requires_eq}
+
+%description -n ruby-rrdtool
+Ruby interface to RRDtool, the graphing and logging utility.
+
+%description -n ruby-rrdtool -l pl.UTF-8
+Interfejs języka Ruby do RRDtoola - narzędzia do tworzenia wykresów i
+logowania.
+
 %package -n tcl-rrdtool
 Summary:	Tcl extension to access the RRD library
 Summary(pl.UTF-8):	Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl
@@ -244,9 +260,9 @@
 %doc CHANGES CONTRIBUTORS NEWS README THREADS TODO doc/*.html
 %attr(755,root,root) %{_bindir}/rrd*
 %attr(755,root,root) %{_libdir}/librrd.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/librrd.so.[0-9]
+%attr(755,root,root) %ghost %{_libdir}/librrd.so.4
 %attr(755,root,root) %{_libdir}/librrd_th.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/librrd_th.so.[0-9]
+%attr(755,root,root) %ghost %{_libdir}/librrd_th.so.4
 %{_mandir}/man1/bin_dec_hex.1*
 %{_mandir}/man1/cdeftutorial.1*
 %{_mandir}/man1/rpntutorial.1*
@@ -286,6 +302,10 @@
 %endif
 %endif
 
+%files -n ruby-rrdtool
+%defattr(644,root,root,755)
+%attr(755,root,root) %{ruby_archdir}/RRD.so
+
 %files -n tcl-rrdtool
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/tclrrd%{version}.so
@@ -297,6 +317,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.134  2008/11/01 15:40:21  qboosh
+- package ruby binding
+
 Revision 1.133  2008/10/29 08:10:39  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rrdtool.spec?r1=1.133&r2=1.134&f=u



More information about the pld-cvs-commit mailing list