|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
|
Version: 1.03
|
|
|
|
|
Version: 1.04
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -12,6 +12,7 @@ BuildRequires: perl(strict)
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
@ -67,6 +68,9 @@ make test %{?_smp_mflags}
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 25 2014 Petr Šabata <contyk@redhat.com> - 1.04-1
|
|
|
|
|
- 1.04 bump
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2014 Petr Šabata <contyk@redhat.com> - 1.03-1
|
|
|
|
|
- 1.03 bump
|
|
|
|
|
|
|
|
|
|