]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- tcl files fix, python,tcl deps
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jun 2005 16:27:26 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rrdtool.spec -> 1.104

rrdtool.spec

index 1648a74d3f679a34926d86c73859c3d241258633..a8f83f21ecf518be68dce7280c35bb2619a3a6e3 100644 (file)
@@ -25,8 +25,10 @@ BuildRequires:       libpng-devel >= 2:1.2.8
 BuildRequires: libtool
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: pkgconfig
+BuildRequires: python
+BuildRequires: python-devel
 BuildRequires: rpm-perlprov
-#BuildRequired:        tcl-devel
+BuildRequires: tcl-devel
 BuildRequires: zlib-devel >= 1.2.1
 Requires:      cgilibc >= 0.5
 Requires:      libart_lgpl >= 2.3.17
@@ -173,6 +175,7 @@ Summary:    Python interface to RRDtool
 Summary(pl):   Pythonowy interfejs do RRDtoola
 Group:         Development/Languages/Python
 Requires:      %{name} = %{version}-%{release}
+%pyrequires_eq python-libs
 
 %description -n python-rrdtool
 Python interface to RRDtool, the graphing and logging utility.
@@ -186,6 +189,7 @@ 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}
+Requires:      tcl
 
 %description -n tcl-rrdtool
 Tcl extension to access the RRD library.
@@ -269,4 +273,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -n tcl-rrdtool
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/tclrrd%{version}.so
-%{_libdir}/tclrrd%{version}
+/usr/lib/tclrrd%{version}
This page took 0.110277 seconds and 4 git commands to generate.