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.
@ -34,7 +39,7 @@
2002-05-25 John Levon <moz@compsoc.man.ac.uk>
* Code_rules/Rules: mention enums should be lower-case
2002-05-23 Kayvan A. Sylvan <kayvan@satyr.sylvan.com>
* lyx.spec.in: Remove --with-included-string for 1.3.0cvs and
@ -87,7 +92,7 @@
2001-04-03 Kayvan Sylvan <kayvan@sylvan.com>
* lyx.spec.in: fix handling of reLyX with RPM relocation.
* lyx.spec.in: fix handling of reLyX with RPM relocation.
2001-03-30 John Levon <moz@compsoc.man.ac.uk>
@ -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