forked from pool/texlive-specs-a
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-a?expand=0&rev=60
This commit is contained in:
parent
e49034f930
commit
b832af6414
@ -1,3 +0,0 @@
|
||||
%{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex %{_texmfdistdir}/tex/latex/pas-cours/macro-patrons.tex
|
||||
%{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex %{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex
|
||||
%{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex %{_texmfdistdir}/tex/latex/pas-cours/macro-styles.tex
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 12:25:21 UTC 2015 - werner@suse.de
|
||||
|
||||
- Package pas-cours: move runfiles from doc to working directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 10:33:38 UTC 2015 - werner@suse.de
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
%define texlive_version 2014
|
||||
%define texlive_previous 2013
|
||||
%define texlive_release 20140525
|
||||
%define texlive_noarch 98
|
||||
%define texlive_noarch 99
|
||||
|
||||
Name: texlive-specs-a
|
||||
Version: 2014
|
||||
@ -18323,6 +18323,19 @@ EOF
|
||||
%{buildroot}/var/adm/update-scripts/texlive-a2ping-%{texlive_version}.%{texlive_noarch}.svn29725-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive
|
||||
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive
|
||||
# Correct wrong perl scripts if any
|
||||
for scr in %{_texmfdistdir}/scripts/a2ping/a2ping.pl
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
i
|
||||
#! /usr/bin/perl
|
||||
.
|
||||
w
|
||||
q
|
||||
EOF
|
||||
done
|
||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||
%{buildroot}/var/adm/update-scripts/texlive-a4wide-%{texlive_version}.%{texlive_noarch}.svn20943-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
@ -18926,6 +18939,12 @@ EOF
|
||||
%{buildroot}/var/adm/update-scripts/texlive-aomart-%{texlive_version}.%{texlive_noarch}.1.13svn28096-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
# Make possible scripts usable if any
|
||||
for scr in %{_texmfdistdir}/doc/latex/aomart/fullref.pl
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
chmod 0755 %{buildroot}/$scr
|
||||
done
|
||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||
%{buildroot}/var/adm/update-scripts/texlive-apa-%{texlive_version}.%{texlive_noarch}.1.3.4svn15878-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
@ -18956,6 +18975,13 @@ EOF
|
||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||
%{buildroot}/var/adm/update-scripts/texlive-apprends-latex-%{texlive_version}.%{texlive_noarch}.4.02svn19306-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
# Make possible scripts usable if any
|
||||
for scr in %{_texmfdistdir}/doc/latex/apprends-latex/exemples/beamer-themes.pl \
|
||||
%{_texmfdistdir}/doc/latex/apprends-latex/exemples/polices.pl
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
chmod 0755 %{buildroot}/$scr
|
||||
done
|
||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||
%{buildroot}/var/adm/update-scripts/texlive-apptools-%{texlive_version}.%{texlive_noarch}.1.0svn28400-%{release}-zypper
|
||||
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user