[packages/perl-FCGI-Client] tests need Mouse or Moose
glen
glen at pld-linux.org
Wed Jul 3 21:09:58 CEST 2013
commit 9a8d0425ccd03210eb685f8602122833005e542e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jul 3 22:09:40 2013 +0300
tests need Mouse or Moose
perl-FCGI-Client.spec | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index 0ee4e48..05c526e 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -1,12 +1,11 @@
#
# Conditional build:
%bcond_without tests # do not perform "make test"
-#
+
%define pdir FCGI
%define pnam Client
%include /usr/lib/rpm/macros.perl
Summary: FCGI::Client - client library for fastcgi protocol
-#Summary(pl.UTF-8):
Name: perl-FCGI-Client
Version: 0.08
Release: 1
@@ -16,11 +15,12 @@ Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/FCGI/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: c69973d1db970bba4f7a9600b9bbb0f7
# generic URL, check or change before uncommenting
-#URL: http://search.cpan.org/dist/FCGI-Client/
+URL: http://search.cpan.org/dist/FCGI-Client/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl-Any-Moose >= 0.13
+BuildRequires: perl-Mouse
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,9 +28,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
FCGI::Client is client library for fastcgi protocol.
-# %description -l pl.UTF-8
-# TODO
-
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -43,7 +40,6 @@ FCGI::Client is client library for fastcgi protocol.
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-FCGI-Client.git/commitdiff/9a8d0425ccd03210eb685f8602122833005e542e
More information about the pld-cvs-commit
mailing list