parent
bb7aa21c78
commit
090daa8347
@ -0,0 +1 @@
|
|||||||
|
/SVN-Look-0.41.tar.gz
|
@ -0,0 +1,66 @@
|
|||||||
|
Name: perl-SVN-Look
|
||||||
|
Version: 0.41
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Caching wrapper around the svnlook command
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
URL: http://search.cpan.org/dist/SVN-Look/
|
||||||
|
Source0: http://www.cpan.org/authors/id/G/GN/GNUSTAVO/SVN-Look-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
# Run-time
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(List::MoreUtils)
|
||||||
|
BuildRequires: perl(XML::Simple)
|
||||||
|
BuildRequires: subversion
|
||||||
|
# Tests
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
|
BuildRequires: perl(File::Copy)
|
||||||
|
BuildRequires: perl(File::Path)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
|
BuildRequires: perl(Test::Builder)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(URI::file)
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
Requires: perl(File::Temp)
|
||||||
|
Requires: perl(MIME::Base64)
|
||||||
|
Requires: perl(XML::Simple)
|
||||||
|
Requires: subversion
|
||||||
|
|
||||||
|
%description
|
||||||
|
The svnlook command is the workhorse of Subversion hook scripts, being used
|
||||||
|
to gather all sorts of information about a repository, its revisions, and
|
||||||
|
its transactions. This module provides a simple object oriented interface
|
||||||
|
to a specific svnlook invocation, to make it easier to hook writers to get
|
||||||
|
and use the information they need. Moreover, all the information gathered
|
||||||
|
by calling the svnlook command is cached in the object, avoiding
|
||||||
|
repetitious calls.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n SVN-Look-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc Changes README
|
||||||
|
%{perl_vendorlib}/*
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Nov 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-1
|
||||||
|
- Initial release
|
Loading…
Reference in new issue