commit 3e57b014ef6e9d2c2bfbe9287fb61d268a5b4f60
Author: Caleb Maclennan <[email protected]>
Date:   Wed May 8 16:19:54 2013 +0300

    Initial add

 mr.spec | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/mr.spec b/mr.spec
new file mode 100644
index 0000000..132ba41
--- /dev/null
+++ b/mr.spec
@@ -0,0 +1,41 @@
+######         /home/users/caleb/rpm/packages/../rpm-build-tools/rpm.groups: 
no such file
+Summary:       Command line tool for managing multiple repositories
+Name:          mr
+Version:       1.15
+Release:       0.1
+License:       GPL/GPL v2/GPL
+Group:         Utilities
+Source0:       
ftp://ftp.debian.org/debian/pool/main/m/mr/%{name}_%{version}.tar.gz
+# Source0-md5: 719ec056d7b9e2e5c9501d4f1ba19122
+URL:           http://joeyh.name/code/mr/
+Requires:      git-core
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The mr command can checkout, update, or perform other actions on a set
+of repositories as if they were one combined respository. It supports
+any combination of subversion, git, cvs, mercurial, bzr, darcs, cvs,
+vcsh, fossil and veracity repositories.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+#install -d $RPM_BUILD_ROOT%{_mandir}/man1
+cp -p mr $RPM_BUILD_ROOT%{_bindir}
+#cp -p mr.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+#%doc %{_mandir}/man1/%{name}.1
+%attr(755,root,root) %{_bindir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mr.git/commitdiff/f945da515b3b790f36db262085f626b09b9633bc

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to