.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-a?expand=0&rev=66
This commit is contained in:
parent
99aa52f504
commit
58112189b1
@ -1 +0,0 @@
|
|||||||
Obsoletes: ctan-junicode-fonts <= 0.7.8
|
|
@ -1 +0,0 @@
|
|||||||
Obsoletes: ctan-latinmodern-fonts <= 2.004
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 13:10:35 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Let texlive-lm-fonts obsolete ctan-latinmodern-fonts (boo#971282)
|
||||||
|
- Let texlive-junicode-fonts obsolete ctan-junicode-fonts (boo#971282)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 12:41:21 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Handle even more unknown shebangs of scripts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 13:43:56 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Patch bbold_bbold11.dif move from texlive-specs-c to texlive-specs-b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 08:12:05 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Let texlive-ps2pk-bin Obsoletes texlive-ps2pkm-bin (boo#965472)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 11:35:46 UTC 2016 - werner@suse.de
|
Mon Feb 8 11:35:46 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
@ -32,7 +53,7 @@ Thu Jan 28 10:52:36 UTC 2016 - werner@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 13:43:57 UTC 2015 - werner@suse.de
|
Wed Apr 15 13:43:57 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
- Handle unkown scripts
|
- Handle unknown scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 13:53:08 UTC 2015 - werner@suse.de
|
Tue Apr 14 13:53:08 UTC 2015 - werner@suse.de
|
||||||
|
@ -19721,18 +19721,6 @@ fi
|
|||||||
mkdir -p %{buildroot}/var/adm/update-scripts
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
||||||
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
||||||
# Move relocated paths back to where those belongs to,
|
|
||||||
# required as the as texlive.tlpdb isn't correct anymore
|
|
||||||
relocate () {
|
|
||||||
pushd %{buildroot}%{_datadir}/texlive/
|
|
||||||
rm -vrf tlpkg/tlpobj
|
|
||||||
for path in * ; do
|
|
||||||
test ! -h "$path" || continue
|
|
||||||
test -d "$path" || exit 1
|
|
||||||
tar cpf - "$path" | tar xpf - -C %{buildroot}%{_texmfdistdir}/
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
}
|
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-12many-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-12many-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -20564,14 +20552,14 @@ fi
|
|||||||
test -e %{buildroot}/$scr || continue
|
test -e %{buildroot}/$scr || continue
|
||||||
chmod 0755 %{buildroot}/$scr
|
chmod 0755 %{buildroot}/$scr
|
||||||
done
|
done
|
||||||
# Avoid /usr/local/bin
|
# Avoid /usr/local/bin or similar
|
||||||
for scr in %{_texmfdistdir}/doc/latex/apprends-latex/exemples/beamer-themes.pl \
|
for scr in %{_texmfdistdir}/doc/latex/apprends-latex/exemples/beamer-themes.pl \
|
||||||
%{_texmfdistdir}/doc/latex/apprends-latex/exemples/polices.pl
|
%{_texmfdistdir}/doc/latex/apprends-latex/exemples/polices.pl
|
||||||
do
|
do
|
||||||
test -e %{buildroot}/$scr || continue
|
test -e %{buildroot}/$scr || continue
|
||||||
ed %{buildroot}/${scr} <<-'EOF'
|
ed %{buildroot}/${scr} <<-'EOF'
|
||||||
1
|
1
|
||||||
s@/usr/[^/]\+/bin@/usr/bin@
|
s@\(/usr/[^/]\+\|/opt\(/[^/]\+\)\?\)/bin@/usr/bin@
|
||||||
.
|
.
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user