ttomecek pushed to tmux-top (el6). "init"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 4 17:48:59 UTC 2015


>From fa5377432624d2773133b0f3f442c5b84c5886ef Mon Sep 17 00:00:00 2001
From: Tomas Tomecek <ttomecek at redhat.com>
Date: Mon, 16 Mar 2015 10:31:10 +0100
Subject: init


diff --git a/tmux-top.spec b/tmux-top.spec
new file mode 100644
index 0000000..b2b1e13
--- /dev/null
+++ b/tmux-top.spec
@@ -0,0 +1,55 @@
+%global debug_package   %{nil}
+%global provider        github
+%global provider_tld    com
+%global project         TomasTomecek
+%global repo            tmux-top
+# https://github.com/TomasTomecek/tmux-top
+%global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
+%global commit          5061554c690673816fdd056c46828a5686db7fb9
+%global shortcommit     %(c=%{commit}; echo ${c:0:7})
+
+Name:           tmux-top
+Version:        0.0.1
+Release:        1%{?dist}
+Summary:        Monitoring information for your tmux status line.
+License:        GPLv2+
+URL:            https://%{import_path}
+Source0:        https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
+
+BuildRequires:  golang >= 1.2.1-3
+Requires:       golang >= 1.2.1-3
+BuildRequires:  golang(github.com/codegangsta/cli)
+Requires:       golang(github.com/codegangsta/cli)
+
+%description
+Monitoring information for your tmux status line.
+
+tmux-top allows you to see your:
+
+ * load
+ * memory usage
+ * network information
+ * I/O
+
+
+%prep
+%setup -q -n %{repo}-%{commit}
+
+%build
+make
+
+%install
+make install DESTDIR=%{buildroot}
+
+%check
+make test
+
+%files
+%doc README.md LICENSE
+%{_bindir}/%{name}
+
+%changelog
+* Fri Mar 13 2015 Tomas Tomecek <ttomecek at redhat.com> - 0.0.1-1
+- initial release
+
+
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/tmux-top.git/commit/?h=el6&id=fa5377432624d2773133b0f3f442c5b84c5886ef


More information about the scm-commits mailing list