epel9
Jitka Plesnikova 11 years ago
parent 91111f7333
commit 74747f1a66

1
.gitignore vendored

@ -7,3 +7,4 @@ Pod-Spell-1.01.tar.gz
/Pod-Spell-1.09.tar.gz
/Pod-Spell-1.10.tar.gz
/Pod-Spell-1.12.tar.gz
/Pod-Spell-1.13.tar.gz

@ -1,5 +1,5 @@
Name: perl-Pod-Spell
Version: 1.12
Version: 1.13
Release: 1%{?dist}
Summary: A formatter for spell-checking POD
Group: Development/Libraries
@ -44,11 +44,6 @@ complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
%prep
%setup -q -n Pod-Spell-%{version}
for F in README; do
iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
touch -r "${F}" "${F}.utf8"
mv "${F}.utf8" "$F"
done
sed -i -e '/^#!/ c #!%{__perl}' bin/podspell
%build
@ -72,6 +67,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Sun Nov 03 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-1
- 1.13 bump
* Fri Oct 18 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-1
- 1.12 bump

@ -1 +1 @@
7523e8dbce0cd375b561048dc19d888f Pod-Spell-1.12.tar.gz
c44cf1ef6e6d3f3dd706fb2ada22ea89 Pod-Spell-1.13.tar.gz

Loading…
Cancel
Save