rpms/texlive/devel texlive.spec,1.30,1.31

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Mar 4 15:22:55 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/texlive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20390

Modified Files:
	texlive.spec 
Log Message:
* Tue Mar 04 2008 Jindrich Novy <jnovy at redhat.com> - 2007-23
- move MetaPost back to the main package from texlive-context
- don't package dvipdfmx, it is now packaged separately (#433225)



Index: texlive.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- texlive.spec	3 Mar 2008 16:46:59 -0000	1.30
+++ texlive.spec	4 Mar 2008 15:22:16 -0000	1.31
@@ -7,8 +7,8 @@
 %define pdvipsk_ver	p1.7a
 %define mendexk_ver	2.6e
 %define dvipdfm_ver	0.13.2d
-%define dvipdfmx_ver	0
 %if %{f8_packaging}
+%define dvipdfmx_ver	0
 %define dvipng_ver	1.9
 %endif
 
@@ -27,7 +27,7 @@
 
 Name:		texlive
 Version:	%{texlive_ver}
-Release:	22%{?dist}
+Release:	23%{?dist}
 Summary:	Binaries for the TeX formatting system
 
 Group:		Applications/Publishing
@@ -229,7 +229,7 @@
 Group: Applications/Publishing
 Requires: texlive = %{version}-%{release}
 Requires: texlive-texmf-xetex = %{version}
-Requires: dvipdfmx
+#Requires: dvipdfmx
 
 %description xetex
 XeTeX is a TeX typesetting engine using Unicode and supporting modern
@@ -384,6 +384,7 @@
 %description -n dvipdfm
 DVI to PDF translator.
 
+%if %{f8_packaging}
 %package -n dvipdfmx
 Summary: Extended version of the dvipdfm DVI to PDF translator
 Version: %{dvipdfmx_ver}
@@ -405,6 +406,7 @@
 
 This project is a combined work of the dvipdfm-jpn project by Shunsaku
 Hirata and its modified one, dvipdfm-kor, by Jin-Hwan Cho.
+%endif
 
 # without this define, the version is overriden by separated subpackages
 # versions
@@ -487,6 +489,7 @@
 %endif
 
 ## Japanese pTeX
+%if %{f8_packaging}
 # create customized cid-x.map for dvipdfmx (#418091)
 cat <<EOF >> texk/dvipdfmx/data/config/cid-x.map
 %%
@@ -499,6 +502,7 @@
 rmlv V !Ryumin-Light
 gbmv V !GothicBBB-Medium
 EOF
+%endif
 
 # set platex to Japanese pLaTeX. original one is moved to platex-pl
 sed -e s/^platex/platex-pl/g \
@@ -720,6 +724,13 @@
 %if !%{f8_packaging}
 # remove dvipng, it's now packaged separately (#431356)
 rm %{buildroot}%{_bindir}/dvipng %{buildroot}%{_mandir}/man1/dvipng.1* %{buildroot}%{_infodir}/dvipng.info*
+
+# remove dvipdfmx, it's now packaged separately (#433225)
+rm -rf %{buildroot}%{_texmf_main}/texk/dvipdfmx/ \
+       %{buildroot}%{_texmf_main}/dvipdfm/ \
+       %{buildroot}%{_texmf_conf}/dvipdfm/
+rm %{buildroot}%{_bindir}/dvipdfmx
+rm %{buildroot}%{_bindir}/xdvipdfmx
 %endif
 
 
@@ -823,6 +834,8 @@
 %{_bindir}/ctangle
 %{_bindir}/ctie
 %{_bindir}/cweave
+%{_bindir}/dmp
+%{_bindir}/dvitomp
 %{_bindir}/etex
 %{_bindir}/fmtutil
 %{_bindir}/fmtutil-sys
@@ -842,6 +855,7 @@
 %{_bindir}/lamed
 %{_bindir}/mag
 %{_bindir}/makeindex
+%{_bindir}/makempx
 %{_bindir}/mf-nowin
 %{_bindir}/mft
 %{_bindir}/mkindex
@@ -851,6 +865,8 @@
 %{_bindir}/mktexlsr
 %{_bindir}/mktexmf
 %{_bindir}/mktextfm
+%{_bindir}/mpost
+%{_bindir}/mpto
 %{_bindir}/newer
 %{_bindir}/ofm2opl
 %{_bindir}/omega
@@ -910,6 +926,8 @@
 %{_mandir}/man1/ctie.1*
 %{_mandir}/man1/cweave.1*
 %{_mandir}/man1/cweb.1*
+%{_mandir}/man1/dmp.1*
+%{_mandir}/man1/dvitomp.1*
 %{_mandir}/man1/eplain.1*
 %{_mandir}/man1/etex.1*
 %{_mandir}/man1/fmtutil.1*
@@ -929,6 +947,7 @@
 %{_mandir}/man1/lambda.1*
 %{_mandir}/man1/mag.1*
 %{_mandir}/man1/makeindex.1*
+%{_mandir}/man1/makempx.1*
 %{_mandir}/man1/mf-nowin.1*
 %{_mandir}/man1/mft.1*
 %{_mandir}/man1/mkindex.1*
@@ -938,6 +957,8 @@
 %{_mandir}/man1/mktexlsr.1*
 %{_mandir}/man1/mktexmf.1*
 %{_mandir}/man1/mktextfm.1*
+%{_mandir}/man1/mpost.1*
+%{_mandir}/man1/mpto.1*
 %{_mandir}/man1/newer.1*
 %{_mandir}/man1/ofm2opl.1*
 %{_mandir}/man1/omega.1*
@@ -1137,6 +1158,7 @@
 %{_mandir}/man1/dvipdfm.1*
 %{_mandir}/man1/dvipdft.1*
 
+%if %{f8_packaging}
 %files -n dvipdfmx
 %defattr(-,root,root,-)
 %doc texk/dvipdfmx/AUTHORS texk/dvipdfmx/ChangeLog
@@ -1146,6 +1168,7 @@
 %{_bindir}/dvipdfmx
 %{_bindir}/xdvipdfmx
 %{_texmf_main}/dvipdfm/
+%endif
 
 %files east-asian
 %doc %{_texmf_main}/doc/pdvipsk/
@@ -1187,15 +1210,10 @@
 
 %files context
 %{_bindir}/ctxtools
-%{_bindir}/dvitomp
-%{_bindir}/dmp
 %{_bindir}/exatools
 %{_bindir}/luatools
-%{_bindir}/makempx
 %{_bindir}/makempy
-%{_bindir}/mpost
 %{_bindir}/mpstools
-%{_bindir}/mpto
 %{_bindir}/mptopdf
 %{_bindir}/mtxtools
 %{_bindir}/pdftools
@@ -1210,12 +1228,7 @@
 %{_bindir}/tmftools
 %{_bindir}/xmltools
 %{_mandir}/man1/ctxtools.1*
-%{_mandir}/man1/dvitomp.1*
-%{_mandir}/man1/dmp.1*
-%{_mandir}/man1/makempx.1*
 %{_mandir}/man1/makempy.1*
-%{_mandir}/man1/mpost.1*
-%{_mandir}/man1/mpto.1*
 %{_mandir}/man1/mptopdf.1*
 %{_mandir}/man1/pdftools.1*
 %{_mandir}/man1/pstopdf.1*
@@ -1226,6 +1239,10 @@
 %{_mandir}/man1/texutil.1*
 
 %changelog
+* Tue Mar 04 2008 Jindrich Novy <jnovy at redhat.com> - 2007-23
+- move MetaPost back to the main package from texlive-context
+- don't package dvipdfmx, it is now packaged separately (#433225)
+
 * Mon Mar 03 2008 Jindrich Novy <jnovy at redhat.com> - 2007-22
 - specify required version more properly for subpackages
 - move xelatex to texlive-xetex




More information about the fedora-extras-commits mailing list