[packages/vcsh] Initial add

caleb caleb at pld-linux.org
Wed May 15 10:35:25 CEST 2013


commit 886092226c5a558b1f6c84dc840eab087b822c2b
Author: Caleb Maclennan <caleb at pld-linux.org>
Date:   Wed May 15 11:18:18 2013 +0300

    Initial add

 vcsh.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/vcsh.spec b/vcsh.spec
new file mode 100644
index 0000000..3c4f51f
--- /dev/null
+++ b/vcsh.spec
@@ -0,0 +1,39 @@
+%define		dotversion	3
+Summary:	home directory config manager based on git
+Name:		vcsh
+Version:	1.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Console
+Source0:	https://github.com/RichiH/vcsh/archive/v%{version}-%{dotversion}.tar.gz
+# Source0-md5:	67ee98eb5db9a4b112966cc8aac41c11
+URL:		https://github.com/RichiH/vcsh
+Requires:	mr
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+vcsh allows you to have several git repositories, all maintaining
+their working trees in $HOME without clobbering each other. That, in
+turn, means you can have one repository per config set (zsh, vim, ssh,
+etc), picking and choosing which configs you want to use on which
+machine.
+
+%prep
+%setup -q -n %{name}-%{version}-%{dotversion}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vcsh.git/commitdiff/886092226c5a558b1f6c84dc840eab087b822c2b



More information about the pld-cvs-commit mailing list