Author: qboosh Date: Sun Nov 6 20:25:28 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/thailatex: thailatex.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/thailatex/thailatex.spec diff -u /dev/null packages/thailatex/thailatex.spec:1.1 --- /dev/null Sun Nov 6 21:25:28 2011 +++ packages/thailatex/thailatex.spec Sun Nov 6 21:25:23 2011 @@ -0,0 +1,80 @@ +# $Revision$, $Date$ +# TODO: unpackaged file: /usr/share/emacs/site-lisp/thai-latex-setup.el +Summary: Enable typesetting Thai with LaTeX standard document classes +Summary(pl.UTF-8): Umożliwienie składu tajskiego przy użyciu standardowych klas dokumentów LaTeXa +Name: thailatex +Version: 0.4.6 +Release: 1 +License: LPPL v1.3+ +Group: Applications/Publishing +Source0: http://linux.thai.net/pub/thailinux/software/thailatex/%{name}-%{version}.tar.gz +# Source0-md5: ec825bc15527ee90d52a0f02868e8e80 +URL: http://linux.thai.net/projects/thailatex +BuildRequires: texlive-format-pdflatex +BuildRequires: texlive-latex +Requires: texlive-latex +Requires: texlive-tex-babel +Suggests: swath +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +thailatex is a Thai package which enables typesetting Thai with LaTeX +standard document classes. It is meant to become a part of "babel", a +multilingual package for LaTeX which supports a lot of non-American +languages. + +%description -l pl.UTF-8 +thailatex to pakiet umożliwiający skład tajski przy użyciu +standardowych klas dokumentów LaTeXa. Ma się stać częścią pakietu +"bebel" - pakietu wielojęzycznego dla LaTeXa, obsługującego wiele +języków nieamerykańskich. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +umask 022 +%{_bindir}/texhash + +%postun +umask 022 +%{_bindir}/texhash + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog HISTORY NEWS README TODO +%attr(755,root,root) %{_bindir}/tlatex +%attr(755,root,root) %{_sbindir}/sync-babel +%attr(755,root,root) %{_sbindir}/sync-thailatex +%dir %{_datadir}/texmf/fonts/afm +%dir %{_datadir}/texmf/fonts/afm/public +%{_datadir}/texmf/fonts/afm/public/thai +%{_datadir}/texmf/fonts/enc/dvips/thai +%dir %{_datadir}/texmf/tex/generic/babel +%{_datadir}/texmf/tex/generic/babel/lthenc.def +%{_datadir}/texmf/tex/generic/babel/thai.ldf +%{_datadir}/texmf/tex/generic/babel/thswitch.sty +%{_datadir}/texmf/tex/generic/babel/tis620.def + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/11/06 20:25:23 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
