Browse Source

updated texlive-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5502 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
7e46071385

+ 9 - 2
t/texlive/texlive-vl.spec

@@ -10,7 +10,7 @@
 %global __find_provides %{SOURCE99}
 %global __find_requires %{nil}
 
-%define tl11suppver	111214
+%define tl11suppver	120120
 %define texlivesrcver   20110705
 %define texlivever      20110705
 
@@ -34,7 +34,7 @@ Summary: The TeX text formatting system
 Summary(ja): TeX 文書整形システム
 Name: texlive
 Version: 2011
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: distributable
 Group: Applications/Publishing
 URL: http://www.tug.org/texlive/
@@ -624,6 +624,9 @@ echo "done."
 %{exec_texhash}
 %{exec_updmap} --syncwithtrees --nomkmap &>/dev/null
 %{exec_updmap} --enable KanjiMap vine.map >/dev/null 2>&1
+if [ "$1" = 2 ]; then
+   %{exec_fmtutil} 2>&1
+fi
 exit 0
 
 %preun
@@ -707,6 +710,10 @@ fi
 
 
 %changelog
+* Thu Jan 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-5
+- updated to tl11supp-120120
+- run %%{exec_fmtutil} at %%post when upgrading
+
 * Sat Dec 17 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-4
 - updated to tl11supp-111214
 

+ 0 - 0
t/texlive/tl11supp-111214-pxdvik-vine.patch → t/texlive/tl11supp-120120-pxdvik-vine.patch


+ 0 - 0
t/texlive/tl11supp-111214-vine.patch → t/texlive/tl11supp-120120-vine.patch