- RPM_OPT_FLAGS not needed for noarch package

- add autogen.sh
This commit is contained in:
Jindrich Novy 2005-02-22 18:26:10 +00:00
parent 2b9708ca9a
commit 5bc9911020

View File

@ -26,7 +26,7 @@ output not specified in the Texinfo input file to be specified.
install -m 644 %{SOURCE1} i18n/ja
%build
export CFLAGS="$RPM_OPT_FLAGS"
./autogen.sh
%configure
make clean
make %{?_smp_mflags}
@ -64,8 +64,8 @@ fi
%{_datadir}/%{name}/images/*
%changelog
* Fri Feb 22 2005 Jindrich Novy <jnovy@redhat.com> 1.76-2
- add $RPM_OPT_FLAGS to CFLAGS
* Tue Feb 22 2005 Jindrich Novy <jnovy@redhat.com> 1.76-2
- reintroduce autogen.sh
* Fri Feb 18 2005 Jindrich Novy <jnovy@redhat.com> 1.76-1
- we have separate texi2html package now (#121889)