packages: perl-HTTP-Async/perl-HTTP-Async.spec - updated to 0.09
amateja
amateja at pld-linux.org
Tue Sep 15 08:58:49 CEST 2009
Author: amateja Date: Tue Sep 15 06:58:49 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.09
---- Files affected:
packages/perl-HTTP-Async:
perl-HTTP-Async.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/perl-HTTP-Async/perl-HTTP-Async.spec
diff -u packages/perl-HTTP-Async/perl-HTTP-Async.spec:1.3 packages/perl-HTTP-Async/perl-HTTP-Async.spec:1.4
--- packages/perl-HTTP-Async/perl-HTTP-Async.spec:1.3 Sat Mar 31 13:21:34 2007
+++ packages/perl-HTTP-Async/perl-HTTP-Async.spec Tue Sep 15 08:58:44 2009
@@ -9,13 +9,13 @@
Summary: HTTP::Async - process multiple HTTP requests in parallel without blocking
Summary(pl.UTF-8): HTTP::Async - równoległa obsługa wielu żądań HTTP bez blokowania
Name: perl-HTTP-Async
-Version: 0.07
+Version: 0.09
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-authors/id/E/EV/EVDB/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d18d2c705ea8a2b1e3d40cb65ee73fbd
+# Source0-md5: 231a496fba4502c5e1ecb1965b067a0f
URL: http://search.cpan.org/dist/HTTP-Async/
BuildRequires: perl-Module-Build
BuildRequires: perl-devel >= 1:5.8.0
@@ -76,17 +76,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
@@ -104,6 +104,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2009/09/15 06:58:44 amateja
+- updated to 0.09
+
Revision 1.3 2007/03/31 11:21:34 qboosh
- pl fix, cleanup
- BR package names where possible, Module::Build is always required
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-HTTP-Async/perl-HTTP-Async.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list