diff --git a/perl-HTTP-Request-AsCGI.spec b/perl-HTTP-Request-AsCGI.spec index 58f373d..9cc78d6 100644 --- a/perl-HTTP-Request-AsCGI.spec +++ b/perl-HTTP-Request-AsCGI.spec @@ -1,12 +1,12 @@ Name: perl-HTTP-Request-AsCGI -Summary: Setup a CGI enviroment from a HTTP::Request +Summary: Setup a CGI environment from a HTTP::Request Version: 1.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL+ or Artistic -Group: Development/Libraries + Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/HTTP-Request-AsCGI-%{version}.tar.gz URL: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -42,8 +42,6 @@ HTTP::Request. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; @@ -54,16 +52,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Nov 25 2012 Emmanuel Seyman - 1.2-11 +- Remove no-longer-used macros +- Fix a spelling mistake + * Fri Jul 20 2012 Fedora Release Engineering - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild