Dr. Werner Fink 2010-05-20 10:52:17 +00:00 committed by Git OBS Bridge
parent 98d6fc3c00
commit 7d16901064
3 changed files with 15 additions and 5 deletions

View File

@ -224,8 +224,8 @@
reset
--- src/show.c
+++ src/show.c 2010-05-10 14:04:43.814925577 +0200
@@ -1054,6 +1054,15 @@ show_version(FILE *fp)
+++ src/show.c 2010-05-19 21:19:16.000000000 +0200
@@ -1054,6 +1054,15 @@
p /* hit 'h' */
);
@ -233,8 +233,8 @@
+ {
+ struct stat st;
+ if ((stat(GNUPLOT_LIB_DEFAULT, &st) == 0) && S_ISDIR(st.st_mode)) {
+ fprintf(fp, "\n%s\tType `load \"all.dem\"` to display a large number of examples.", p);
+ fprintf(fp, "\n%s\tThey are located at %s/*\n\n", p, GNUPLOT_LIB_DEFAULT);
+ fprintf(fp, "%s\n%s\tType `load \"all.dem\"` to display a large number of examples.", p, p);
+ fprintf(fp, "\n%s\tThey are located at %s/*\n%s\n", p, GNUPLOT_LIB_DEFAULT, p);
+ }
+ }
+#endif

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 19 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de
- Fix format being written into plt files (add missing #)
-------------------------------------------------------------------
Thu May 20 12:44:38 CEST 2010 - werner@suse.de
- Correct macro name in spec file
-------------------------------------------------------------------
Sun May 9 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de

View File

@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _x11lib %{_exec_prefix}/%{_lib}
%define _x11data %{_exec_prefix}/lib/X11
%define _libx11 %{_x11data}
%define _x11inc %{_x11_prefix}/include
%define _x11inc %{_exec_prefix}/include
%define _appdef %{_x11data}/app-defaults
%else
%define _x11lib %{_libdir}