Blame SPECS/perl-Text-CSV_XS.spec

5657b1
Name:           perl-Text-CSV_XS
5657b1
Version:        1.00
5657b1
Release:        3%{?dist}
5657b1
Summary:        Comma-separated values manipulation routines
5657b1
Group:          Development/Libraries
5657b1
License:        GPL+ or Artistic
5657b1
URL:            http://search.cpan.org/dist/Text-CSV_XS/
5657b1
Source0:        http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz
5657b1
BuildRequires:  perl
5657b1
BuildRequires:  perl(ExtUtils::MakeMaker)
5657b1
BuildRequires:  perl(strict)
5657b1
# Run-time:
5657b1
BuildRequires:  perl(Carp)
5657b1
BuildRequires:  perl(DynaLoader)
5657b1
BuildRequires:  perl(IO::Handle)
5657b1
# Tests:
5657b1
BuildRequires:  perl(base)
5657b1
BuildRequires:  perl(Config)
5657b1
# Specific version >= 2.51 for Encode is recommended but not required
5657b1
BuildRequires:  perl(Encode)
5657b1
BuildRequires:  perl(Test::More)
5657b1
BuildRequires:  perl(Tie::Scalar)
5657b1
BuildRequires:  perl(vars)
5657b1
BuildRequires:  perl(warnings)
5657b1
# Optional tests:
5657b1
BuildRequires:  perl(Test::Pod) >= 1.00
5657b1
BuildRequires:  perl(Test::Pod::Coverage)
5657b1
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
5657b1
# IO::Handle is loaded by XS code
5657b1
Requires:       perl(IO::Handle)
5657b1
5657b1
%{?perl_default_filter}
5657b1
5657b1
%description
5657b1
Text::CSV provides facilities for the composition and decomposition of
5657b1
comma-separated values.  An instance of the Text::CSV class can combine
5657b1
fields into a CSV string and parse a CSV string into fields.
5657b1
5657b1
%prep
5657b1
%setup -q -n Text-CSV_XS-%{version}
5657b1
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 && mv ChangeLog.utf8 ChangeLog
5657b1
chmod -c a-x examples/*
5657b1
# Upstream does this on purpose (2011-03-23):
5657b1
# "As Text::CSV_XS is so low-level, most of these files are actually *examples*
5657b1
# and not ready-to-run out-of-the-box scripts that work as expected, though
5657b1
# I must admit that some have evolved into being like that."
5657b1
#find . -type f -exec sed -i '1s/pro/usr/' {} \;
5657b1
5657b1
%build
5657b1
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
5657b1
make %{?_smp_mflags}
5657b1
5657b1
%install
5657b1
make pure_install DESTDIR=%{buildroot}
5657b1
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
5657b1
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
5657b1
chmod -R u+w %{buildroot}/*
5657b1
5657b1
%check
5657b1
# TODO: Parallel testing supported since 0.73
5657b1
make test %{?_smp_mflags}
5657b1
5657b1
%files
5657b1
%doc ChangeLog README examples/
5657b1
%{perl_vendorarch}/Text/
5657b1
%{perl_vendorarch}/auto/Text/
5657b1
%{_mandir}/man3/*.3pm*
5657b1
5657b1
%changelog
5657b1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.00-3
5657b1
- Mass rebuild 2014-01-24
5657b1
5657b1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.00-2
5657b1
- Mass rebuild 2013-12-27
5657b1
5657b1
* Fri Jun 14 2013 Petr Šabata <contyk@redhat.com> - 1.00-1
5657b1
- 1.00 bugfix bump
5657b1
5657b1
* Tue Jun 11 2013 Petr Šabata <contyk@redhat.com> - 0.99-1
5657b1
- 0.99 bump
5657b1
5657b1
* Mon Jun 10 2013 Petr Šabata <contyk@redhat.com> - 0.98-1
5657b1
- 0.98 bump
5657b1
5657b1
* Tue Apr 02 2013 Petr Šabata <contyk@redhat.com> - 0.97-1
5657b1
- 0.97 bump, performance enhancement
5657b1
5657b1
* Wed Mar 27 2013 Petr Šabata <contyk@redhat.com> - 0.96-1
5657b1
- 0.96 bump
5657b1
5657b1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95-2
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5657b1
5657b1
* Mon Jan 14 2013 Petr Pisar <ppisar@redhat.com> - 0.95-1
5657b1
- 0.95 bump
5657b1
5657b1
* Tue Dec 04 2012 Petr Pisar <ppisar@redhat.com> - 0.94-1
5657b1
- 0.94 bump
5657b1
5657b1
* Wed Nov 21 2012 Petr Pisar <ppisar@redhat.com> - 0.93-1
5657b1
- 0.93 bump
5657b1
5657b1
* Wed Nov 14 2012 Petr Pisar <ppisar@redhat.com> - 0.92-1
5657b1
- 0.92 bump
5657b1
5657b1
* Mon Nov 05 2012 Petr Pisar <ppisar@redhat.com> - 0.91-2
5657b1
- Correct dependencies
5657b1
5657b1
* Wed Aug 22 2012 Petr Šabata <contyk@redhat.com> - 0.91-1
5657b1
- 0.91 bump (mostly test-cases updates)
5657b1
5657b1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-3
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5657b1
5657b1
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 0.90-2
5657b1
- Perl 5.16 rebuild
5657b1
5657b1
* Tue Jun 19 2012 Petr Šabata <contyk@redhat.com> - 0.90-1
5657b1
- 0.90 bump
5657b1
5657b1
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.88-2
5657b1
- Perl 5.16 rebuild
5657b1
5657b1
* Mon Mar 19 2012 Petr Pisar <ppisar@redhat.com> - 0.88-1
5657b1
- 0.88 bump
5657b1
- Fix parsing fields that contain excessive $/
5657b1
5657b1
* Wed Mar 14 2012 Petr Šabata <contyk@redhat.com> - 0.87-1
5657b1
- 0.87 bump
5657b1
- Remove command macros and defattr
5657b1
5657b1
* Tue Jan 24 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.86-1
5657b1
- update to 0.86
5657b1
5657b1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85-2
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5657b1
5657b1
* Thu Sep 08 2011 Petr Sabata <contyk@redhat.com> - 0.85-1
5657b1
- 0.85 bump
5657b1
5657b1
* Mon Aug 08 2011 Petr Sabata <contyk@redhat.com> - 0.83a-1
5657b1
- 0.83a bump
5657b1
5657b1
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-2
5657b1
- Perl mass rebuild
5657b1
5657b1
* Mon May  9 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-1
5657b1
- update to 0.82
5657b1
5657b1
* Wed Mar 23 2011 Petr Sabata <psabata@redhat.com> - 0.81-2
5657b1
- Revert example scripts interpreter changes
5657b1
5657b1
* Wed Mar 23 2011 Petr Sabata <psabata@redhat.com> - 0.81-1
5657b1
- 0.81 version bump
5657b1
- Changed script interpreters in various example files
5657b1
- Convert ChangeLog to proper UTF8
5657b1
- Removed buildroot garbage
5657b1
5657b1
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.80-2
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5657b1
5657b1
* Mon Jan  3 2011 Petr Sabata <psabata@redhat.com> - 0.80-1
5657b1
- 0.80 version bump
5657b1
5657b1
* Thu Dec  2 2010 Petr Sabata <psabata@redhat.com> - 0.79-1
5657b1
- 0.79 version bump
5657b1
5657b1
* Mon Oct 18 2010 Petr Sabata <psabata@redhat.com> - 0.76-1
5657b1
- 0.76 version bump
5657b1
5657b1
* Mon Oct 11 2010 Petr Sabata <psabata@redhat.com> - 0.75-1
5657b1
- 0.75 version bump
5657b1
5657b1
* Mon Oct 04 2010 Petr Pisar <ppisar@redhat.com> - 0.74-1
5657b1
- 0.74 bump
5657b1
5657b1
* Wed Sep 08 2010 Petr Pisar <ppisar@redhat.com> - 0.73-1
5657b1
- 0.73 bump
5657b1
5657b1
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.72-2
5657b1
- Mass rebuild with perl-5.12.0
5657b1
5657b1
* Wed Mar 17 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.72-1
5657b1
- PERL_INSTALL_ROOT => DESTDIR, add perl_default_filter (XS module)
5657b1
- auto-update to 0.72 (by cpan-spec-update 0.01) (DBIx::Class needed a newer
5657b1
  Text::CSV, which in turn can only leverage Text::CSV_XS >= 0.70)
5657b1
- added a new br on perl(ExtUtils::MakeMaker) (version 0)
5657b1
- added a new br on perl(IO::Handle) (version 0)
5657b1
- added a new br on perl(Test::Harness) (version 0)
5657b1
- added a new br on perl(Test::More) (version 0)
5657b1
- added a new br on perl(Tie::Scalar) (version 0)
5657b1
5657b1
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.69-2
5657b1
- rebuild against perl 5.10.1
5657b1
5657b1
* Mon Nov  2 2009 Stepan Kasal <skasal@redhat.com> - 0.69
5657b1
- new upstream release
5657b1
5657b1
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.68-1
5657b1
- update to new upstream release
5657b1
5657b1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.58-3
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5657b1
5657b1
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.58-2
5657b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5657b1
5657b1
* Wed Dec 10 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.58-1
5657b1
- Update to latest upstream
5657b1
- SvUPGRADE patch upstreamed
5657b1
5657b1
* Tue Jul 08 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.52-2
5657b1
- Actually solving the issue mentioned in previous change
5657b1
5657b1
* Tue Jul 08 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.52-1
5657b1
- Updated to 0.52 to solve an issue with perl 5.10
5657b1
5657b1
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.30-5
5657b1
- Rebuild for perl 5.10 (again)
5657b1
5657b1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.30-4
5657b1
- Autorebuild for GCC 4.3
5657b1
5657b1
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.30-3
5657b1
- rebuild for new perl
5657b1
5657b1
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.30-2
5657b1
- Rebuild for selinux ppc32 issue.
5657b1
5657b1
* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.30-1
5657b1
- Update to 0.30.
5657b1
5657b1
* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.29-1
5657b1
- Update to 0.29.
5657b1
5657b1
* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.27-1
5657b1
- Update to 0.27.
5657b1
- New upstream maintainer.
5657b1
5657b1
* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-5
5657b1
- Rebuild for FC6.
5657b1
5657b1
* Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-4
5657b1
- Rebuild for FC5 (perl 5.8.8).
5657b1
5657b1
* Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-3
5657b1
- The wonders of CVS problems (released skipped).
5657b1
5657b1
* Thu Jan  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
5657b1
- Build section: simplified RPM_OPT_FLAGS handling (#175898).
5657b1
5657b1
* Sat Nov 05 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1
5657b1
- First build.