Name: perl-App-CGIThis Version: 0.004 Release: 1%{?dist} Summary: Export the current directory like a cgi-bin License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/App-CGIThis/ Source0: http://www.cpan.org/authors/id/S/SI/SIMBABQUE/App-CGIThis-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(CGI::Compile) BuildRequires: perl(CGI::Emulate::PSGI) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Net::Rendezvous::Publish) BuildRequires: perl(Plack::App::CGIBin) BuildRequires: perl(Plack::Builder) BuildRequires: perl(Plack::Runner) BuildRequires: perl(Pod::Usage) BuildRequires: perl(strict) BuildRequires: perl(warnings) Requires: perl(CGI::Compile) Requires: perl(CGI::Emulate::PSGI) Requires: perl(File::Find::Rule) Requires: perl(Getopt::Long) Requires: perl(Net::Rendezvous::Publish) Requires: perl(Plack::App::CGIBin) Requires: perl(Plack::Builder) Requires: perl(Plack::Runner) Requires: perl(Pod::Usage) Requires: perl(strict) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a fork of App::HTTPThis and App::HTTPSThis to turn a directory of CGI scripts into a webserver that behaves like a cgi-bin folder. %prep %setup -q -n App-CGIThis-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes cpanfile dist.ini LICENSE META.json README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Wed Dec 02 2020 Dave Cross 0.004-1 - Specfile autogenerated by cpanspec 1.78.