packages: perl-mixin/perl-mixin.spec - up to 0.07

zbyniu zbyniu at pld-linux.org
Wed Jan 18 22:38:08 CET 2012


Author: zbyniu                       Date: Wed Jan 18 21:38:07 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.07

---- Files affected:
packages/perl-mixin:
   perl-mixin.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/perl-mixin/perl-mixin.spec
diff -u packages/perl-mixin/perl-mixin.spec:1.9 packages/perl-mixin/perl-mixin.spec:1.10
--- packages/perl-mixin/perl-mixin.spec:1.9	Mon Dec 24 19:24:16 2007
+++ packages/perl-mixin/perl-mixin.spec	Wed Jan 18 22:38:02 2012
@@ -8,12 +8,12 @@
 Summary:	mixin - mix-in inheritance, an alternative to multiple inheritance
 Summary(pl.UTF-8):	mixin - dziedziczenie "towarzyskie", alternatywa dla dziedziczenia wielokrotnego
 Name:		perl-mixin
-Version:	0.06
+Version:	0.07
 Release:	1
 License:	unknown
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-authors/id/M/MS/MSCHWERN/%{pdir}-%{version}.tar.gz
-# Source0-md5:	5c418e4c2bcac747fc62ba3bac12ccdf
+# Source0-md5:	2b764a8c29f50a3af0f8e8c24fa7b582
 URL:		http://search.cpan.org/dist/mixin/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -41,17 +41,17 @@
 %setup -q -n %{pdir}-%{version}
 
 %build
-%{__perl} Makefile.PL \
-	INSTALLDIRS=vendor
-%{__make}
+%{__perl} Build.PL \
+	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 \
+	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.10  2012/01/18 21:38:02  zbyniu
+- up to 0.07
+
 Revision 1.9  2007/12/24 18:24:16  qboosh
 - generic URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-mixin/perl-mixin.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list