fab pushed to myrepos (epel7). "initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 08:12:44 UTC 2015


>From ada0c032edd0ba82738de035df4bf5858547401e Mon Sep 17 00:00:00 2001
From: Fabian Affolter <fabian at affolter-engineering.ch>
Date: Sat, 1 Nov 2014 22:39:24 +0100
Subject: initial import


diff --git a/.gitignore b/.gitignore
index e69de29..5b56310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/1.20140831.1.tar.gz
diff --git a/README.fedora b/README.fedora
new file mode 100644
index 0000000..302376f
--- /dev/null
+++ b/README.fedora
@@ -0,0 +1,25 @@
+myrepos - Fedora related details
+--------------------------------
+myrepos supports the following SCM tools by default:
+
+- bzr
+- cvs
+- darcs
+- fossil
+- git
+- mercurial
+- subversion
+- vcsh
+- veracity *
+
+ * Not in the Fedora Package Collection
+
+To avoid installing SCM tools which the user don't need or use, only git is
+installed.
+
+To use myrepos with other SCM tools, please install the wished tools with the
+package management tool (yum/dnf):
+
+    $ sudo yum install <SCM>
+
+Replace <SCM> with a listed tool from above.
diff --git a/myrepos.spec b/myrepos.spec
new file mode 100644
index 0000000..038e4a9
--- /dev/null
+++ b/myrepos.spec
@@ -0,0 +1,186 @@
+Name:           myrepos
+Version:        1.20140831.1
+Release:        2%{?dist}
+Summary:        A multiple SCM repository management tool
+
+License:        GPLv2+
+URL:            https://github.com/joeyh/myrepos
+Source0:        https://github.com/joeyh/myrepos/archive/%{version}.tar.gz
+Source1:        README.fedora
+BuildArch:      noarch
+
+Provides:       mr = %{version}-%{release}
+Obsoletes:      mr < 1.15-6
+
+BuildRequires:  perl-podlators
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Out off the box only git is supported. For additional details the 
+# README.fedora lists the supported SCM tools. 
+Requires:       git
+
+%description
+The mr command can checkout, update, or perform other actions on
+a set of repositories as if they were one combined repository. It
+supports any combination of subversion, git, cvs, mecurial, bzr and
+darcs repositories, and support for other revision control systems
+can easily be added.
+
+%prep
+%setup -q
+cp %{SOURCE1} .
+
+%build
+make %{?_smp_mflags}
+
+%install
+install -Dp -m 0755 mr %{buildroot}%{_bindir}/mr
+for file in mr.1 webcheckout.1; do
+    install -Dp -m 0644 $file %{buildroot}%{_mandir}/man1/$file
+done
+for file in lib/git-fake-bare lib/git-svn lib/unison; do
+    install -Dp -m 0644 $file %{buildroot}%{_datadir}/mr/$file
+done
+
+%files
+%doc GPL README mrconfig mrconfig.complex README.fedora
+%{_mandir}/man1/*.*
+%{_bindir}/mr
+%{_datadir}/mr/
+
+%changelog
+* Wed Oct 08 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.20140831.1-2
+- Add git
+- Add README for Fedora
+
+* Tue Oct 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.20140831.1-1
+- Rename package accordig upstream
+- Update to latest upstream release 
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.15-5
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.15-2
+- Perl 5.18 rebuild
+
+* Sun Jun 16 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.15-1
+- Updated to new upstream version 1.15
+
+* Sat Feb 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.14-3
+- BR updated
+
+* Tue Feb 19 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.14-2
+- Bogus date entries fixed
+
+* Sun Feb 17 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.14-1
+- Updated to new upstream version 1.14
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sun Sep 16 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.13-1
+- Updated to new upstream version 1.13
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jun 28 2012 Petr Pisar <ppisar at redhat.com> - 1.12-2
+- Perl 5.16 rebuild
+
+* Thu Jun 14 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.12-1
+- Updated to new upstream version 1.12
+
+* Fri Jun 08 2012 Petr Pisar <ppisar at redhat.com> - 1.11-2
+- Perl 5.16 rebuild
+
+* Thu Apr 05 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.11-1
+- Updated to new upstream version 1.11
+
+* Fri Feb 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.10-1
+- Updated to new upstream version 1.10
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sat Oct 08 2011 Fabian Affolter <mail at fabian-affolter.ch> - 1.05-1
+- Updated to new upstream version 1.05
+
+* Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 1.04-3
+- Perl mass rebuild
+
+* Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.04-2
+- Perl mass rebuild
+
+* Sun Jul 03 2011 Fabian Affolter <mail at fabian-affolter.ch> - 1.04-1
+- Updated to new upstream version 1.04
+
+* Sun Jun 19 2011 Fabian Affolter <mail at fabian-affolter.ch> - 1.03-1
+- Updated to new upstream version 1.03
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.02-3
+- Perl mass rebuild
+
+* Fri Jun 10 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.02-2
+- Perl 5.14 mass rebuild
+
+* Sun Mar 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 1.02-1
+- Updated to new upstream version 1.02
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.51-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Jan 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.51-2
+- Rebuilt
+
+* Wed Dec 29 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.51-1
+- Updated to new upstream version 0.51 
+
+* Tue Nov 02 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.50-1
+- Updated to new upstream version 0.50 
+
+* Fri Aug 20 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.49-1
+- Updated to new upstream version 0.49
+
+* Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.48-2
+- Mass rebuild with perl-5.12.0
+
+* Fri Mar 05 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.48-1
+- Updated to new upstream version 0.48
+
+* Fri Dec 18 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.46-1
+- Updated to new upstream version 0.46
+
+* Mon Dec 07 2009 Stepan Kasal <skasal at redhat.com> - 0.43-2
+- rebuild against perl 5.10.1
+
+* Thu Sep 17 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.43-1
+- Updated to new upstream version 0.43
+
+* Sat Aug 22 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.42-1
+- Added new man page
+- Updated to new upstream version 0.42
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.39-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun Apr 05 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.39-1
+- Updated to new upstream version 0.39
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.38-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 04 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.38-1
+- Updated to new upstream version 0.38
+
+* Fri Jan 02 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.35-2
+- Patch for the man pages
+
+* Sat Dec 27 2008 Fabian Affolter <mail at fabian-affolter.ch> - 0.35-1
+- Initial package for Fedora
+
diff --git a/sources b/sources
index e69de29..4045878 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+066d3816b717b9119acf1bc4489fefcd  1.20140831.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/myrepos.git/commit/?h=epel7&id=ada0c032edd0ba82738de035df4bf5858547401e


More information about the scm-commits mailing list