summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2011-06-09 21:35:35 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2011-06-09 21:35:35 +0000
commit1505ed4985384f2ac32ac2ddc82a4705f4aed7a1 (patch)
treebef8d5c0116cf7a1fa19d825ed361b11f2c93022
parent0f2f13827960276e82b984068c3ae3bfce5b4c1b (diff)
Updated for 0.6.0v0.6.0
-rw-r--r--spec/javascriptrrd.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/spec/javascriptrrd.spec b/spec/javascriptrrd.spec
index 92286e9..b126422 100644
--- a/spec/javascriptrrd.spec
+++ b/spec/javascriptrrd.spec
@@ -1,16 +1,21 @@
Name: javascriptrrd
-Version: 0.5.0
-Release: 2
+Version: 0.6.0
+Release: 1
Summary: A package to render RRD databases in javascript using Flot
Group: Amusements/Graphics
License: MIT
+# To make source tar ball (Be sure to get version with flot):
+# mv javascriptrrd-0.6.0-with-flot-0.7.tgz javascriptrrd-0.6.0.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
+javascriptRRD is a javascript library for reading Round Robin Database (RRD) archives (produced by rrdtool) using AJAX-like techniques. The library also provides graphing classes leveraging the Flot library.
+
+
%prep
%setup -q
@@ -47,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_defaultdocdir}/javascriptrrd/flot
%changelog
+* Thu Jun 8 2011 Derek Weitzel <dweitzel@cse.unl.edu> 0.6.0-1
+Updated to the 0.6.0 release.
+
* Thu Jun 3 2010 Derek Weitzel <dweitzel@cse.unl.edu> 0.5.0-2
Added flot to the install as well