[perl-App-find2perl] Import

Petr Pisar ppisar at fedoraproject.org
Wed Jun 25 12:09:40 UTC 2014


commit e7ccc5e79b0bbb55f774894797f179e801ddb01e
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 25 14:09:08 2014 +0200

    Import

 .gitignore              |    1 +
 perl-App-find2perl.spec |   62 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cde32b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/App-find2perl-1.003.tar.gz
diff --git a/perl-App-find2perl.spec b/perl-App-find2perl.spec
new file mode 100644
index 0000000..4ccf053
--- /dev/null
+++ b/perl-App-find2perl.spec
@@ -0,0 +1,62 @@
+Name:           perl-App-find2perl
+Version:        1.003
+Release:        1%{?dist}
+Summary:        Translate find command lines to Perl code
+License:        GPL+ or Artistic
+Group:          Development/Tools
+URL:            http://search.cpan.org/dist/App-find2perl/
+Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/App-find2perl-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Devel::FindPerl) >= 0.009
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open2)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(open)
+BuildRequires:  perl(Perl::OSType)
+BuildRequires:  perl(Test::More)
+BuildRequires:  %{_bindir}/find
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Conflicts:      perl < 4:5.18.2-300
+
+%description
+This package delivers find2perl tool which is a little translator to convert
+find command lines to equivalent Perl code.
+
+%prep
+%setup -q -n App-find2perl-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{_bindir}/*
+%{_mandir}/man1/*
+
+%changelog
+* Thu Jun 19 2014 Petr Pisar <ppisar at redhat.com> 1.003-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..28731c5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5b4fc19e1f4576ee044c23d2ba7024bd  App-find2perl-1.003.tar.gz


More information about the scm-commits mailing list