[packages/hub] new, 1.12.0
glen
glen at pld-linux.org
Sun Apr 6 17:26:49 CEST 2014
commit 5cf75a1f3e06e87873a50b297102bfc348833394
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Apr 6 18:26:03 2014 +0300
new, 1.12.0
hub.spec | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
---
diff --git a/hub.spec b/hub.spec
new file mode 100644
index 0000000..00fb64a
--- /dev/null
+++ b/hub.spec
@@ -0,0 +1,38 @@
+Summary: hub makes git better with github
+Name: hub
+Version: 1.12.0
+Release: 1
+License: BSD
+Group: Development/Tools
+Source0: https://github.com/github/hub/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 87d6ba3ffd513814dedf6a6b6e07e41f
+URL: http://hub.github.com/
+Requires: git-core >= 1.7.3
+Requires: ruby >= 1:1.8.6
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+hub is a command line tool that wraps git in order to extend it with
+extra features and commands that make working with GitHub easier.
+
+hub is best aliased as git, so you can type $ git <command> in the
+shell and get all the usual hub features.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+rake install \
+ prefix=%{_prefix} \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CONTRIBUTING.md LICENSE
+%attr(755,root,root) %{_bindir}/hub
+%{_mandir}/man1/hub.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hub.git/commitdiff/5cf75a1f3e06e87873a50b297102bfc348833394
More information about the pld-cvs-commit
mailing list