SPECS: perl-SVN-Mirror.spec - ver. 0.71
ankry
ankry at pld-linux.org
Tue Oct 24 22:59:49 CEST 2006
Author: ankry Date: Tue Oct 24 20:59:49 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 0.71
---- Files affected:
SPECS:
perl-SVN-Mirror.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/perl-SVN-Mirror.spec
diff -u SPECS/perl-SVN-Mirror.spec:1.18 SPECS/perl-SVN-Mirror.spec:1.19
--- SPECS/perl-SVN-Mirror.spec:1.18 Fri Aug 19 21:36:21 2005
+++ SPECS/perl-SVN-Mirror.spec Tue Oct 24 22:59:44 2006
@@ -8,13 +8,13 @@
Summary: SVN::Mirror - mirror remote subversion repository to local
Summary(pl): SVN::Mirror - lokalne mirrorowane zdalnych repozytoriów subversion
Name: perl-SVN-Mirror
-Version: 0.66
+Version: 0.71
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 293e6dc58d01134f7d2f511ee34624d9
+# Source0-md5: d1efbb08b5b2c7bcb91b952b3329199b
%if %{with tests}
BuildRequires: perl-BSD-Resource
BuildRequires: perl-SVN-Simple
@@ -42,16 +42,16 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-echo "n" | %{__perl} Makefile.PL \
+yes | tr y n | %{__perl} Makefile.PL \
INSTALLDIRS=vendor
-%{__make}
+yes | tr y n | %{__make}
-%{?with_tests:echo "n" | %{__make} test}
+%{?with_tests:yes | tr y n | %{__make} test}
%install
rm -rf $RPM_BUILD_ROOT
-echo "n" | %{__make} install \
+yes | tr y n | %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%clean
@@ -71,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2006/10/24 20:59:44 ankry
+- ver. 0.71
+
Revision 1.18 2005/08/19 19:36:21 arekm
- up to 0.66
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-SVN-Mirror.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list