|
|
@ -1,15 +1,16 @@
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
Version: 1.01
|
|
|
|
Version: 1.01
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
Summary: A formatter for spellchecking Pod
|
|
|
|
Summary: A formatter for spellchecking Pod
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Spell/
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Spell/
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Pod::Escapes) >= 1.01
|
|
|
|
BuildRequires: perl(Pod::Escapes) >= 1.01
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-2.1
|
|
|
|
|
|
|
|
- correct license tag
|
|
|
|
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
|
|
|
|
* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
|
|
|
|
- find: fixed arguments order.
|
|
|
|
- find: fixed arguments order.
|
|
|
|
|
|
|
|
|
|
|
|