|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Name: perl-Text-CSV_XS
|
|
|
|
Version: 1.14
|
|
|
|
Version: 1.15
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Summary: Comma-separated values manipulation routines
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -60,7 +60,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags} test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc ChangeLog README examples/
|
|
|
|
%doc ChangeLog README examples/
|
|
|
@ -69,6 +69,10 @@ make test %{?_smp_mflags}
|
|
|
|
%{_mandir}/man3/Text::CSV_XS.3*
|
|
|
|
%{_mandir}/man3/Text::CSV_XS.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 11 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
|
|
|
|
|
|
|
|
- Update to 1.15:
|
|
|
|
|
|
|
|
- Remove perl recommendation from META as it breaks cpan clients
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
|
|
|
|
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
|
|
|
|
- Update to 1.14:
|
|
|
|
- Update to 1.14:
|
|
|
|
- Move to github
|
|
|
|
- Move to github
|
|
|
|