Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > 53ee860d5e38318a0081dd77dbc8df89 > files > 2

perl-Text-CSV_XS-0.23-6mdk.src.rpm

%define name perl-Text-CSV_XS
%define realname Text-CSV_XS
%define version 0.23
%define release 6mdk

Name:		%{name}
Summary:	Text-CSV_XS module for Perl (String_Lang_Text_Proc/Text)
Version:	%{version}
Release:	%{release}
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://www.cpan.org
Source:		%{realname}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-buildroot
BuildPreReq:	perl
BuildRequires:	perl-devel


%description
Text-CSV_XS is a Perl module that provides facilities for the composition
and decomposition of comma-separated values.  An instance of the Text::CSV
class can combine fields into a CSV string and parse a CSV string into
fields.


%prep -q
rm -rf $RPM_BUILD_ROOT

%setup -q -n %{realname}-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root)
%doc MANIFEST ChangeLog README
%{perl_vendorarch}/Text/*
%{perl_vendorarch}/auto/Text/*
%{_mandir}/*/*

%changelog
* Sat Oct 11 2003 Tibor Pittich <Tibor.Pittich@phuture.sk> 0.23-6mdk
- rebuild for new perl
- add Artistic into License tag
- remove $RPM_OPT_FLAGS and PREFIX
- some macrosfification and cosmetic spec changes

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.23-5mdk
- rebuild for new auto{prov,req}

* Fri Apr 25 2003 Pixel <pixel@mandrakesoft.com> 0.23-4mdk
- add "BuildRequires: perl-devel"

* Thu Feb 13 2003 Pixel <pixel@mandrakesoft.com> 0.23-3mdk
- rebuild

* Wed Jul 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.23-2mdk
- rebuild for new perl

* Mon Mar 04 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.23-1mdk
- 0.23

* Thu Aug 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.22-1mdk
- updated to 0.22

* Tue Sep 12 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.21-1mdk
- updated to 0.21

* Sat Jul 22 2000 Vincent Danen <vdanen@mandrakesoft.com> 0.20-3mdk
- build for new perl
- macroization

* Mon May 1 2000 Vincent Danen <vdanen@linux-mandrake.com> 0.20-2mdk
- fix group

* Wed Mar 8 2000 Vincent Danen <vdanen@linux-mandrake.com>
- 0.20

* Tue Mar 7 2000 Vincent Danen <vdanen@linux-mandrake.com>
- initial specfile
- bzip sources