[perl-Git-Repository-Plugin-AUTOLOAD] Initial import (#1172210)

Petr Šabata psabata at fedoraproject.org
Wed Dec 10 16:00:06 UTC 2014


commit a74fc59b1b3b10908d3728d36d3c674e98328645
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Dec 10 17:00:13 2014 +0100

    Initial import (#1172210)

 .gitignore                               |    1 +
 perl-Git-Repository-Plugin-AUTOLOAD.spec |   51 ++++++++++++++++++++++++++++++
 sources                                  |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a0f64d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz
diff --git a/perl-Git-Repository-Plugin-AUTOLOAD.spec b/perl-Git-Repository-Plugin-AUTOLOAD.spec
new file mode 100644
index 0000000..4ac94ef
--- /dev/null
+++ b/perl-Git-Repository-Plugin-AUTOLOAD.spec
@@ -0,0 +1,51 @@
+Name:           perl-Git-Repository-Plugin-AUTOLOAD
+Version:        1.001
+Release:        1%{?dist}
+Summary:        Git subcommands as Git::Repository methods
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Git-Repository-Plugin-AUTOLOAD/
+Source0:        http://www.cpan.org/authors/id/B/BO/BOOK/Git-Repository-Plugin-AUTOLOAD-%{version}.tar.gz
+BuildArch:      noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Git::Repository::Plugin)
+# Tests only
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Git::Repository) >= 1.309
+BuildRequires:  perl(Test::Git)
+BuildRequires:  perl(Test::More) >= 0.88
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+
+%description
+This module adds an AUTOLOAD method to Git::Repository, enabling it to
+automagically call git commands as methods on Git::Repository objects.
+
+%prep
+%setup -q -n Git-Repository-Plugin-AUTOLOAD-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Dec 09 2014 Petr Šabata <contyk at redhat.com> 1.001-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..772501d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+36dfe5161efbd932059a739efba87bd3  Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz


More information about the scm-commits mailing list