- Add BR: perl(version) (Fix perl-5.12.x build breakdown).

- Add BR: perl(Test::Pod).
epel9
corsepiu 15 years ago
parent 26e42e3a31
commit 86c4fb1005

@ -1,6 +1,6 @@
Name: perl-Text-Reform
Version: 1.12.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Manual text wrapping and reformatting
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,9 @@ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-v%{versi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(Test::Pod) >= 1.14
Requires: perl(TeX::Hyphen)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -49,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri May 07 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.12.2-10
- Add BR: perl(version) (Fix perl-5.12.x build breakdown).
- Add BR: perl(Test::Pod).
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.12.2-9
- Mass rebuild with perl-5.12.0

Loading…
Cancel
Save