]> git.pld-linux.org Git - packages/cacti-plugin-weathermap.git/commitdiff
- cleanups
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Dec 2007 13:06:27 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-weathermap.spec -> 1.2

cacti-plugin-weathermap.spec

index 72f9002c01e5fc855b5f258550972ce873b5c596..a3144c0cc158823b2e592677f3a4c29215d7c24f 100644 (file)
@@ -1,4 +1,5 @@
-#TODO - config file, patches, package for not cacti plugin
+# TODO
+#  - config file, patches, package for not cacti plugin
 %define                namesrc weathermap
 %include       /usr/lib/rpm/macros.perl
 Summary:       Plugin for Cacti - WeatherMap
@@ -22,6 +23,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Plugin for Cacti - Weathermap - is a network visualisation tool, to
 take data you already have and show you an overview of your network
 in map form.
+
 Support is built in for RRD, MRTG (RRD and old log-format), and
 tab-delimited text files. Other sources are via plugins or external
 scripts.
@@ -38,7 +40,7 @@ find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
-cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.091016 seconds and 4 git commands to generate.