auto-import changelog data from pinfo-0.6.8-3.src.rpm
Sat Jan 10 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-3 - Added RPM_OPT_FLAGS to CFLAGS as it wasn't being used (#109197)
This commit is contained in:
parent
cfa626fdef
commit
133f155256
@ -1,7 +1,7 @@
|
|||||||
Summary: An info file viewer.
|
Summary: An info file viewer.
|
||||||
Name: pinfo
|
Name: pinfo
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://dione.ids.pl/~pborys/software/pinfo
|
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
|
%patch -p1 -b .mkstemp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS=-ggdb
|
export CFLAGS="-ggdb $RPM_OPT_FLAGS"
|
||||||
%configure --sysconfdir=/etc --disable-nls
|
%configure --sysconfdir=/etc --disable-nls
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -61,6 +61,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 10 2004 Mike A. Harris <mharris@redhat.com> 0.6.8-3
|
||||||
|
- Added RPM_OPT_FLAGS to CFLAGS as it wasn't being used (#109197)
|
||||||
|
|
||||||
* Fri Oct 31 2003 Mike A. Harris <mharris@redhat.com> 0.6.8-2
|
* Fri Oct 31 2003 Mike A. Harris <mharris@redhat.com> 0.6.8-2
|
||||||
- Updated package URL to current project homepage (#101214)
|
- Updated package URL to current project homepage (#101214)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user