[mr] * Sat Feb 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.14-3 - BR updated

Fabian Affolter fab at fedoraproject.org
Sat Feb 23 21:06:32 UTC 2013


commit 2a22476ad066f8047373985ced7dc96b263977cf
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Feb 23 22:06:13 2013 +0100

    * Sat Feb 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.14-3
    - BR updated

 mr.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/mr.spec b/mr.spec
index 0e35b20..9d068c3 100644
--- a/mr.spec
+++ b/mr.spec
@@ -1,6 +1,6 @@
 Name:           mr
 Version:        1.14
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A multiple repository management tool
 
 Group:          Applications/Internet
@@ -13,26 +13,24 @@ Patch0:         %{name}-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl-podlators
 
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %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, mecurial, bzr and
 darcs repositories, and support for other revision control systems
-can easily be added.  
-
+can easily be added.
 
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .man
 
-
 %build
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
 install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
@@ -43,11 +41,9 @@ for file in lib/git-fake-bare lib/git-svn lib/unison; do
     install -Dp -m 0644 $file %{buildroot}%{_datadir}/%{name}/$file
 done
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc GPL README TODO mrconfig mrconfig.complex
@@ -55,8 +51,10 @@ rm -rf %{buildroot}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 
-
 %changelog
+* 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
 


More information about the scm-commits mailing list