From 2e55a42919b90df935d1877d4339d3006ad88541 Mon Sep 17 00:00:00 2001 From: "Chun-Yu Lee (Mat)" Date: Fri, 14 Nov 2014 15:56:51 +0800 Subject: [PATCH] Update .spec for RPM packages --- pkg/rpm/SPECS/sysd.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkg/rpm/SPECS/sysd.spec b/pkg/rpm/SPECS/sysd.spec index 633d524..c3d97c0 100644 --- a/pkg/rpm/SPECS/sysd.spec +++ b/pkg/rpm/SPECS/sysd.spec @@ -1,17 +1,13 @@ Summary: the daemon who supplies firsthand system data Name: sysd -Version: 0.5.0 +Version: 0.6.0 Release: 6%{?dist} License: Apache License, Version 2.0 Group: Applications/System -Source0: http://github.com/hacking-thursday/sysd/archive/sysd-0.5.0.tar.gz -#Source1: +Source: https://github.com/hacking-thursday/sysd/releases/download/v0.6.0/sysd-0.6.0.tar.gz Url: https://github.com/hacking-thursday/sysd -#Patch: Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: golang -#Requires(preun): -#Requires(post): %description sysd implements a light dependeny daemon in golang, and provides /proc,/sys the firsthand system data in json/xml/... common formats with a high-level RESTful HTTP API. With sysd, application and plugin developers are able to save their works from parsing variant output from low-level unix command tools, and dependencies.