Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296187 Details for
Bug 418091
dvipdfmx requires CMap files
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix code that put ghostscript cmap in conf
texlive-texmf-cmap_in_conf.diff (text/plain), 2.55 KB, created by
Patrice Dumas
on 2008-02-28 12:20:50 UTC
(
hide
)
Description:
fix code that put ghostscript cmap in conf
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-02-28 12:20:50 UTC
Size:
2.55 KB
patch
obsolete
>Index: texlive-texmf.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/texlive-texmf/devel/texlive-texmf.spec,v >retrieving revision 1.14 >diff -u -3 -p -r1.14 texlive-texmf.spec >--- texlive-texmf.spec 25 Feb 2008 06:47:14 -0000 1.14 >+++ texlive-texmf.spec 28 Feb 2008 12:14:03 -0000 >@@ -113,8 +113,6 @@ Group: Applications/Publishing > Summary: Font files needed for TeXLive > Requires: texlive-texmf-dvips = %{version}-%{release} > Requires: texlive-texmf-errata-fonts = %{version} >-# required for dvipdfmx >-Requires: ghostscript > > %description fonts > This package contains the components of the TEXMF tree needed for the >@@ -338,33 +336,22 @@ mkdir -p %{buildroot}%{_texmf_vendor} > cp -a %{SOURCE10} %{buildroot}%{_texmf_main}/default.ls-R > cp -a %{SOURCE11} %{buildroot}%{_texmf_var}/default.ls-R > >-cp -a texmf/* %{buildroot}%{_texmf_main} >-cp -a texmf-var/* %{buildroot}%{_texmf_var} >-cp -a texmf-dist/* %{buildroot}%{_texmf_vendor} >- >-install -d -m755 %{buildroot}%{_texmf_main}/fonts/{cmap,sfd,type3,type42} >- >-# add symbolic links for cmap. required for dvipdfmx >-if [ -d "/usr/share/ghostscript/`gs --version| cut -d . -f 1-2`/Resource/CMap" ] ; then >- ln -s /usr/share/ghostscript/`gs --version| cut -d . -f 1-2`/Resource/CMap/* \ >- %{buildroot}%{_texmf_main}/fonts/cmap >-elif [ -d "/usr/share/ghostscript/Resource/CMap" ] ; then >- ln -s /usr/share/ghostscript/Resource/CMap/* \ >- %{buildroot}%{_texmf_main}/fonts/cmap >-fi >- >-#required for dvipdfmx >-if [ -d "%{_datadir}/ghostscript/`gs --version| cut -d . -f 1-2`/Resource/CMap"] ; then >+# ghostscript cmap required for dvipdfmx >+if [ -d "%{_datadir}/ghostscript/`gs --version| cut -d . -f 1-2`/Resource/CMap" ] ; then > cmap_dir="%{_datadir}/ghostscript/"`gs --version| cut -d . -f 1-2`"/Resource/CMap/" > elif [ -d "%{_datadir}/ghostscript/Resource/CMap" ] ; then > cmap_dir="%{_datadir}/ghostscript/Resource/CMap/" > fi > if [ z"$cmap_dir" != 'z' ]; then >- pushd texmf/web2c >- %{__sed} -i 's?^CMAPFONTS = .*?CMAPFONTS = .;$TEXMF/fonts/cmap//;'"$cmap_dir"'?' texmf.cnf >- popd >+ %{__sed} -i 's?^CMAPFONTS = .*?CMAPFONTS = .;$TEXMF/fonts/cmap//;'"$cmap_dir"'?' texmf/web2c/texmf.cnf > fi > >+cp -a texmf/* %{buildroot}%{_texmf_main} >+cp -a texmf-var/* %{buildroot}%{_texmf_var} >+cp -a texmf-dist/* %{buildroot}%{_texmf_vendor} >+ >+install -d -m755 %{buildroot}%{_texmf_main}/fonts/{cmap,sfd,type3,type42} >+ > # move the configuration files and symlink them > install -d -m755 %{buildroot}%{_texmf_conf}/web2c > mv %{buildroot}%{_texmf_main}/web2c/mktex.cnf %{buildroot}%{_texmf_conf}/web2c/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 418091
:
282781
| 296187 |
296188