|
@@ -23,7 +23,7 @@ Summary: A collection of useful macro packages for texlive package
|
|
Summary(ja): texlive パッケージで使うマクロパッケージ集
|
|
Summary(ja): texlive パッケージで使うマクロパッケージ集
|
|
Name: texlive-macros
|
|
Name: texlive-macros
|
|
Version: 2011
|
|
Version: 2011
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
|
|
|
|
@@ -131,9 +131,9 @@ find . -type f -name .cvsignore | xargs -r %__rm -fv
|
|
)
|
|
)
|
|
|
|
|
|
## install jlisting
|
|
## install jlisting
|
|
-%__mkdir_p %{build_texmf}/tex/platex/jlisting
|
|
+%__mkdir_p %{build_texmf}/tex/latex/jlisting
|
|
-%__install -m 644 %{SOURCE20} %{build_texmf}/tex/platex/jlisting/
|
|
+%__install -m 644 %{SOURCE20} %{build_texmf}/tex/latex/jlisting/
|
|
-bunzip2 %{build_texmf}/tex/platex/jlisting/jlisting.sty.bz2
|
|
+bunzip2 %{build_texmf}/tex/latex/jlisting/jlisting.sty.bz2
|
|
|
|
|
|
|
|
|
|
%post
|
|
%post
|
|
@@ -162,10 +162,13 @@ exit 0
|
|
%{texmf}/tex/platex/kanjifonts/kanjifonts.sty
|
|
%{texmf}/tex/platex/kanjifonts/kanjifonts.sty
|
|
%{texmf}/tex/platex/kanjifonts/*.def
|
|
%{texmf}/tex/platex/kanjifonts/*.def
|
|
%{texmf}/tex/platex/jsclasses
|
|
%{texmf}/tex/platex/jsclasses
|
|
-%{texmf}/tex/platex/jlisting
|
|
+%{texmf}/tex/latex/jlisting
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 9 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-3
|
|
|
|
+- move jlisting package to %%{texmf}/tex/latex/jlisting
|
|
|
|
+
|
|
* Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
|
|
* Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
|
|
- updated jsclasses to 110510
|
|
- updated jsclasses to 110510
|
|
- mistook to change %%jsclasses_ver at 2011-1
|
|
- mistook to change %%jsclasses_ver at 2011-1
|