diff --git a/pinfo.spec b/pinfo.spec index bc8b998..6b476eb 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,7 +1,7 @@ Summary: An info file viewer. Name: pinfo Version: 0.6.8 -Release: 2 +Release: 3 Group: System Environment/Base License: GPL URL: http://dione.ids.pl/~pborys/software/pinfo @@ -23,7 +23,7 @@ using regular expressions, and is based on the ncurses library. %patch -p1 -b .mkstemp %build -export CFLAGS=-ggdb +export CFLAGS="-ggdb $RPM_OPT_FLAGS" %configure --sysconfdir=/etc --disable-nls make @@ -61,6 +61,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 10 2004 Mike A. Harris 0.6.8-3 +- Added RPM_OPT_FLAGS to CFLAGS as it wasn't being used (#109197) + * Fri Oct 31 2003 Mike A. Harris 0.6.8-2 - Updated package URL to current project homepage (#101214)