]> git.pld-linux.org Git - packages/perl-Log-Dispatch.git/commitdiff
- up to 2.29 auto/th/perl-Log-Dispatch-2_29-1
authorzbyniu <zbyniu@pld-linux.org>
Fri, 13 Jan 2012 12:48:34 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Log-Dispatch.spec -> 1.33

perl-Log-Dispatch.spec

index d2c3957ed265eac7b9429824f8f3acafb5637280..f4a1834c77de9c112e62d7d4d74a5e41f155e3be 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Log::Dispatch Perl module - dispatches messages to multiple Log::Dispatch::* objects
 Summary(pl.UTF-8):     Moduł Perla Log::Dispatch - wysyłanie komunikatów do wielu obiektów Log::Dispatch::*
 Name:          perl-Log-Dispatch
-Version:       2.26
+Version:       2.29
 Release:       1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Log/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d15559297f7c73a311ede78f97174d2a
+# Source0-md5: 781a4b5a9db2b617d2487dadecf65081
 URL:           http://search.cpan.org/dist/Log-Dispatch/
 BuildRequires: perl-Module-Build >= 0.20
 BuildRequires: perl-Params-Validate >= 0.15
@@ -42,16 +42,16 @@ obiektów wysyłających, jak i (szczególnie) nowych wyjść.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Build.PL \
+%{__perl} Makefile.PL \
        installdirs=vendor \
        destdir=$RPM_BUILD_ROOT
-./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
This page took 0.069514 seconds and 4 git commands to generate.