forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=159
This commit is contained in:
parent
af9844099c
commit
5421198992
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 28 14:12:33 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
- Tar is now squeamishly with create and same order option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 10:37:10 UTC 2013 - werner@suse.de
|
Thu Sep 26 10:37:10 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
22
texlive.spec
22
texlive.spec
@ -19,7 +19,7 @@
|
|||||||
%define texlive_version 2013
|
%define texlive_version 2013
|
||||||
%define texlive_previous 2011
|
%define texlive_previous 2011
|
||||||
%define texlive_release 20130620
|
%define texlive_release 20130620
|
||||||
%define texlive_noarch 77
|
%define texlive_noarch 80
|
||||||
%define texlive_source texlive-20130620-source
|
%define texlive_source texlive-20130620-source
|
||||||
|
|
||||||
%define __perl_requires %{nil}
|
%define __perl_requires %{nil}
|
||||||
@ -2579,25 +2579,25 @@ popd
|
|||||||
mkdir -p %{buildroot}/var/adm/update-scripts
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
||||||
|
|
||||||
pushd ${prefix}/bin/
|
pushd ${prefix}/bin/
|
||||||
tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_bindir}/
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_bindir}/
|
||||||
rm -vf %{buildroot}%{_bindir}/tlmgr
|
rm -vf %{buildroot}%{_bindir}/tlmgr
|
||||||
rm -vf %{buildroot}%{_bindir}/installfont-tl
|
rm -vf %{buildroot}%{_bindir}/installfont-tl
|
||||||
popd
|
popd
|
||||||
pushd ${prefix}/lib/
|
pushd ${prefix}/lib/
|
||||||
tar -cspSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
|
tar -cpSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
|
||||||
tar -cspSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
tar -cpSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||||
popd
|
popd
|
||||||
%if 0%{texlive_version} < 2013
|
%if 0%{texlive_version} < 2013
|
||||||
pushd ${prefix}/lib/
|
pushd ${prefix}/lib/
|
||||||
tar -cspSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
tar -cpSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||||
popd
|
popd
|
||||||
%else
|
%else
|
||||||
pushd ${prefix}/share/
|
pushd ${prefix}/share/
|
||||||
tar -cspSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_datadir}/
|
tar -cpSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_datadir}/
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
pushd ${prefix}/include/
|
pushd ${prefix}/include/
|
||||||
tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/
|
||||||
popd
|
popd
|
||||||
pushd ${prefix}/share/man/
|
pushd ${prefix}/share/man/
|
||||||
%if %{with buildbiber}
|
%if %{with buildbiber}
|
||||||
@ -2616,15 +2616,15 @@ popd
|
|||||||
# specific spec files
|
# specific spec files
|
||||||
#
|
#
|
||||||
#! pushd ${prefix}/share/info/
|
#! pushd ${prefix}/share/info/
|
||||||
#! tar -cspSf - *.info | tar -xvspSf - -C %{buildroot}%{_infodir}/
|
#! tar -cpSf - *.info | tar -xvspSf - -C %{buildroot}%{_infodir}/
|
||||||
#! popd
|
#! popd
|
||||||
#! pushd ${prefix}/share/man/
|
#! pushd ${prefix}/share/man/
|
||||||
#! tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_mandir}/
|
#! tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_mandir}/
|
||||||
#! rm -vf %{buildroot}%{_mandir}/man*/tlmgr*
|
#! rm -vf %{buildroot}%{_mandir}/man*/tlmgr*
|
||||||
#! rm -vf %{buildroot}%{_mandir}/man*/installfont-tl*
|
#! rm -vf %{buildroot}%{_mandir}/man*/installfont-tl*
|
||||||
#! popd
|
#! popd
|
||||||
pushd ${prefix}/texmf/
|
pushd ${prefix}/texmf/
|
||||||
tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_texmfmaindir}/
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_texmfmaindir}/
|
||||||
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/g
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/g
|
||||||
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/v
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/v
|
||||||
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/x
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/x
|
||||||
@ -2650,7 +2650,7 @@ popd
|
|||||||
#! %{buildroot}%{_appdefdir}/
|
#! %{buildroot}%{_appdefdir}/
|
||||||
popd
|
popd
|
||||||
pushd ${prefix}/texmf-dist/
|
pushd ${prefix}/texmf-dist/
|
||||||
tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_texmfdistdir}/
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_texmfdistdir}/
|
||||||
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/g
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/g
|
||||||
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/v
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/v
|
||||||
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/x
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/x
|
||||||
|
Loading…
Reference in New Issue
Block a user