perl-App-a2p/perl-App-a2p.spec

54 lines
1.5 KiB
RPMSpec

Name: perl-App-a2p
Version: 1.007
Release: 1%{?dist}
Summary: Awk to Perl translator
License: GPL+ or Artistic
Group: Development/Tools
URL: http://search.cpan.org/dist/App-a2p/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/App-a2p-%{version}.tar.gz
Patch0: App-a2p-1.007-Remove-alarm-call-from-test.patch
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(Devel::FindPerl)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.89
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Conflicts: perl < 4:5.18.2-300
%description
This package delivers a2p tool which takes an awk script specified on the
command line and produces a comparable Perl script.
%prep
%setup -q -n App-a2p-%{version}
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc Changes LICENSE README
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%changelog
* Thu Jun 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.007-1
- Specfile autogenerated by cpanspec 1.78.