Skip to content

Commit

Permalink
Update .spec for RPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matlinuxer2 committed Nov 14, 2014
1 parent 72b31d9 commit 2e55a42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkg/rpm/SPECS/sysd.spec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2e55a42

Please sign in to comment.