Author: ankry                        Date: Mon Oct 23 21:05:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ver. 0.22, switch to Build.PL

---- Files affected:
SPECS:
   perl-String-Random.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/perl-String-Random.spec
diff -u SPECS/perl-String-Random.spec:1.17 SPECS/perl-String-Random.spec:1.18
--- SPECS/perl-String-Random.spec:1.17  Fri Dec  3 15:24:16 2004
+++ SPECS/perl-String-Random.spec       Mon Oct 23 23:05:07 2006
@@ -9,14 +9,14 @@
 Summary:       String::Random - Perl module to generate random strings based 
on a pattern
 Summary(pl):   String::Random - moduł Perla do generowania losowych łańcuchów 
na podstawie wzoru
 Name:          perl-String-Random
-Version:       0.20
-Release:       2
+Version:       0.22
+Release:       1
 Epoch:         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: 20e704a98633ad7b62ae2a73859dd37b
+# Source0-md5: c0319f95c56450624cc646f7425e327e
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -34,16 +34,17 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
-%{__make}
+perl Build.PL \
+       installdirs=vendor \
+       destdir=$RPM_BUILD_ROOT
+./Build
 
-%{?with_tests:%{__make} test}
+%{?with_tests:./Build test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+./Build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -60,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/10/23 21:05:07  ankry
+- ver. 0.22, switch to Build.PL
+
 Revision 1.17  2004/12/03 14:24:16  ankry
 - reverted
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-String-Random.spec?r1=1.17&r2=1.18&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to