epel9
Petr Sabata 14 years ago
parent 92e3689e1f
commit 4d14dd664c

1
.gitignore vendored

@ -7,3 +7,4 @@ Text-CSV_XS-0.72.tgz
/Text-CSV_XS-0.80.tgz
/Text-CSV_XS-0.81.tgz
/Text-CSV_XS-0.82.tgz
/Text-CSV_XS-0.83a.tgz

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 0.82
Release: 2%{?dist}
Version: 0.83a
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
License: GPL+ or Artistic
@ -25,7 +25,8 @@ fields into a CSV string and parse a CSV string into fields.
%prep
%setup -q -n Text-CSV_XS-%{version}
# 0.83a is a special case; change back to %{version} for next release
%setup -q -n Text-CSV_XS-0.83
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 && mv ChangeLog.utf8 ChangeLog
chmod -c a-x examples/*
# Upstream does this on purpose (2011-03-23):
@ -62,6 +63,9 @@ make test
%changelog
* Mon Aug 08 2011 Petr Sabata <contyk@redhat.com> - 0.83a-1
- 0.83a bump
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-2
- Perl mass rebuild

@ -1 +1 @@
ce77bc39399b0fa7f2cf327810e418e4 Text-CSV_XS-0.82.tgz
f9e6db6e4221d67658a26484d9214ecc Text-CSV_XS-0.83a.tgz

Loading…
Cancel
Save