Name: perl-AnnoCPAN-Perldoc Version: 0.10 Release: 1%{?dist} Summary: Integrate AnnoCPAN notes locally into perldoc License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/AnnoCPAN-Perldoc/ Source0: http://www.cpan.org/authors/id/I/IT/ITUB/AnnoCPAN-Perldoc-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBD::SQLite) >= 1 BuildRequires: perl(DBI) BuildRequires: perl(Digest::MD5) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::String) BuildRequires: perl(Pod::Perldoc) >= 3.14 Requires: perl(DBD::SQLite) >= 1 Requires: perl(DBI) Requires: perl(Digest::MD5) Requires: perl(IO::String) Requires: perl(Pod::Perldoc) >= 3.14 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description AnnoCPAN is a web interface for the documentation of all the modules on CPAN, where users can add annotations on the margin of specific paragraphs throughout the POD. The master AnnoCPAN site is located at http://annocpan.org/. %prep %setup -q -n AnnoCPAN-Perldoc-%{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 annopod README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Tue May 12 2020 Dave Cross 0.10-1 - Specfile autogenerated by cpanspec 1.78.