SPECS: octave.spec - adapter, use single quotes

glen glen at pld-linux.org
Sun Mar 11 23:45:01 CET 2007


Author: glen                         Date: Sun Mar 11 22:45:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter, use single quotes

---- Files affected:
SPECS:
   octave.spec (1.82 -> 1.83) 

---- Diffs:

================================================================
Index: SPECS/octave.spec
diff -u SPECS/octave.spec:1.82 SPECS/octave.spec:1.83
--- SPECS/octave.spec:1.82	Tue Feb 13 08:16:50 2007
+++ SPECS/octave.spec	Sun Mar 11 23:44:54 2007
@@ -297,12 +297,12 @@
 cp -a emacs/*.el $RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp/octave-mode
 # add otags script or not (additional Requires: ctags)???
 #cp -a emacs/otags $RPM_BUILD_ROOT%{_bindir}
-cat <<EOF >$RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp/octave-mode/auto-autoloads.el
+cat <<'EOF' >$RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp/octave-mode/auto-autoloads.el
 (autoload 'run-octave "octave-inf" nil t)
 (autoload 'octave-help "octave-hlp" nil t)
 (autoload 'octave-mode "octave-mod" nil t)
 (setq auto-mode-alist
-      (cons '("\\\\.m$" . octave-mode) auto-mode-alist))
+      (cons '("\\.m$" . octave-mode) auto-mode-alist))
 EOF
 
 %clean
@@ -352,6 +352,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2007/03/11 22:44:54  glen
+- adapter, use single quotes
+
 Revision 1.82  2007/02/13 07:16:50  glen
 - tabs in preamble
 
@@ -459,7 +462,7 @@
 - autoupdated to 2.1.46
 
 Revision 1.51  2003/03/08 22:02:14  ankry
-- updated %%files - now it works
+- updated %files - now it works
 - merged translations from RH
 - rel. 5, STBR for ra-updates-general
 
@@ -469,8 +472,8 @@
 
 Revision 1.49  2002/11/17 21:48:48  kloczek
 - updated to 2.1.39,
-- move libraries directly to %%{_libdir} (now isn't neccessary RPATH on octave
-  to %%{_libdir}/octave-%%{version} and linker can correctly handle linking
+- move libraries directly to %{_libdir} (now isn't neccessary RPATH on octave
+  to %{_libdir}/octave-%{version} and linker can correctly handle linking
   with liboctave (neccessary external programs which uses octave libraries),
 - remove outdated gcc31 patch,
 - added Epoch: 2 for allow upgrade from RH.
@@ -482,7 +485,7 @@
 Revision 1.47  2002/10/13 00:46:54  qboosh
 - merged gcc31 patch from RH
 - BR: blas-devel,lapack-devel,fftw-devel,hdf5-devel - used when detected
-- use plain %%configure - configure was generated by ac 2.53
+- use plain %configure - configure was generated by ac 2.53
 
 Revision 1.46  2002/09/19 11:44:02  undefine
 - add link /usr/include/octave-%{version} to /usr/include/octave (changing
@@ -493,7 +496,7 @@
 - release 8.
 
 Revision 1.44  2002/07/26 23:40:34  qboosh
-- new %%doc
+- new %doc
 
 Revision 1.43  2002/05/06 15:51:45  kloczek
 - cosmetics.
@@ -512,7 +515,7 @@
 - adding es/fr/pt_BR/ru/uk (and potentially de) Group translations
 
 Revision 1.38  2002/01/18 02:14:06  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.37  2002/01/17 04:29:24  kloczek
 - fixed Source url.
@@ -536,7 +539,7 @@
 - updated to 2.1.33
 
 Revision 1.30  2001/05/02 16:29:09  qboosh
-- adapterized and made spec %%debug ready or added using %%rpm*flags macros
+- adapterized and made spec %debug ready or added using %rpm*flags macros
 
 Revision 1.29  2000/12/05 22:59:34  klakier
 - fixed emacs files location
@@ -556,7 +559,7 @@
 - added DESTDIR patch
 
 Revision 1.24  2000/06/09 07:23:27  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.23  2000/05/24 16:50:46  zagrodzki
 - changed [ -x ... ] && to [ ! -x ... ] ||
@@ -580,7 +583,7 @@
 - build against ncurses 5.0.
 
 Revision 1.18  1999/09/24 10:45:02  pius
-- moved running of /usr/sbin/fix-info-dir to %%postun
+- moved running of /usr/sbin/fix-info-dir to %postun
 - release up
 
 Revision 1.17  1999/09/19 10:20:38  pius
@@ -592,39 +595,3 @@
 
 Revision 1.15  1999/07/12 23:06:11  kloczek
 - added using CVS keywords in %changelog (for automating them).
-
-* Wed May 12 1999 Rafał Kleger-Rudomin <klakier at pg.gda.pl>
-- added rebuilding additional info files from patched .texi
-- removed READLINE_DIR="" LIBREADLINE="-lreadline" from make.
-
-* Tue May 11 1999 Rafał Kleger-Rudomin <klakier at pg.gda.pl>
-- added more html doc (I like it... :) )
-- added a4 refcard to devel doc
-- Octave-FAQ.info entry
-- liboctave.info entry
-- divided into octave, octave-devel
-
-* Sun May  9 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
-- now package is FHS 2.0 compliant,
-- added passing $RPM_OPT_FLAGS to fortran compile options (FFLAGS),
-- link with system readline instead static included with octave,
-- added gzipping %doc and man pages,
-- added using %%{_target_platform} macro in ./configure parameters,
-- added LDFLAGS="-s" to ./configure enviroment,
-- install libraries in proper path (/usr/lib),
-- changed permission to 755 on shared libraries,
-- added stripping shared libs,
-- added BuildPrereq: readline-devel, ncurses-devel, egcs-g77.
-
-* Fri Apr 30 1999 Rafał Kleger-Rudomin <klakier at pg.gda.pl>
-  [2.0.14-1]
-- Adapt for PLD.
-
-* Thu Jun 11 1998 Andrew Veliath <andrewtv at usa.net>
-- Add %attr, build as user.
-
-* Mon Jun 1 1998 Andrew Veliath <andrewtv at usa.net>
-- Add BuildRoot, installinfo, require gnuplot, description from
-  Octave's web page, update to Octave 2.0.13.
-
-- Adapt from existing spec file.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/octave.spec?r1=1.82&r2=1.83&f=u



More information about the pld-cvs-commit mailing list