Author: uzsolt                       Date: Sun May 30 09:44:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fmt files
- jadetex subpackage

---- Files affected:
packages/texlive-texmf:
   texlive-texmf.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/texlive-texmf/texlive-texmf.spec
diff -u packages/texlive-texmf/texlive-texmf.spec:1.23 
packages/texlive-texmf/texlive-texmf.spec:1.24
--- packages/texlive-texmf/texlive-texmf.spec:1.23      Wed Apr 21 21:10:17 2010
+++ packages/texlive-texmf/texlive-texmf.spec   Sun May 30 11:43:57 2010
@@ -3,8 +3,6 @@
 # - unpackaged-files in CVS tree, please use this!
 # - latex subpackage (maybe rename latex-base and texlive-latex requires 
latex-base)
 # - maybe tex4ht-data splitting
-# - consider format-files where to create (texlive or texlive-texmf)
-# - alterqcm
 
 %include       /usr/lib/rpm/macros.perl
 # Conditional build:
@@ -354,6 +352,24 @@
 %description -n texlive-doc-latex -l pl.UTF-8
 Podstawowa dokumentacja do pakietów LaTeXa.
 
+%package -n texlive-jadetex
+Summary:       LaTeX macros for converting Jade TeX output into DVI/PS/PDF
+Summary(pl.UTF-8):     Makra LaTeXa do konwersji Jade TeXa do DVI/PS/PDF
+Group:         Applications/Publishing/TeX
+Requires:      %{shortname} = %{epoch}:%{version}-%{release}
+Requires:      %{shortname}-latex = %{epoch}:%{version}-%{release}
+Requires:      %{shortname}-pdftex = %{epoch}:%{version}-%{release}
+Provides:      jadetex = %{epoch}:%{version}-%{release}
+Obsoletes:     jadetex
+
+%description -n texlive-jadetex
+JadeTeX contains the additional LaTeX macros necessary for taking Jade
+TeX output files and processing them as LaTeX files.
+
+%description -l pl.UTF-8 -n texlive-jadetex
+JadeTeX zawiera dodatkowe makra LaTeXa potrzebne do konwersji plików
+otrzymanych z Jade TeXa i przetworzenia ich jako plików LaTeXa.
+
 %package -n texlive-tex4ht-data
 Summary:       Fonts and other datas to tex4ht
 Group:         Applications/Publishing/TeX
@@ -438,6 +454,20 @@
 %description -n texlive-tex-physe -l hu.UTF-8
 PHYSE formátum.
 
+%package -n texlive-phyzzx
+Summary:        A TeX format for physicists
+Summary(hu.UTF-8):      TeX formátum fizikusoknak
+Group:          Applications/Publishing/TeX
+Requires(post,postun):  %{_bindir}/texhash
+Requires:       %{name} = %{epoch}:%{version}-%{release}
+
+%description -n texlive-phyzzx
+A TeX format for physicists.
+
+%description -n texlive-phyzzx -l hu.UTF-8
+TeX formátum fizikusoknak.
+
+
 %package -n texlive-tex-velthuis
 Summary:       This package provides support for typesetting texts in 
Devanagari script (Sanskrit and Hindi)
 Summary(hu.UTF-8):     Ezzel a csomaggal lehetőséged nyílik Devanagari 
szövegek szedésére (Sanskrit és Hindi)
@@ -4983,33 +5013,34 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
 # Create format files
-#  for format in \
-#      aleph \
-#      csplain \
-#      etex \
-#      lambda \
-#      lamed \
-#      latex \
-#      mex \
-#      mllatex \
-#      mptopdf \
-#      omega \
-#      pdfcsplain \
-#      pdfetex \
-#      pdflatex \
-#      pdftex \
-#      pdfxmltex \
-#      physe \
-#      phyzzx \
-#      tex \
-#      texsis \
-#      xetex \
-#      xelatex \
-#      xmltex; do
-#      fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format}
-#  done
-#  # We don't need the log files
-#  rm -f $(find $RPM_BUILD_ROOT%{fmtdir} -name "*.log")
+for format in \
+       aleph \
+       csplain \
+       etex \
+       jadetex \
+       lambda \
+       lamed \
+       latex \
+       mex \
+       mllatex \
+       mptopdf \
+       omega \
+       pdfcsplain \
+       pdfetex \
+       pdflatex \
+       pdftex \
+       pdfxmltex \
+       physe \
+       phyzzx \
+       tex \
+       texsis \
+       xetex \
+       xelatex \
+       xmltex; do
+       fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format}
+done
+# We don't need the log files
+rm -f $(find $RPM_BUILD_ROOT%{fmtdir} -name "*.log")
 
 cd $RPM_BUILD_ROOT%{_bindir}
 ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
@@ -6488,8 +6519,8 @@
 #%%{texmf}/fonts/map/dvips/updmap/*
 %{texmf}/web2c/*.tcx
 
-#fmt %{fmtdir}/pdftex/pdfetex.fmt
-#fmt %{fmtdir}/tex/tex.fmt
+%{fmtdir}/pdftex/pdfetex.fmt
+%{fmtdir}/tex/tex.fmt
 
 %files -n texlive-dirs-fonts
 %defattr(644,root,root,755)
@@ -6776,6 +6807,15 @@
 %{texmfdist}/tex/generic/omegahyph
 %{texmfdist}/tex/lambda
 %{texmfdist}/tex/plain/omega
+%{fmtdir}/aleph
+%{fmtdir}/omega
+
+%files -n texlive-jadetex
+%defattr(644,root,root,755)
+# %doc %{texmf-dist}/doc/otherformats/jadetex
+%{texmfdist}/tex/jadetex
+%{texmfdist}/source/jadetex
+%{fmtdir}/pdftex/jadetex.fmt
 
 %files -n texlive-scripts
 %defattr(644,root,root,755)
@@ -6862,7 +6902,13 @@
 %defattr(644,root,root,755)
 %{texmfdist}/tex/physe
 # %{texmf}/fmtutil/format.physe.cnf
-#fmt %{fmtdir}/pdftex/physe.fmt
+%{fmtdir}/pdftex/physe.fmt
+
+%files -n texlive-phyzzx
+%defattr(644,root,root,755)
+%doc %{texmfdist}/doc/otherformats/phyzzx
+%{texmfdist}/tex/phyzzx
+%{fmtdir}/pdftex/phyzzx.fmt
 
 %files -n texlive-tex-velthuis
 %defattr(644,root,root,755)
@@ -7119,7 +7165,7 @@
 
 %files -n texlive-format-csplain
 %defattr(644,root,root,755)
-#fmt %{fmtdir}/pdftex/csplain.fmt
+%{fmtdir}/pdftex/csplain.fmt
 
 %files -n texlive-cslatex
 %defattr(644,root,root,755)
@@ -7704,8 +7750,8 @@
 %{texmfdist}/tex/plain/etex
 # %{texmf}/tex/latex/config
 %{texmf}/tex/latex/dvipdfm
-#fmt %{fmtdir}/pdftex/latex.fmt
-#fmt %{fmtdir}/pdftex/mllatex.fmt
+%{fmtdir}/pdftex/latex.fmt
+%{fmtdir}/pdftex/mllatex.fmt
 
 %files -n texlive-latex-12many
 %defattr(644,root,root,755)
@@ -12266,6 +12312,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2010/05/30 09:43:57  uzsolt
+- fmt files
+- jadetex subpackage
+
 Revision 1.23  2010/04/21 19:10:17  uzsolt
 - package amsdoc
 - rel 1.1
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texlive-texmf/texlive-texmf.spec?r1=1.23&r2=1.24&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to