Name: perl-App-HTTPThis Version: 0.002 Release: 1%{?dist} Summary: Export the current directory over HTTP License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/App-HTTPThis/ Source0: http://www.cpan.org/authors/id/M/ME/MELO/App-HTTPThis-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Net::Rendezvous::Publish) >= 0.04 BuildRequires: perl(Plack::App::Directory) BuildRequires: perl(Plack::Runner) BuildRequires: perl(Pod::Usage) Requires: perl(Getopt::Long) Requires: perl(Net::Rendezvous::Publish) >= 0.04 Requires: perl(Plack::App::Directory) Requires: perl(Plack::Runner) Requires: perl(Pod::Usage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class implements all the logic of the http_this command. %prep %setup -q -n App-HTTPThis-%{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 dist.ini LICENSE META.json README weaver.ini %{perl_vendorlib}/* %{_mandir}/man3/* %{_mandir}/man1/* %{_bindir}/* %changelog * Sat Mar 26 2022 Dave Cross 0.002-1 - Specfile autogenerated by cpanspec 1.78.