From 2b9708ca9aad3d78dc7387fcaff8b279b1335b74 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 22 Feb 2005 16:59:38 +0000 Subject: [PATCH] - add $RPM_OPT_FLAGS to CFLAGS --- texi2html.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texi2html.spec b/texi2html.spec index 2751ac2..b84cfbd 100644 --- a/texi2html.spec +++ b/texi2html.spec @@ -1,6 +1,6 @@ Name: texi2html Version: 1.76 -Release: 1 +Release: 2 License: GPL Group: Applications/Text Summary: A highly customizable texinfo to HTML and other formats translator @@ -26,7 +26,7 @@ output not specified in the Texinfo input file to be specified. install -m 644 %{SOURCE1} i18n/ja %build -#./autogen.sh +export CFLAGS="$RPM_OPT_FLAGS" %configure make clean make %{?_smp_mflags} @@ -64,8 +64,11 @@ fi %{_datadir}/%{name}/images/* %changelog +* Fri Feb 22 2005 Jindrich Novy 1.76-2 +- add $RPM_OPT_FLAGS to CFLAGS + * Fri Feb 18 2005 Jindrich Novy 1.76-1 -- new texi2html package is now added (#121889) +- we have separate texi2html package now (#121889) - fix Source0 - BuildArchitectures -> BuildArch - create backups for patches