# # Conditional build: %bcond_without tests # do not perform "make test" %define pdir Lingua %define pnam Ispell Summary: Lingua::Ispell Perl module Summary(pl.UTF-8): Moduł Perla Lingua::Ispell Name: perl-Lingua-Ispell Version: 0.07 Release: 4 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 8f6a364daccf28a5c208fa1a3df83daa URL: http://search.cpan.org/dist/Lingua-Ispell/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 Requires: ispell >= 3.1.20-35 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Lingua::Ispell - Perl module encapsulating access to the Ispell program. %description -l pl.UTF-8 Lingua::Ispell - moduł Perla obudowujący dostęp do programu Ispell. %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/Lingua/Ispell.pm %{_mandir}/man3/*