rpms/rrdtool/devel rrdtool.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:35 UTC 2005


Author: thias

Update of /cvs/extras/rpms/rrdtool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/rrdtool/devel

Modified Files:
	rrdtool.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rrdtool.spec	31 Jan 2005 17:17:30 -0000	1.6
+++ rrdtool.spec	5 Mar 2005 21:10:24 -0000	1.7
@@ -14,12 +14,12 @@
 BuildRequires: libpng-devel, zlib-devel
 
 %description
-RRD is the Acronym for Round Robin Database. RRD is a system to store and 
-display time-series data (i.e. network bandwidth, machine-room temperature, 
-server load average). It stores the data in a very compact way that will not 
-expand over time, and it presents useful graphs by processing the data to 
-enforce a certain data density. It can be used either via simple wrapper 
-scripts (from shell or Perl) or via frontends that poll network devices and 
+RRD is the Acronym for Round Robin Database. RRD is a system to store and
+display time-series data (i.e. network bandwidth, machine-room temperature,
+server load average). It stores the data in a very compact way that will not
+expand over time, and it presents useful graphs by processing the data to
+enforce a certain data density. It can be used either via simple wrapper
+scripts (from shell or Perl) or via frontends that poll network devices and
 put a friendly user interface on it.
 
 
@@ -67,7 +67,7 @@
 %{__make} install DESTDIR="%{rrdtmpdir}"
 pushd contrib/php4
     ./configure \
-	--with-rrdtool="%{rrdtmpdir}%{_prefix}"
+        --with-rrdtool="%{rrdtmpdir}%{_prefix}"
     %{__make} %{?_smp_mflags}
 popd
 %{__rm} -rf %{rrdtmpdir}
@@ -116,7 +116,7 @@
 %clean
 %{__rm} -rf %{buildroot}
 
- 
+
 %files
 %defattr(-, root, root, 0755)
 %doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO doc2/doc




More information about the fedora-extras-commits mailing list