[perl-ExtUtils-Typemap] Initial import (#1032055)

Miro Hrončok churchyard at fedoraproject.org
Tue Nov 19 16:03:31 UTC 2013


commit bd91bc96e61a21e404b4c289a2e993afdf716899
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Tue Nov 19 17:03:53 2013 +0100

    Initial import (#1032055)

 .gitignore                 |    1 +
 perl-ExtUtils-Typemap.spec |   53 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c0c57a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ExtUtils-Typemap-1.00.tar.gz
diff --git a/perl-ExtUtils-Typemap.spec b/perl-ExtUtils-Typemap.spec
new file mode 100644
index 0000000..0b90230
--- /dev/null
+++ b/perl-ExtUtils-Typemap.spec
@@ -0,0 +1,53 @@
+Name:           perl-ExtUtils-Typemap
+Version:        1.00
+Release:        1%{?dist}
+Summary:        Read/Write/Modify Perl/XS typemap files
+# README says "as Perl..."
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ExtUtils-Typemap/
+Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemap-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::Typemaps)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module exists merely as a compatibility wrapper around
+ExtUtils::Typemaps. In a nutshell, ExtUtils::Typemap was renamed to
+ExtUtils::Typemaps because the Typemap directory in lib/ could collide with
+the typemap file on case-insensitive file systems.
+
+%prep
+%setup -q -n ExtUtils-Typemap-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/ExtUtils/Typemap.pm
+%{perl_vendorlib}/ExtUtils/Typemap/
+%{_mandir}/man3/ExtUtils::Typemap.3*
+%{_mandir}/man3/ExtUtils::Typemap::*
+
+%changelog
+* Tue Nov 19 2013 Miro Hrončok <mhroncok at redhat.com> 1.00-1
+- Specfile autogenerated by cpanspec 1.78 and revised
diff --git a/sources b/sources
index e69de29..8a7def0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7175a06e27939a83b1b781e91c13ad0  ExtUtils-Typemap-1.00.tar.gz



More information about the perl-devel mailing list