Name: perl-Alien-GvaScript Version: 1.45 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: http://www.cpan.org/authors/id/D/DA/DAMI/Alien-GvaScript-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Copy) 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::Copy) 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)) Provides: perl(Alien::GvaScript) %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 May 12 2020 Dave Cross 1.45-1 - Specfile autogenerated by cpanspec 1.78.