Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > f649f4cdc03ab54edbd8727e4a0a38f9 > files > 2

perl-Lingua-Features-0.3.1-5.mga1.src.rpm

%define module	Lingua-Features
%define name	perl-%{module}
%define version 0.3.1
%define release %mkrel 5

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Natural languages features
License:	GPL or Artistic
Group:		Development/Perl
Url:            http://search.cpan.org/dist/%{module}
Source:         http://www.cpan.org/modules/by-module/Lingua/%{module}-%{version}.tar.bz2

Buildrequires:	perl-XML-Generator
Buildrequires:	perl-List-Compare
Buildrequires:  perl-Tie-IxHash
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
* Fri Jan 21 2011 jquelin <jquelin> 0.3.1-5.mga1
+ Revision: 30661
- mageia rebuild
- imported package perl-Lingua-Features


* Sun Feb 28 2010 Guillaume Rousse <guillomovitch@mandriva.org> 0.3.1-5mdv2010.1
+ Revision: 512695
- package restoration

* Fri Sep 04 2009 Thierry Vignaud <tv@mandriva.org> 0.3.1-5mdv2010.0
+ Revision: 430478
- rebuild

* Wed Jul 23 2008 Thierry Vignaud <tv@mandriva.org> 0.3.1-4mdv2009.0
+ Revision: 241606
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Sat Sep 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.3.1-2mdv2008.0
+ Revision: 86520
- rebuild


* Tue Sep 05 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.3.1-1mdv2007.0
- new version

* Thu Aug 31 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.3-5mdv2007.0
- Rebuild

* Thu Sep 29 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.3-4mdk
- fix buildrequires

* 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