spec patch from Kayvan

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5512 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-10-25 10:42:20 +00:00
parent ec3f063250
commit c67a37d05d
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2002-10-25 Kayvan A. Sylvan <kayvan@sylvan.com>
* lyx.spec.in (CFLAGS, CXXFLAGS): Fixed to use configure
defaults instead of overriding them.
2002-10-24 Angus Leeming <leeming@lyx.org>
* FORMAT: document further change to InsetGraphicsParams.
@ -98,4 +103,3 @@
* Code_rules/Recommendations:
* Code_rules/Rules: update, add some comments,
spelling and grammar

View File

@ -35,10 +35,9 @@ and let the computer take care of the rest.
%build
unset LINGUAS || true
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --mandir=%{_mandir} \
--bindir=%{_bindir} --datadir=%{_datadir} \
--without-warnings
--without-warnings --disable-debug --enable-optimizations=-O2
make
%install