[perl-ExtUtils-CppGuess] Initial import (#876403)

Miroslav Hrončok churchyard at fedoraproject.org
Thu Dec 6 14:04:33 UTC 2012


commit c5923954d63834fa9a524a41a9e38bf8a8b19a25
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Thu Dec 6 15:04:09 2012 +0100

    Initial import (#876403)

 .gitignore                  |    1 +
 perl-ExtUtils-CppGuess.spec |   57 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7cb0c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ExtUtils-CppGuess-0.07.tar.gz
diff --git a/perl-ExtUtils-CppGuess.spec b/perl-ExtUtils-CppGuess.spec
new file mode 100644
index 0000000..d396467
--- /dev/null
+++ b/perl-ExtUtils-CppGuess.spec
@@ -0,0 +1,57 @@
+Name:           perl-ExtUtils-CppGuess
+Version:        0.07
+Release:        3%{?dist}
+Summary:        Guess C++ compiler and flags
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ExtUtils-CppGuess/
+Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-CppGuess-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Module::Build) >= 0.36
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Fatal)
+BuildRequires:  perl(Exporter)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
+compatible with the C compiler that your perl was built with.
+
+%prep
+%setup -q -n ExtUtils-CppGuess-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+#%%{perl_vendorlib}/auto/*
+%{perl_vendorlib}/ExtUtils*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Dec 04 2012 Miro Hrončok <miro at hroncok.cz> - 0.07-3
+- Removed deleting empty dirs
+- Added BRs for t/lib/TestUtils.pm
+
+* Fri Nov 16 2012 Miro Hrončok <miro at hroncok.cz> - 0.07-2
+- Removed useless BRs
+- Removed perl autofilter
+
+* Mon Oct 01 2012 Miro Hrončok <miro at hroncok.cz> 0.07-1
+- Specfile autogenerated by cpanspec 1.78 and revised.
diff --git a/sources b/sources
index e69de29..b2e100b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+350dd7c661189ea770d6c9354ebbc6c2  ExtUtils-CppGuess-0.07.tar.gz


More information about the scm-commits mailing list