[perl-App-s2p] Initial import

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Jun 26 12:14:43 UTC 2014


commit d3dc42e3c128a2759b30d23947c388ce5b39033e
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Jun 26 14:13:56 2014 +0200

    Initial import

 .gitignore        |    1 +
 perl-App-s2p.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e3a6e48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/App-s2p-1.001.tar.gz
diff --git a/perl-App-s2p.spec b/perl-App-s2p.spec
new file mode 100644
index 0000000..6f8c1e9
--- /dev/null
+++ b/perl-App-s2p.spec
@@ -0,0 +1,50 @@
+Name:           perl-App-s2p
+Version:        1.001
+Release:        1%{?dist}
+Summary:        Convert sed script to Perl program
+License:        (GPL+ or Artistic) and App-s2p
+Group:          Development/Tools
+URL:            http://search.cpan.org/dist/App-s2p/
+Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/App-s2p-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Devel::FindPerl) >= 0.009
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(IPC::Open2)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Conflicts:      perl < 4:5.18.2-300
+
+%description
+This package delivers s2p tool which converts sed scripts to Perl programs.
+
+%prep
+%setup -q -n App-s2p-%{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
+* Mon Jun 16 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.001-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..0468afb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e43cc85a3928f8db37af6c3932507120  App-s2p-1.001.tar.gz


More information about the scm-commits mailing list