|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
|
Version: 1.00
|
|
|
|
|
Version: 1.01
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -57,7 +57,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
|
|
|
|
chmod -R u+w %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# TODO: Parallel testing supported since 0.73
|
|
|
|
|
# Parallel testing supported since 0.73
|
|
|
|
|
make test %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -67,6 +67,9 @@ make test %{?_smp_mflags}
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 20 2013 Petr Šabata <contyk@redhat.com> - 1.01-1
|
|
|
|
|
- 1.01 bump
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2013 Petr Šabata <contyk@redhat.com> - 1.00-1
|
|
|
|
|
- 1.00 bugfix bump
|
|
|
|
|
|
|
|
|
|