Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 6badeca12c8b895961e09bf78d9c5b71 > files > 2

perl-Lingua-Features-0.3-3mdk.src.rpm

%define module	Lingua-Features
%define name	perl-%{module}
%define version 0.3
%define release 3mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Natural languages features
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}/
BuildRoot:	%{_tmppath}/%{name}-%{version}
%if %{mdkversion} < 1010
Buildrequires:	perl-devel
%endif
Buildrequires:	perl-XML-Generator
Buildrequires:	perl-List-Compare
Buildarch:	noarch

%description
This module implements natural languages features in Perl. Its brings the
following advantages:
- type verification
- features and values normalization
- smart comparisons between structures


%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%check
make test

%clean 
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc ChangeLog README
%{perl_vendorlib}/Lingua
%{_mandir}/*/*

%changelog
* Sat Jun 11 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.3-3mdk 
- don't ship useless empty dirs
- better url
- spec cleanup
- make test in %%check

* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.3-2mdk
- fix buildrequires in a backward compatible way

* Fri Jun 11 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.3-1mdk 
- new version
- update description

* Wed Apr 21 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.2-1mdk
- new version
- rpmbuildupdate aware

* Thu Apr 15 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.1-1mdk
- first mdk release