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
|
- Fix version control of further help messages, fix done
|
||||||
by Dieter Jurzitza (bnc#746299)
|
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
|
Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -137,12 +137,7 @@ test $? -eq 0 || exit 1
|
|||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
autoconf
|
autoconf
|
||||||
%endif
|
%endif
|
||||||
./configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--infodir=%{_infodir} \
|
|
||||||
--libexecdir=%{_libdir} \
|
|
||||||
--datadir=%{_datadir} \
|
|
||||||
--with-gcc \
|
--with-gcc \
|
||||||
--with-x \
|
--with-x \
|
||||||
--x-includes=%{_x11inc} \
|
--x-includes=%{_x11inc} \
|
||||||
@ -216,7 +211,7 @@ test $? -eq 0 || exit 1
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gnuplot
|
%{_bindir}/gnuplot
|
||||||
%{_libdir}/gnuplot
|
%{_libexecdir}/gnuplot
|
||||||
%{_datadir}/gnuplot
|
%{_datadir}/gnuplot
|
||||||
%{_datadir}/texmf/tex/latex/gnuplot/
|
%{_datadir}/texmf/tex/latex/gnuplot/
|
||||||
%{_datadir}/emacs/site-lisp/
|
%{_datadir}/emacs/site-lisp/
|
||||||
|
Loading…
Reference in New Issue
Block a user