- add $RPM_OPT_FLAGS to CFLAGS
This commit is contained in:
parent
0c441a130f
commit
2b9708ca9a
@ -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 <jnovy@redhat.com> 1.76-2
|
||||
- add $RPM_OPT_FLAGS to CFLAGS
|
||||
|
||||
* Fri Feb 18 2005 Jindrich Novy <jnovy@redhat.com> 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user