]> git.pld-linux.org Git - packages/mr.git/commitdiff
Initial add
authorCaleb Maclennan <caleb@pld-linux.org>
Wed, 8 May 2013 13:19:54 +0000 (16:19 +0300)
committerCaleb Maclennan <caleb@pld-linux.org>
Wed, 8 May 2013 13:19:54 +0000 (16:19 +0300)
mr.spec [new file with mode: 0644]

diff --git a/mr.spec b/mr.spec
new file mode 100644 (file)
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}
This page took 0.062831 seconds and 4 git commands to generate.