Name: perl-Business-Stripe Version: 0.04 Release: 1%{?dist} Summary: Interface for Stripe payment system License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Business-Stripe/ Source0: http://www.cpan.org/modules/by-module/Business/Business-Stripe-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(constant) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Provides common bindings for Stripe payment system. Any API calls that do not have bindings can be access through the generic api method. %prep %setup -q -n Business-Stripe-%{version} # remove symlink rm README.pod # remove pod testing. it is currently failing incorrectly rm t/pod.t %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 -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 30 2014 David Dick - 0.04-1 - Initial release