|
@@ -34,7 +34,7 @@ Summary: The TeX text formatting system
|
|
|
Summary(ja): TeX 文書整形システム
|
|
|
Name: texlive
|
|
|
Version: 2011
|
|
|
-Release: 5%{?_dist_release}
|
|
|
+Release: 6%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: Applications/Publishing
|
|
|
URL: http://www.tug.org/texlive/
|
|
@@ -353,6 +353,9 @@ for i in ${texmf_local_dirs[@]}; do
|
|
|
%__mkdir_p %{build_texmf}-local/${i}
|
|
|
done
|
|
|
|
|
|
+## remove tlmgr
|
|
|
+%__rm -f %{buildroot}%{_bindir}/tlmgr || exit 1
|
|
|
+
|
|
|
## copy texmf-dist/README
|
|
|
%__cp -a %{texlive_src}/texmf-dist/README %{build_texmf}-dist/ || exit 1
|
|
|
|
|
@@ -710,6 +713,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon May 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-6
|
|
|
+- build with poppler-0.18.4
|
|
|
+- remove tlmgr
|
|
|
+
|
|
|
* Thu Jan 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-5
|
|
|
- updated to tl11supp-120120
|
|
|
- run %%{exec_fmtutil} at %%post when upgrading
|