Accepting request 624782 from home:keichwa:branches:openSUSE:Factory

- In comments, escape macros.
- Stop compiling tdtd-font-maker.el (do not needed at run-time).
- Run emacs with -Q (instead of --no-site).

OBS-URL: https://build.opensuse.org/request/show/624782
OBS-URL: https://build.opensuse.org/package/show/Publishing/psgml?expand=0&rev=18
This commit is contained in:
Martin Pluskal 2018-07-23 13:44:00 +00:00 committed by Git OBS Bridge
parent 3e93c83a87
commit 193b9d87eb
2 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 23 13:20:56 UTC 2018 - ke@suse.com
- In comments, escape macros.
- Stop compiling tdtd-font-maker.el (do not needed at run-time).
-------------------------------------------------------------------
Tue Jul 17 10:54:23 UTC 2018 - ke@suse.com
- Run emacs with -Q (instead of --no-site).
-------------------------------------------------------------------
Mon Feb 19 12:53:44 UTC 2018 - ke@suse.com

View File

@ -105,14 +105,14 @@ cp -p %{S:9} .
./configure --prefix=%{_prefix} --infodir=%{_infodir}
make # emacs
echo "(add-to-list (quote load-path) (getenv \"PWD\"))" > load-psgml.el
emacs --batch --no-site -l load-psgml.el \
emacs --batch -Q -l load-psgml.el \
-l ./tdtd-font.el \
-f batch-byte-compile tdtd-font.el tdtd-font-maker.el tdtd.el
emacs --batch --no-site -l load-psgml.el -f batch-byte-compile xxml.el
emacs --batch --no-site -l load-psgml.el -l ./xxml.el \
-f batch-byte-compile tdtd-font.el tdtd.el
emacs --batch -Q -l load-psgml.el -f batch-byte-compile xxml.el
emacs --batch -Q -l load-psgml.el -l ./xxml.el \
-f batch-byte-compile ke-docbook.el
emacs --batch --no-site -l load-psgml.el -f batch-byte-compile psgml-xpointer.el
emacs --batch --no-site -l load-psgml.el -l tempo -f batch-byte-compile psgml-html.el
emacs --batch -Q -l load-psgml.el -f batch-byte-compile psgml-xpointer.el
emacs --batch -Q -l load-psgml.el -l tempo -f batch-byte-compile psgml-html.el
makeinfo psgml.texi
makeinfo psgml-api.texi
@ -130,11 +130,11 @@ make install-info prefix="$RPM_BUILD_ROOT%{_prefix}" \
lispdir="$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml" \
infodir="$RPM_BUILD_ROOT%{_infodir}"
#install -p -m644 suse-start-psgml.el \
# $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
# $RPM_BUILD_ROOT%%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
install -p -m644 iso88591.map \
$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml/iso88591.map
install -p -m644 tdtd-font.el tdtd-font.elc \
tdtd-font-maker.el tdtd-font-maker.elc \
tdtd-font-maker.el \
tdtd.el tdtd.elc \
$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml/
install -p -m644 xxml.el xxml.elc \
@ -168,7 +168,7 @@ rm -rf $RPM_BUILD_ROOT
%doc suse-start-psgml.el
%doc psgml-jade
%doc tdtd-readme.txt tdtd-tutorial.txt tdtd.dot.emacs
# %config %{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
# %config %%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
%{_prefix}/share/emacs/site-lisp/psgml
%doc %{_infodir}/psgml-api.info*
%doc %{_infodir}/psgml.info*