[perl-Text-CSV_XS] Correct the setup macro

Petr Sabata psabata at fedoraproject.org
Thu Sep 8 11:12:51 UTC 2011


commit 4715db5778a2650d114bb1f8a2d046e19ebabade
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Sep 8 13:11:42 2011 +0200

    Correct the setup macro

 perl-Text-CSV_XS.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 272bf5a..a7ce2a3 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -24,8 +24,7 @@ fields into a CSV string and parse a CSV string into fields.
 
 
 %prep
-# 0.83a is a special case; change back to %{version} for next release
-%setup -q -n Text-CSV_XS-0.83
+%setup -q -n Text-CSV_XS-%{version}
 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):



More information about the perl-devel mailing list