Name: perl-HTML-Show Version: 0.001 Release: 1%{?dist} Summary: Show html in a browser locally License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Show/ Source0: http://www.cpan.org/authors/id/P/PA/PABLROD/HTML-Show-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Browser::Open) BuildRequires: perl(Module::Build) BuildRequires: perl(Path::Tiny) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) BuildRequires: perl(strict) BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(Browser::Open) Requires: perl(Path::Tiny) Requires: perl(strict) Requires: perl(utf8) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Show html in the local browser without url, only with the content. %prep %setup -q -n HTML-Show-%{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 README dist.ini %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Mar 08 2024 rpm 0.001-1 - Specfile autogenerated by cpanspec 1.78.