From 1ede49cf43e4d2aeaca1c78f227dd37b6ab1b0db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 25 Jan 2017 16:24:03 +0100
Subject: Import
---
.gitignore | 1 +
perl-Git-Wrapper.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 73 insertions(+)
create mode 100644 perl-Git-Wrapper.spec
diff --git a/.gitignore b/.gitignore
index e69de29..d69087f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Git-Wrapper-0.047.tar.gz
diff --git a/perl-Git-Wrapper.spec b/perl-Git-Wrapper.spec
new file mode 100644
index 0000000..bcbc2fb
--- /dev/null
+++ b/perl-Git-Wrapper.spec
@@ -0,0 +1,71 @@
+Name: perl-Git-Wrapper
+Version: 0.047
+Release: 1%{?dist}
+Summary: Wrap git command-line interface for Perl
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Git-Wrapper/
+Source0:
http://www.cpan.org/authors/id/G/GE/GENEHACK/Git-Wrapper-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: git-core
+BuildRequires: perl
+BuildRequires: perl-generators
+BuildRequires: perl(:VERSION) >= 5.6
+BuildRequires: perl(Devel::CheckBin)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Run-time:
+BuildRequires: perl(File::chdir)
+BuildRequires: perl(File::Temp)
+BuildRequires: perl(IPC::Cmd)
+BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(overload)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Sort::Versions)
+BuildRequires: perl(Symbol)
+# Tests:
+BuildRequires: perl(File::Path)
+BuildRequires: perl(IO::File)
+# Pod::Coverage::TrustPod not used
+BuildRequires: perl(POSIX)
+BuildRequires: perl(Test::Deep)
+BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More)
+# Test::Pod 1.4 not used
+# Test::Pod::Coverage 1.08 not used
+# Optional tests:
+BuildRequires: perl(Path::Class) >= 0.26
+Requires: git-core
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(IPC::Cmd)
+
+%description
+Git::Wrapper provides an API for git that uses Perl data structures for
+argument passing, instead of CLI-style --options as Git does.
+
+%prep
+%setup -q -n Git-Wrapper-%{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 -delete
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README.md
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jan 24 2017 Petr Pisar <[email protected]> 0.047-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..1ddbaab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Git-Wrapper-0.047.tar.gz) =
9a2c9bf30a9b803170adfeae9bbe41e1b0fc9e67fe477d4fdf1d20a57917c69c1c6be2a90fbc382f85cf83a209b39a9a3431276b33a6e7655b8cd240d1a68e78
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-Git-Wrapper.git/commit/?h=epel7&id=1ede49cf43e4d2aeaca1c78f227dd37b6ab1b0db
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]