|
@@ -10,7 +10,7 @@
|
|
%global __find_provides %{SOURCE99}
|
|
%global __find_provides %{SOURCE99}
|
|
%global __find_requires %{nil}
|
|
%global __find_requires %{nil}
|
|
|
|
|
|
-%define tl11suppver 111120
|
|
+%define tl11suppver 111214
|
|
%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: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
URL: http://www.tug.org/texlive/
|
|
URL: http://www.tug.org/texlive/
|
|
@@ -300,9 +300,11 @@ yes N | scripts/font.sh %{tl11supp_all_opts} || exit 1
|
|
| (cd %{build_tex_destdir} && tar xf -) || exit 1
|
|
| (cd %{build_tex_destdir} && tar xf -) || exit 1
|
|
|
|
|
|
## check japanese.ldf (Babel for Japanese)
|
|
## check japanese.ldf (Babel for Japanese)
|
|
|
|
+%if %{without firstbuild}
|
|
[ -f %{build_texmf}/tex/platex/japanese/japanese.ldf ] || exit 1
|
|
[ -f %{build_texmf}/tex/platex/japanese/japanese.ldf ] || exit 1
|
|
[ -f %{build_texmf}/tex/platex/japanese/ptex.log ] || exit 1
|
|
[ -f %{build_texmf}/tex/platex/japanese/ptex.log ] || exit 1
|
|
[ -f %{build_texmf}/tex/platex/japanese/texput.log ] && exit 1
|
|
[ -f %{build_texmf}/tex/platex/japanese/texput.log ] && exit 1
|
|
|
|
+%endif
|
|
|
|
|
|
## remove the symbolic link texmf-dist@
|
|
## remove the symbolic link texmf-dist@
|
|
[ -L %{build_tex_destdir}/texmf-dist ] && \
|
|
[ -L %{build_tex_destdir}/texmf-dist ] && \
|
|
@@ -705,6 +707,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 17 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-4
|
|
|
|
+- updated to tl11supp-111214
|
|
|
|
+
|
|
* Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-3
|
|
* Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-3
|
|
- added BuildRequires: texlive-common
|
|
- added BuildRequires: texlive-common
|
|
- Babel needs docstrip.tex, which is contained in texlive-collection-latex
|
|
- Babel needs docstrip.tex, which is contained in texlive-collection-latex
|