1
0
Dr. Werner Fink 2018-07-31 12:26:42 +00:00 committed by Git OBS Bridge
parent 986731cfc8
commit bdcbcfd919
2 changed files with 103 additions and 1 deletions

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Jul 31 11:39:52 UTC 2018 - werner@suse.de
- In case of having OpenType and/or TrueType fonts around do disable
the PostScript Type fonts for fontconfig (boo#1102986)
-------------------------------------------------------------------
Tue Jun 19 09:01:49 UTC 2018 - werner@suse.de
- Update tetex_scripts.dif as also updmap.pl should use /usr/share/texmf
to find the perl TeXLive modules as well
-------------------------------------------------------------------
Fri May 11 11:06:26 UTC 2018 - werner@suse.de
- Port *all* changes for texlive scripts from source.dif to texconfig_scripts.dif
-------------------------------------------------------------------
Fri May 11 08:05:36 UTC 2018 - werner@suse.de
- Update tetex_scripts.dif as there is no /usr/share/texmf-dist here
-------------------------------------------------------------------
Fri May 11 07:10:23 UTC 2018 - werner@suse.de
- Refresh stix.tar.xz to get missed fd files
-------------------------------------------------------------------
Thu May 10 10:36:21 UTC 2018 - werner@suse.de
- Reorder requirements due rename texconfig to tetex
-------------------------------------------------------------------
Tue May 8 12:24:13 UTC 2018 - werner@suse.de
- Respect rename of texconfig to tetex
-------------------------------------------------------------------
Thu May 3 13:00:53 UTC 2018 - werner@suse.de
- Rename patch texconfig_scripts.dif to tetex_scripts.dif
-------------------------------------------------------------------
Thu May 3 09:03:38 UTC 2018 - werner@suse.de

View File

@ -21,7 +21,7 @@
%define texlive_version 2018
%define texlive_previous 2016
%define texlive_release 20180414
%define texlive_noarch 151
%define texlive_noarch 158
#!BuildIgnore: texlive
@ -3476,6 +3476,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-belleek
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-belleek.conf
%config %{_sysconfdir}/fonts/conf.d/55-texlive-belleek.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/fonts.scale
@ -4493,6 +4494,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-berenisadf
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-berenisadf.conf
%config %{_sysconfdir}/fonts/conf.d/55-texlive-berenisadf.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/fonts.scale
@ -4963,6 +4965,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-beuron
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-beuron.conf
%config %{_sysconfdir}/fonts/conf.d/55-texlive-beuron.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-beuron/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-beuron/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-beuron/fonts.scale
@ -15792,6 +15795,25 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
</rejectfont>
</fontconfig>
EOF
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-belleek.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Disable plain Type1 font to let fontconfig -->
<!-- prefere the OpenType and TrueType fonts -->
<!-- ************************************************ -->
<fontconfig>
<selectfont>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-belleek/*.pf*</glob>
</rejectfont>
</selectfont>
</fontconfig>
EOF
%if %{with zypper_posttrans}
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bengali-%{texlive_version}.%{texlive_noarch}.svn20987-%{release}-zypper
@ -15871,6 +15893,25 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
</rejectfont>
</fontconfig>
EOF
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-berenisadf.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Disable plain Type1 font to let fontconfig -->
<!-- prefere the OpenType and TrueType fonts -->
<!-- ************************************************ -->
<fontconfig>
<selectfont>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-berenisadf/*.pf*</glob>
</rejectfont>
</selectfont>
</fontconfig>
EOF
%if %{with zypper_posttrans}
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-besjournals-%{texlive_version}.%{texlive_noarch}.svn45662-%{release}-zypper
@ -15932,6 +15973,25 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
</rejectfont>
</fontconfig>
EOF
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/55-texlive-beuron.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Disable plain Type1 font to let fontconfig -->
<!-- prefere the OpenType and TrueType fonts -->
<!-- ************************************************ -->
<fontconfig>
<selectfont>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-beuron/*.pf*</glob>
</rejectfont>
</selectfont>
</fontconfig>
EOF
%if %{with zypper_posttrans}
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bewerbung-%{texlive_version}.%{texlive_noarch}.1.1svn37880-%{release}-zypper