epel9
Petr Šabata 12 years ago
parent b715400185
commit 295593ea24

1
.gitignore vendored

@ -1,2 +1,3 @@
Pod-Spell-1.01.tar.gz Pod-Spell-1.01.tar.gz
/Pod-Spell-1.04.tar.gz /Pod-Spell-1.04.tar.gz
/Pod-Spell-1.05.tar.gz

@ -1,12 +1,13 @@
Name: perl-Pod-Spell Name: perl-Pod-Spell
Version: 1.04 Version: 1.05
Release: 2%{?dist} Release: 1%{?dist}
Summary: A formatter for spell-checking POD Summary: A formatter for spell-checking POD
Group: Development/Libraries Group: Development/Libraries
License: Artistic 2.0 License: Artistic 2.0
URL: http://search.cpan.org/dist/Pod-Spell/ URL: http://search.cpan.org/dist/Pod-Spell/
Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -19,6 +20,7 @@ BuildRequires: perl(Pod::Escapes)
BuildRequires: perl(Pod::Parser) BuildRequires: perl(Pod::Parser)
BuildRequires: perl(Text::Wrap) BuildRequires: perl(Text::Wrap)
# Tests: # Tests:
BuildRequires: perl(English)
BuildRequires: perl(File::Find) BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
@ -44,11 +46,10 @@ done
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=%{buildroot}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name .packlist -exec rm -f {} +
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w %{buildroot}/*
%check %check
make test make test
@ -61,6 +62,9 @@ make test
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Wed Jul 10 2013 Petr Šabata <contyk@redhat.com> - 1.05-1
- 1.05 bump
* Tue Jun 25 2013 Petr Pisar <ppisar@redhat.com> - 1.04-2 * Tue Jun 25 2013 Petr Pisar <ppisar@redhat.com> - 1.04-2
- Specify all dependencies - Specify all dependencies

@ -1 +1 @@
8e74b6ef83c9582fcd14d503557d7671 Pod-Spell-1.04.tar.gz 6346271b76f90c66b191ae58bd235f84 Pod-Spell-1.05.tar.gz

Loading…
Cancel
Save