]> git.pld-linux.org Git - packages/smokeping.git/commitdiff
- smokeping libs are not in perl dirs
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 27 Oct 2005 09:22:25 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smokeping.spec -> 1.27

smokeping.spec

index d09d0296f0a345b289fffa53bb3ee3fbe65934e4..67353d5a2d1b89e4c580a836368e358373f149a2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Smokeping - a latency grapher that uses rrdtool
 Summary(pl):   Smokeping - narzêdzie do tworzenia wykresów opó¼nieñ sieci
 Name:          smokeping
 Version:       2.0.4
-Release:       0.1
+Release:       0.2
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/%{name}-%{version}.tar.gz
@@ -61,6 +61,7 @@ decruft %{_bindir}/speedy %{_bindir}/perl
 decruft "etc/config.dist" "%{_sysconfdir}/%{name}/config"
 
 sed -i -e 's@^#!/usr/bin/perl-5.8.4@#!/usr/bin/perl@' bin/smokeping.dist
+sed -i -e 's#use lib qw(lib);#use lib qw(%{_datadir}/%{name});#' smokeping.dist
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.238378 seconds and 4 git commands to generate.