Author: zbyniu                       Date: Wed Jan 11 22:09:32 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.17

---- Files affected:
packages/perl-ExtUtils-Command:
   perl-ExtUtils-Command.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec
diff -u packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.2 
packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.3
--- packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.2       Sun Mar 
29 00:07:05 2009
+++ packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec   Wed Jan 11 
23:09:27 2012
@@ -8,13 +8,13 @@
 %define        pnam    Command
 Summary:       Shell::Command - Cross-platform functions emulating common 
shell commands
 Name:          perl-ExtUtils-Command
-Version:       1.16
-Release:       2
+Version:       1.17
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 1847488bc6280bcaf22f9e12062da388
+# Source0-md5: 8d2bd6a2311b6264d3dd96c11601c34a
 URL:           http://search.cpan.org/dist/ExtUtils-Command/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -31,17 +31,17 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Build.PL \
+%{__perl} Makefile.PL \
        destdir=$RPM_BUILD_ROOT \
        installdirs=vendor
-./Build
+%{__make}
 
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install
+%{__make} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,9 +49,7 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%dir %{perl_vendorlib}/Shell
 %{perl_vendorlib}/ExtUtils/*.pm
-%{perl_vendorlib}/Shell/*.pm
 %{_mandir}/man3/*
 
 %define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -60,10 +58,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2012/01/11 22:09:27  zbyniu
+- up to 1.17
+
 Revision 1.2  2009/03/28 23:07:05  areq
 - add dir %{perl_vendorlib}/Shell
 - rel 2
 
 Revision 1.1  2009/03/13 10:44:28  paszczus
 - initial
-
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to