Apache-AuthCAS
view release on metacpan or search on metacpan
Apache-AuthCAS.spec view on Meta::CPAN
BuildRoot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
BuildArch: noarch
Prefix: %(echo %{_prefix})
Source: http://search.cpan.org/dist/D/DC/DCASTRO/%{pkgname}-%{version}.tar.gz
%description
C<perl -MCPAN -e 'install %{pkgname}'>
%prep
%setup -q -n %{pkgname}-%{version}
chmod -R u+w %{_builddir}/%{pkgname}-%{version}
%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="$RPM_OPT_FLAGS"
%{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '`
%{__make}
%if %maketest
%{__make} test
( run in 0.373 second using v1.01-cache-2.11-cpan-496ff517765 )