Name: perl-Git-Repository Version: 1.21 Release: 1%{?dist} Summary: Perl interface to Git repositories License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Git-Repository/ Source0: http://www.cpan.org/authors/id/B/BO/BOOK/Git-Repository-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Cwd) BuildRequires: perl(File::Spec) BuildRequires: perl(List::Util) BuildRequires: perl(Module::Build) BuildRequires: perl(System::Command) >= 1.01 BuildRequires: perl(Test::More) Requires: perl(Cwd) Requires: perl(File::Spec) Requires: perl(List::Util) Requires: perl(System::Command) >= 1.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree. %prep %setup -q -n Git-Repository-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Aug 15 2011 Dave Cross 1.21-1 - Specfile autogenerated by cpanspec 1.78.