Author: radek                        Date: Mon Jul 18 11:16:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.43, switched to Module::Build

---- Files affected:
SPECS:
   perl-version.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/perl-version.spec
diff -u SPECS/perl-version.spec:1.2 SPECS/perl-version.spec:1.3
--- SPECS/perl-version.spec:1.2 Wed Nov  3 22:12:51 2004
+++ SPECS/perl-version.spec     Mon Jul 18 13:16:25 2005
@@ -8,13 +8,13 @@
 Summary:       version - Perl extension for Version Objects
 Summary(pl):   version - rozszerzenie Perla dla obiektów wersji
 Name:          perl-version
-Version:       0.42
+Version:       0.43
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-authors/id/J/JP/JPEACOCK/%{pdir}-%{version}.tar.gz
-# Source0-md5: f2e97a7d82d5351d97854106be9f9c4c
+# Source0-md5: b7019cfb344c0f51e8e127e04eb134c3
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -36,18 +36,17 @@
 %setup -q -n %{pdir}-%{version}
 
 %build
-%{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
-%{__make} \
-       OPTIMIZE="%{rpmcflags}"
+%{__perl} Build.PL \
+       destdir=$RPM_BUILD_ROOT \
+       installdirs=vendor
+./Build
 
-%{?with_tests:%{__make} test}
+%{?with_tests:./Build test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+./Build install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/07/18 11:16:25  radek
+- version 0.43, switched to Module::Build
+
 Revision 1.2  2004/11/03 21:12:51  qboosh
 - pl, cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-version.spec?r1=1.2&r2=1.3&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