Build section: simplified RPM_OPT_FLAGS handling (#175898).

epel9
Jose Pedro Oliveira 19 years ago
parent c766b5d077
commit 3753112c99

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

Loading…
Cancel
Save