[perl-Devel-PPPort] Import

Petr Pisar ppisar at fedoraproject.org
Fri Oct 24 13:04:00 UTC 2014


commit dccf2f988d62975af48da1caedd848559decd42a
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Oct 24 15:03:29 2014 +0200

    Import

 .gitignore             |    1 +
 perl-Devel-PPPort.spec |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4223a03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Devel-PPPort-3.24.tar.gz
diff --git a/perl-Devel-PPPort.spec b/perl-Devel-PPPort.spec
new file mode 100644
index 0000000..7478970
--- /dev/null
+++ b/perl-Devel-PPPort.spec
@@ -0,0 +1,54 @@
+Name:           perl-Devel-PPPort
+Version:        3.24
+Release:        1%{?dist}
+Summary:        Perl Pollution Portability header generator
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Devel-PPPort/
+Source0:        http://www.cpan.org/authors/id/W/WO/WOLFSAGE/Devel-PPPort-%{version}.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Tie::Hash)
+BuildRequires:  perl(utf8)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Perl's API has changed over time, gaining new features, new functions,
+increasing its flexibility, and reducing the impact on the C name space
+environment (reduced pollution). The header file written by this module,
+typically ppport.h, attempts to bring some of the newer Perl API features
+to older versions of Perl, so that you can worry less about keeping track
+of old releases, but users can still reap the benefit.
+
+%prep
+%setup -q -n Devel-PPPort-%{version}
+chmod -x soak
+
+%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 HACKERS README soak TODO
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Devel*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Sep 18 2014 Petr Pisar <ppisar at redhat.com> 3.24-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4d42d6d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+be3d03b1b671f70fee05f897e5364bac  Devel-PPPort-3.24.tar.gz


More information about the scm-commits mailing list