[perl-ExtUtils-LibBuilder] Initial import (#1165631).

Colin Macdonald cbm at fedoraproject.org
Mon Nov 24 16:30:13 UTC 2014


commit a2e17ba87101a6817992f37c112f09a4026ad145
Author: Colin B. Macdonald <macdonald at maths.ox.ac.uk>
Date:   Mon Nov 24 16:29:05 2014 +0000

    Initial import (#1165631).

 .gitignore                    |    1 +
 perl-ExtUtils-LibBuilder.spec |   63 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c84b623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ExtUtils-LibBuilder-0.06.tar.gz
diff --git a/perl-ExtUtils-LibBuilder.spec b/perl-ExtUtils-LibBuilder.spec
new file mode 100644
index 0000000..115a913
--- /dev/null
+++ b/perl-ExtUtils-LibBuilder.spec
@@ -0,0 +1,63 @@
+Name:           perl-ExtUtils-LibBuilder
+Version:        0.06
+Release:        4%{?dist}
+Summary:        Perl library to build C libraries and programs
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ExtUtils-LibBuilder/
+Source0:        http://www.cpan.org/authors/id/A/AM/AMBS/ExtUtils-LibBuilder-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(ExtUtils::CBuilder) >= 0.23
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Module::Build) >= 0.42
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Some Perl modules need to ship C libraries together with their Perl code.
+Although there are mechanisms to compile and link (or glue) C code in your
+Perl programs, there was not a clear method to compile standard, self-
+contained C libraries.  This module helps in that task.
+
+%prep
+%setup -q -n ExtUtils-LibBuilder-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sat Nov 22 2014 Colin B. Macdonald <cbm at m.fsf.org> 0.06-4
+- minor revision from feedback.
+
+* Wed Nov 19 2014 Colin B. Macdonald <cbm at m.fsf.org> 0.06-3
+- revision from other feedback on other packages.
+
+* Tue Nov 18 2014 Colin B. Macdonald <cbm at m.fsf.org> 0.06-2
+- rev bump to try to fix copr for F21
+
+* Fri Oct 03 2014 Colin B. Macdonald <cbm at m.fsf.org> 0.06-1
+- Specfile updated according cpanspec 1.78.
+
+* Fri Jun 27 2014 Colin B. Macdonald <cbm at m.fsf.org> 0.04-2
+- Specfile autogenerated by cpanspec 1.78.
+
+* Wed Aug 22 2012 Mary Ellen Foster <mefoster at gmail.com> 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..38ef836 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+349c8ccab8ccad2a3f3bb5fba9dbd3f1  ExtUtils-LibBuilder-0.06.tar.gz


More information about the scm-commits mailing list