1
0
perl-Text-CSV_XS/perl-Text-CSV_XS.spec

91 lines
2.2 KiB
RPMSpec

#
# spec file for package perl-Text-CSV_XS (Version 0.23)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: perl-Text-CSV_XS
Summary: Perl Module Text::CSV
Version: 0.23
Release: 361
License: GPL
Group: Development/Libraries/Perl
Source0: Text-CSV_XS-%{version}.tar.bz2
Patch: Text-CSV_XS-%{version}.dif
URL: http://www.cpan.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: p_txtcsv
Provides: p_txtcsv
Requires: perl = %{perl_version}
Autoreqprov: on
%description
ext::CSV 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.
Authors:
--------
Jochen Wiedmann <joe@ispsoft.de>
%prep
%setup -q -n Text-CSV_XS-%{version}
%patch
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README
%doc %{_mandir}/man?/*
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
/var/adm/perl-modules/%{name}
%changelog -n perl-Text-CSV_XS
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de
- add norootforbuild
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Fri Jul 18 2003 - nashif@suse.de
- use DESTDIR
- fixed filelist
* Tue Jul 01 2003 - ro@suse.de
- use perl_process_packlist macro
* Fri Jun 13 2003 - nashif@suse.de
- Fixed file list
* Mon Jul 08 2002 - nashif@suse.de
- use mandir macro
* Tue Dec 11 2001 - nashif@suse.de
- Update to version 0.23
* Wed Mar 07 2001 - nashif@suse.de
- Update to version 0.22
* Wed Nov 08 2000 - nashif@suse.de
- removed buiuld root path from packlist
* Tue Nov 07 2000 - nashif@suse.de
- Changed to long package name
* Wed Oct 11 2000 - nashif@suse.de
- Fixed man path
* Thu Aug 24 2000 - nashif@suse.de
- Initial Release (0.20)