LINUGUAS patch applied

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-03-15 01:15:13 +00:00
parent 21f39fadde
commit c956b05b14
2 changed files with 8 additions and 3 deletions

View File

@ -39,7 +39,12 @@
* src/insets/figinset.C: patch posted to list by Andre Poenitz
applied. Changed to use iterators.
2000-03-11 Kayvan A. Sylvan <kayvan@satyr.sylvan.com>
* development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
systems that don't have LINGUAS set to begin with.
2000-03-10 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to

View File

@ -36,12 +36,12 @@ place that the Redhat tetex package is installed and would see it.
%setup
%build
unset LINGUAS
unset LINGUAS || true
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
make
%install
unset LINGUAS
unset LINGUAS || true
rm -rf ${RPM_BUILD_ROOT}
install -d -m 755 ${RPM_BUILD_ROOT}
make prefix=${RPM_BUILD_ROOT}/usr install