Name: perl-Perl-Stripper Version: 0.04 Release: 1%{?dist} Summary: Yet another PPI-based Perl source code stripper License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Perl-Stripper/ Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/Perl-Stripper-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(File::Find) BuildRequires: perl(File::Slurp) BuildRequires: perl(File::Temp) BuildRequires: perl(Log::Any) BuildRequires: perl(Module::Build) >= 0.3601 BuildRequires: perl(Moo) BuildRequires: perl(PPI) BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module is yet another PPI-based Perl source code stripper. Its focus is on customization and stripping significant information from source code. %prep %setup -q -n Perl-Stripper-%{version} %build perl Build.PL installdirs=vendor ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 %{_fixperms} %{buildroot}/* %check ./Build test %files %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 07 2013 Petr Ĺ abata 0.04-1 - Initial package for Fedora