SPECS: perl-Net-Google.spec - version 1.0.1, BR: perl-Module-Build

radek radek at pld-linux.org
Wed May 31 21:35:47 CEST 2006


Author: radek                        Date: Wed May 31 19:35:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 1.0.1, BR: perl-Module-Build

---- Files affected:
SPECS:
   perl-Net-Google.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/perl-Net-Google.spec
diff -u SPECS/perl-Net-Google.spec:1.9 SPECS/perl-Net-Google.spec:1.10
--- SPECS/perl-Net-Google.spec:1.9	Wed Nov  3 23:30:36 2004
+++ SPECS/perl-Net-Google.spec	Wed May 31 21:35:41 2006
@@ -6,13 +6,14 @@
 Summary:	Net::Google - simple OOP-ish interface to the Google SOAP API
 Summary(pl):	Net::Google - prosty, zorientowany obiektowo interfejs do Google SOAP API
 Name:		perl-Net-Google
-Version:	0.62
+Version:	1.0.1
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	570b7c777ec9ff6388f826b3c5a90c9e
+# Source0-md5:	842a1a81aac15683acea0cb7f40855a5
+BuildRequires:	perl-Module-Build
 BuildRequires:	perl-SOAP-Lite
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -31,15 +32,15 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL \
-	INSTALLDIRS=vendor
-%{__make}
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+./Build install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +57,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/05/31 19:35:41  radek
+- version 1.0.1, BR: perl-Module-Build
+
 Revision 1.9  2004/11/03 22:30:36  paladine
 - formatting
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Net-Google.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list