forked from pool/gnuplot
.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=29
This commit is contained in:
parent
aae35d918e
commit
0735330a38
@ -9,6 +9,12 @@ Mon Feb 13 11:46:11 UTC 2012 - werner@suse.de
|
||||
- Fix version control of further help messages, fix done
|
||||
by Dieter Jurzitza (bnc#746299)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 19:05:08 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
- Fix libdir x libexecdir clash (bnc#744835).
|
||||
- Use %configure macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com
|
||||
|
||||
|
@ -137,12 +137,7 @@ test $? -eq 0 || exit 1
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
%endif
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
--libexecdir=%{_libdir} \
|
||||
--datadir=%{_datadir} \
|
||||
%configure \
|
||||
--with-gcc \
|
||||
--with-x \
|
||||
--x-includes=%{_x11inc} \
|
||||
@ -216,7 +211,7 @@ test $? -eq 0 || exit 1
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gnuplot
|
||||
%{_libdir}/gnuplot
|
||||
%{_libexecdir}/gnuplot
|
||||
%{_datadir}/gnuplot
|
||||
%{_datadir}/texmf/tex/latex/gnuplot/
|
||||
%{_datadir}/emacs/site-lisp/
|
||||
|
Loading…
Reference in New Issue
Block a user