|
@@ -23,7 +23,7 @@ Summary: A collection of useful macro packages for texlive package
|
|
Summary(ja): texlive パッケージで使うマクロパッケージ集
|
|
Summary(ja): texlive パッケージで使うマクロパッケージ集
|
|
Name: texlive-macros
|
|
Name: texlive-macros
|
|
Version: 2009
|
|
Version: 2009
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
|
|
|
|
@@ -100,15 +100,12 @@ find . -type f -name .cvsignore | xargs -r %__rm -fv
|
|
%build
|
|
%build
|
|
|
|
|
|
(cd jsclasses
|
|
(cd jsclasses
|
|
- platex jsclasses.dtx
|
|
+ for i in jsclasses okumacro okuverb morisawa; do
|
|
- platex jsclasses.dtx
|
|
+ platex ${i}.dtx && platex ${i}.dtx || exit 1
|
|
- platex okumacro.dtx
|
|
+ done
|
|
- platex okumacro.dtx
|
|
+ for i in jsclasses okumacro okuverb; do
|
|
- platex okuverb.dtx
|
|
+ dvipdfmx $i || exit 1
|
|
- platex okuverb.dtx
|
|
+ done
|
|
- platex morisawa.dtx
|
|
|
|
- platex morisawa.dtx
|
|
|
|
- for i in jsclasses okumacro okuverb; do dvipdfmx $i; done
|
|
|
|
%__cp *.dvi *.pdf jsclasses
|
|
%__cp *.dvi *.pdf jsclasses
|
|
)
|
|
)
|
|
|
|
|
|
@@ -175,14 +172,16 @@ bunzip2 %{build_texmf}/ptex/platex/jlisting/jlisting.sty.bz2
|
|
|
|
|
|
%post
|
|
%post
|
|
%{exec_texhash}
|
|
%{exec_texhash}
|
|
-%{exec_updmap}
|
|
+# %{exec_updmap}
|
|
|
|
+exit 0
|
|
|
|
|
|
|
|
|
|
%postun
|
|
%postun
|
|
if [ "$1" = 0 ]; then
|
|
if [ "$1" = 0 ]; then
|
|
%{exec_texhash}
|
|
%{exec_texhash}
|
|
- %{exec_updmap}
|
|
+ # %{exec_updmap}
|
|
fi
|
|
fi
|
|
|
|
+exit 0
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -201,8 +200,12 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Aug 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
|
|
|
|
+- removed %%{exec_updmap} in %%post and %%postun
|
|
|
|
+
|
|
* Tue May 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
|
|
* Tue May 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
|
|
-- setup for texlive 2009
|
|
+- ported from tetex-macros-3.0-7
|
|
|
|
+- TeX Live 2009
|
|
|
|
|
|
* Mon Oct 12 2009 Munehiro Yamamoto <munepi@vinelinux.org> 3.0-7
|
|
* Mon Oct 12 2009 Munehiro Yamamoto <munepi@vinelinux.org> 3.0-7
|
|
- added BuildRequires: unzip
|
|
- added BuildRequires: unzip
|