Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b5ec8917c04c7ae81cce194e57f2a801 > files > 1

perl-tag_utils-1.10-8mdv2008.0.src.rpm

%define module  tag_utils
%define name    perl-%{module}
%define version 1.10
%define release %mkrel 8
%define _provides_exceptions XML::Parser::Expat\\|Parse::Yapp::Driver

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Perl module to convert between various formats for Tree Adjoining Grammars
License:        GPL
Group:          Development/Perl
Url:            http://atoll.inria.fr/packages/packages.html#tag_utils
Source:         ftp://ftp.inria.fr/INRIA/Projects/Atoll/Eric.Clergerie/TAG/%{module}-%{version}.tar.bz2
Obsoletes:      perl-TAG
Provides:       perl-TAG
%if %{mdkversion} < 1010
BuildRequires:  perl-devel
%endif
BuildRequires:  perl-libxml-perl
Buildarch:      noarch
Buildroot:      %{_tmppath}/%{name}-%{version}

%description
tag_utils is a set of Perl scripts to convert between various formats for Tree
Adjoining Grammars, in particular the XML TAGML format.

%prep
%setup -q -n %{module}-%{version}
chmod 644 TAG/XTAG/Parser.pm

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

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes
%{_bindir}/*
%{perl_vendorlib}/TAG*
%{_mandir}/*/*



%changelog
* Sat Sep 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.10-8mdv2008.0
+ Revision: 86925
- rebuild


* Tue Aug 29 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.10-7mdv2007.0
- Rebuild

* Fri Dec 16 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.10-6mdk
- fix name

* Fri Dec 16 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.10-5mdk
- spec cleanup
- %%mkrel

* Wed Dec 15 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.10-4mdk 
- fix buildrequires in a backward compatible way

* Sun Dec 05 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.10-3mdk 
- fix wrong provides

* Mon Nov 29 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.10-2mdk 
- fix buildrequires

* Tue Nov 23 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.10-1mdk 
- first mdk release