- RPM_OPT_FLAGS not needed for noarch package
- add autogen.sh
This commit is contained in:
parent
2b9708ca9a
commit
5bc9911020
@ -26,7 +26,7 @@ output not specified in the Texinfo input file to be specified.
|
|||||||
install -m 644 %{SOURCE1} i18n/ja
|
install -m 644 %{SOURCE1} i18n/ja
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
make clean
|
make clean
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -64,8 +64,8 @@ fi
|
|||||||
%{_datadir}/%{name}/images/*
|
%{_datadir}/%{name}/images/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 22 2005 Jindrich Novy <jnovy@redhat.com> 1.76-2
|
* Tue Feb 22 2005 Jindrich Novy <jnovy@redhat.com> 1.76-2
|
||||||
- add $RPM_OPT_FLAGS to CFLAGS
|
- reintroduce autogen.sh
|
||||||
|
|
||||||
* Fri Feb 18 2005 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
* Fri Feb 18 2005 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
||||||
- we have separate texi2html package now (#121889)
|
- we have separate texi2html package now (#121889)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user