Name: perl-Pod-Spell Version: 1.20 Release: 1%{?_dist_release} Summary: A formatter for spellchecking Pod Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Spell/ Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}--root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Class::Tiny) BuildRequires: perl(File::ShareDir) BuildRequires: perl(File::ShareDir::Install) BuildRequires: perl(Lingua::EN::Inflect) BuildRequires: perl(Path::Tiny) BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Test::Deep) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux Packager: shaolin %description Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref"). %prep %setup -q -n Pod-Spell-%{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 ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{_bindir}/podspell %{perl_vendorlib}/Pod/ %{perl_vendorlib}/auto/share/dist/Pod-Spell/wordlist %{_mandir}/man1/* %{_mandir}/man3/*.3pm* %changelog * Sun May 19 2019 Tomohiro "Tomo-p" KATO - 1.20-1 - new upstream release. - rebuilt with perl-5.26. * Wed Nov 19 2014 Ryoichi INAGAKI - 1.01-3 - rebuilt with perl 5.16.3 * Thu Mar 01 2012 MATSUBAYASHI Kohji - 1.01-2 - rebuild * Fri Feb 24 2012 MATSUBAYASHI Kohji - 1.01-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 1.01-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 1.01-11 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.01-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 21 2010 Marcela Maslanova - 1.01-9 - 661697 rebuild for fixing problems with vendorach/lib * Tue May 04 2010 Marcela Maslanova - 1.01-8 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.01-7 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.01-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.01-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway - 1.01-4 - Rebuild for perl 5.10 (again) * Sun Jan 13 2008 Tom "spot" Callaway - 1.01-3 - rebuild for new perl * Tue Oct 16 2007 Tom "spot" Callaway - 1.01-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Mon Dec 18 2006 Jose Pedro Oliveira - 1.01-2 - find: fixed arguments order. * Sun Dec 17 2006 Jose Pedro Oliveira - 1.01-1 - First build.