[perl-ExtUtils-Typemaps-Default] Initial import (#876399)

Miro Hrončok churchyard at fedoraproject.org
Mon Jan 7 17:58:57 UTC 2013


commit 30803cade893547fde8410883956cec4a86c22e1
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Mon Jan 7 18:58:44 2013 +0100

    Initial import (#876399)

 .gitignore                          |    1 +
 perl-ExtUtils-Typemaps-Default.spec |   65 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c4356b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ExtUtils-Typemaps-Default-1.01.tar.gz
diff --git a/perl-ExtUtils-Typemaps-Default.spec b/perl-ExtUtils-Typemaps-Default.spec
new file mode 100644
index 0000000..e34111d
--- /dev/null
+++ b/perl-ExtUtils-Typemaps-Default.spec
@@ -0,0 +1,65 @@
+Name:           perl-ExtUtils-Typemaps-Default
+Version:        1.01
+Release:        3%{?dist}
+Summary:        Set of useful typemaps
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ExtUtils-Typemaps-Default/
+Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::Typemaps) >= 1.00
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
+Requires:       perl(ExtUtils::Typemaps) >= 1.00
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+# Filtering unversioned requires
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(ExtUtils::Typemaps\\)$
+
+%description
+ExtUtils::Typemaps::Default is an ExtUtils::Typemaps subclass that provides
+a set of default mappings (in addition to what perl itself provides). These
+default mappings are currently defined as the combination of the mappings
+provided by the following typemap classes which are provided in this
+distribution:
+
+ExtUtils::Typemaps::ObjectMap
+ExtUtils::Typemaps::STL
+ExtUtils::Typemaps::Basic
+
+%prep
+%setup -q -n ExtUtils-Typemaps-Default-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Jan 06 2013 Miro Hrončok <miro at hroncok.cz> - 1.01-3
+- Removed deleting empty dirs
+- Removed META.json from doc
+- Filtered unversioned requires
+
+* Fri Nov 16 2012 Miro Hrončok <miro at hroncok.cz> - 1.01-2
+- Removed BRs provided by perl package
+- Removed perl autofilter
+
+* Wed Nov 14 2012 Miro Hrončok <miro at hroncok.cz> 1.01-1
+- New version.
+- Longer description.
+
+* Tue Sep 25 2012 Miro Hrončok <miro at hroncok.cz> 1.00-1
+- Specfile autogenerated by cpanspec 1.78 and revised.
diff --git a/sources b/sources
index e69de29..9ecefa1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fb1af6b88fe419e9a77d01642b4b2378  ExtUtils-Typemaps-Default-1.01.tar.gz


More information about the scm-commits mailing list