Browse Source

updated texlive-macros

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1543 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
79c910e87d
1 changed files with 16 additions and 13 deletions
  1. 16 13
      t/texlive-macros/texlive-macros-vl.spec

+ 16 - 13
t/texlive-macros/texlive-macros-vl.spec

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