[perl-Syntax-Keyword-Junction] Import

Petr Pisar ppisar at fedoraproject.org
Mon Aug 5 13:15:27 UTC 2013


commit 60f91617e5dad5371937140fa6e5ad14c5455637
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 5 15:14:07 2013 +0200

    Import

 .gitignore                        |    1 +
 perl-Syntax-Keyword-Junction.spec |   56 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8c9ec32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Syntax-Keyword-Junction-0.003004.tar.gz
diff --git a/perl-Syntax-Keyword-Junction.spec b/perl-Syntax-Keyword-Junction.spec
new file mode 100644
index 0000000..540ae1c
--- /dev/null
+++ b/perl-Syntax-Keyword-Junction.spec
@@ -0,0 +1,56 @@
+Name:           perl-Syntax-Keyword-Junction
+Version:        0.003004
+Release:        1%{?dist}
+Summary:        Perl6 style Junction operators in Perl5
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Syntax-Keyword-Junction/
+Source0:        http://www.cpan.org/authors/id/F/FR/FREW/Syntax-Keyword-Junction-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(if)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Sub::Exporter::Progressive) >= 0.001006
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(syntax)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(overload)
+Requires:       perl(Sub::Exporter::Progressive) >= 0.001006
+
+# Remove under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Sub::Exporter::Progressive\\)$
+
+%description
+This is a lightweight module which provides 'Junction' operators, the most
+commonly used being any and all. Inspired by the Perl6 design docs,
+<http://dev.perl.org/perl6/doc/design/exe/E06.html>.
+
+%prep
+%setup -q -n Syntax-Keyword-Junction-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 05 2013 Petr Pisar <ppisar at redhat.com> 0.003004-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..585ec4f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c8f17fd8f666b5c34b7dcaeed83efa45  Syntax-Keyword-Junction-0.003004.tar.gz


More information about the scm-commits mailing list