You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Text-German/perl-Text-German.spec

45 lines
1.1 KiB

15 years ago
Name: perl-Text-German
Version: 0.06
Release: 1%{?dist}
Summary: German grundform reduction
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-German/
Source0: http://www.cpan.org/authors/id/U/UL/ULPFR/Text-German-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description
This is a rather incomplete implementation of work done by Gudrun Putze-Meier.
%prep
%setup -q -n Text-German-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Aug 16 2010 Iain Arnell <iarnell@epo.org> 0.06-1
- Specfile autogenerated by cpanspec 1.78.