SPECS: perl-Module-CoreList.spec - updated to 2.02 - {__perl} Make...

czucz czucz at pld-linux.org
Fri Nov 4 12:25:38 CET 2005


Author: czucz                        Date: Fri Nov  4 11:25:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.02
- {__perl} Makefile.PL and __make macro used

---- Files affected:
SPECS:
   perl-Module-CoreList.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/perl-Module-CoreList.spec
diff -u SPECS/perl-Module-CoreList.spec:1.26 SPECS/perl-Module-CoreList.spec:1.27
--- SPECS/perl-Module-CoreList.spec:1.26	Mon Jan  3 17:02:32 2005
+++ SPECS/perl-Module-CoreList.spec	Fri Nov  4 12:25:31 2005
@@ -10,13 +10,13 @@
 Summary(pl):	Moduł Perla Module::CoreList - jakie moduły zawiera dana wersja Perla
 Name:		perl-Module-CoreList
 # NOTE: update version list in %description when upgrading
-Version:	1.98
-Release:	2
+Version:	2.02
+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:	ef50707fb0126e855771313c75f98bee
+# Source0-md5:	3190e2bee70bc146a25e2798691fcf9a
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	perl-Module-Build >= 0.20
@@ -44,18 +44,16 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Build.PL \
-	installdirs=vendor \
-	perl="%{__perl}" \
-	destdir=$RPM_BUILD_ROOT
-./Build
-
-%{?with_tests:./Build test}
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+%{?with_tests: %{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,6 +71,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2005/11/04 11:25:31  czucz
+- updated to 2.02
+- {__perl} Makefile.PL and __make macro used
+
 Revision 1.26  2005/01/03 16:02:32  ankry
 - updated also %description
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Module-CoreList.spec?r1=1.26&r2=1.27&f=u




More information about the pld-cvs-commit mailing list