[perl-Bisect-Perl-UsingGit] Import

Petr Pisar ppisar at fedoraproject.org
Mon Oct 3 07:32:22 UTC 2011


commit e0c2586f22276cad63d5ed68cc82557f5b0fda73
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 3 09:31:42 2011 +0200

    Import

 .gitignore                     |    1 +
 perl-Bisect-Perl-UsingGit.spec |   53 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..dba7adb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Bisect-Perl-UsingGit-0.33.tar.gz
diff --git a/perl-Bisect-Perl-UsingGit.spec b/perl-Bisect-Perl-UsingGit.spec
new file mode 100644
index 0000000..b3620d2
--- /dev/null
+++ b/perl-Bisect-Perl-UsingGit.spec
@@ -0,0 +1,53 @@
+Name:           perl-Bisect-Perl-UsingGit
+Version:        0.33
+Release:        1%{?dist}
+Summary:        Help you to bisect Perl
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Bisect-Perl-UsingGit/
+Source0:        http://www.cpan.org/authors/id/L/LB/LBROCARD/Bisect-Perl-UsingGit-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(MooseX::Getopt)
+BuildRequires:  perl(MooseX::Types::Path::Class)
+# Tests only:
+BuildRequires:  perl(Test::More) >= 0.01
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.14
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       git
+Requires:       perl(MooseX::Getopt)
+
+%description
+Bisect::Perl::UsingGit is a module which holds the code which helps you to
+bisect Perl. See bisect_perl_using_git for practical examples.
+
+%prep
+%setup -q -n Bisect-Perl-UsingGit-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc CHANGES
+%{_bindir}/*
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Sep 30 2011 Petr Pisar <ppisar at redhat.com> 0.33-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot and defattr spec code
diff --git a/sources b/sources
index e69de29..f2651fe 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e12f12f49df2c7b16fc4c6fa37aed99a  Bisect-Perl-UsingGit-0.33.tar.gz


More information about the scm-commits mailing list