Author: qboosh Date: Sun Jun 19 12:30:05 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.10 - package python and tcl bindings
---- Files affected: SPECS: rrdtool.spec (1.102 -> 1.103) ---- Diffs: ================================================================ Index: SPECS/rrdtool.spec diff -u SPECS/rrdtool.spec:1.102 SPECS/rrdtool.spec:1.103 --- SPECS/rrdtool.spec:1.102 Thu Jun 2 23:33:24 2005 +++ SPECS/rrdtool.spec Sun Jun 19 14:30:00 2005 @@ -9,12 +9,12 @@ Summary(ru): RRDtool - ÂÁÚÁ ÄÁÎÎŮČ Ó "ĂÉËĚÉŢĹÓËÉÍ ĎÂÎĎ×ĚĹÎÉĹÍ" Summary(uk): RRDtool - ĂĹ ÓÉÓÔĹÍÁ ÚÂĹŇŚÇÁÎÎŃ ÔÁ ĐĎËÁÚŐ ÓĹŇŚĘÎÉČ ÄÁÎÉČ Name: rrdtool -Version: 1.2.9 +Version: 1.2.10 Release: 0.1 License: GPL Group: Applications/Databases Source0: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/%{name}-%{version}.tar.gz -# Source0-md5: 6e358356336317974665b3f4b97ec790 +# Source0-md5: ebf90d351126a225e87dbb88da7635f9 Patch0: %{name}-cgic.patch URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ BuildRequires: autoconf >= 2.59 @@ -169,6 +169,31 @@ RRDtoola jako modułu dzielonego oraz RRDp do dostępu poprzez zestaw potoków. +%package -n python-rrdtool +Summary: Python interface to RRDtool +Summary(pl): Pythonowy interfejs do RRDtoola +Group: Development/Languages/Python +Requires: %{name} = %{version}-%{release} + +%description -n python-rrdtool +Python interface to RRDtool, the graphing and logging utility. + +%description -n python-rrdtool -l pl +Interfejs Pythona do RRDtoola - narzędzia do tworzenia wykresów i +logowania. + +%package -n tcl-rrdtool +Summary: Tcl extension to access the RRD library +Summary(pl): Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl +Group: Development/Languages/Tcl +Requires: %{name} = %{version}-%{release} + +%description -n tcl-rrdtool +Tcl extension to access the RRD library. + +%description -n tcl-rrdtool -l pl +Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl. + %prep %setup -q %patch0 -p1 @@ -181,12 +206,9 @@ %{__automake} CPPFLAGS="-I%{_includedir}/cgilibc" %configure \ - --enable-shared=yes \ --enable-latin2 \ --with-perl=%{__perl} \ --with-perl-options="INSTALLDIRS=vendor" -# uncoment this line ONLY IF Tcl package is ready. -# --with-tcllib=%{_libdir} %{__make} @@ -197,6 +219,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ perl_sitearch=%{perl_vendorarch} \ + pythondir=%{py_sitedir} \ examplesdir=%{_examplesdir}/%{name}-%{version} rm -rf $RPM_BUILD_ROOT%{_prefix}/{doc,html} @@ -240,12 +263,25 @@ %{_mandir}/man3/RRDp.3* %{_mandir}/man3/RRDs.3* +%files -n python-rrdtool +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/rrdtoolmodule.so + +%files -n tcl-rrdtool +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/tclrrd%{version}.so +%{_libdir}/tclrrd%{version} + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2005/06/19 12:30:00 qboosh +- updated to 1.2.10 +- package python and tcl bindings + Revision 1.102 2005/06/02 21:33:24 qboosh - updated to 1.2.9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rrdtool.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
