diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index e30da5c..3a2665b 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,6 +1,6 @@ Name: perl-Text-CSV_XS Version: 0.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries @@ -22,8 +22,8 @@ fields into a CSV string and parse a CSV string into fields. %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install @@ -52,5 +52,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 5 2006 Jose Pedro Oliveira - 0.23-2 +- Build section: simplified RPM_OPT_FLAGS handling (#175898). + * Sat Nov 05 2005 Jose Pedro Oliveira - 0.23-1 - First build.