Included spec-patch by Kayvan.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@820 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2000-06-19 08:30:32 +00:00
parent 7590dcfa98
commit a847627f1f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2000-06-17 Kayvan A. Sylvan <kayvan@sylvan.com>
* development/lyx.spec.in: Call configure with ``--without-warnings''
to work around a bug with the Makefiles when doing ``make lyxrpm''.
This should be fine, however, since we generally don't want to be
verbose when making an RPM.
2000-06-16 Dekel Tsur <dekel@math.tau.ac.il>
* lib/scripts/fig2pstex.py: New file

View File

@ -37,7 +37,8 @@ place that the Redhat tetex package is installed and would see it.
%build
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 --without-warnings
make
%install