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