forked from pool/gnuplot
.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=33
This commit is contained in:
parent
fa0eea9781
commit
f63c1a80f5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 15:37:32 UTC 2012 - werner@suse.de
|
||||
|
||||
- Avoid to stumble on bug in QtCore.pc on older distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 14:38:11 UTC 2012 - werner@suse.de
|
||||
|
||||
|
@ -168,7 +168,11 @@ test $? -eq 0 || exit 1
|
||||
--with-kpsexpand \
|
||||
--with-plot=%{_libdir} \
|
||||
--enable-qt
|
||||
%if %suse_version <= 1140
|
||||
make %{?jobs:-j%jobs} RCC=/usr/bin/rcc LRELEASE=/usr/bin/lrelease
|
||||
%else
|
||||
make %{?jobs:-j%jobs}
|
||||
%endif
|
||||
pushd docs/
|
||||
make srcdir=. clean all html pdf gpcard.ps
|
||||
pushd psdoc/
|
||||
|
Loading…
Reference in New Issue
Block a user