mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
21f39fadde
commit
c956b05b14
@ -40,6 +40,11 @@
|
|||||||
* src/insets/figinset.C: patch posted to list by Andre Poenitz
|
* src/insets/figinset.C: patch posted to list by Andre Poenitz
|
||||||
applied. Changed to use iterators.
|
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>
|
2000-03-10 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
|
* src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
|
||||||
|
@ -36,12 +36,12 @@ place that the Redhat tetex package is installed and would see it.
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset LINGUAS
|
unset LINGUAS || true
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
unset LINGUAS
|
unset LINGUAS || true
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
install -d -m 755 ${RPM_BUILD_ROOT}
|
install -d -m 755 ${RPM_BUILD_ROOT}
|
||||||
make prefix=${RPM_BUILD_ROOT}/usr install
|
make prefix=${RPM_BUILD_ROOT}/usr install
|
||||||
|
Loading…
Reference in New Issue
Block a user