packages: perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec - up to 1.60
zbyniu
zbyniu at pld-linux.org
Mon Jan 16 11:20:21 CET 2012
Author: zbyniu Date: Mon Jan 16 10:20:21 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.60
---- Files affected:
packages/perl-ExtUtils-Manifest:
perl-ExtUtils-Manifest.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec
diff -u packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.2 packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.3
--- packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.2 Tue Oct 20 09:50:29 2009
+++ packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec Mon Jan 16 11:20:15 2012
@@ -8,13 +8,13 @@
%define pnam Manifest
Summary: ExtUtils::Manifest - utilities to write and check a MANIFEST file
Name: perl-ExtUtils-Manifest
-Version: 1.57
+Version: 1.60
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 5a606c372a9800d7403f1c856a63d814
+# Source0-md5: 0146485d2f730a3676d0058cd4bbdd02
URL: http://search.cpan.org/dist/ExtUtils-Manifest/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -42,17 +42,17 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Build.PL \
- destdir=$RPM_BUILD_ROOT \
- installdirs=vendor
-./Build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT
-./Build install
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -69,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2012/01/16 10:20:15 zbyniu
+- up to 1.60
+
Revision 1.2 2009/10/20 07:50:29 amateja
- updated to 1.57
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list