Name: perl-Alien-GvaScript Version: 1.44 Release: 1%{?dist} Summary: Gva extension to the prototype javascript framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Alien-GvaScript/ Source0: file:///home/dave/mirrors/minicpan//authors/id/D/DA/DAMI/Alien-GvaScript-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Path) BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::POM) BuildRequires: perl(Pod::POM::View) BuildRequires: perl(Pod::POM::View::HTML) BuildRequires: perl(Test::More) Requires: perl(File::Path) Requires: perl(Pod::POM) Requires: perl(Pod::POM::View) Requires: perl(Pod::POM::View::HTML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description GvaScript (pronounce "gee-vascript") is a javascript framework born in Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin International Airport). %prep %setup -q -n Alien-GvaScript-%{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 doc META.json README src test %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 28 2015 Dave Cross 1.44-1 - Specfile autogenerated by cpanspec 1.78.