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
|
||||
|
||||
|
22
texlive.spec
22
texlive.spec
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2013
|
||||
%define texlive_previous 2011
|
||||
%define texlive_release 20130620
|
||||
%define texlive_noarch 77
|
||||
%define texlive_noarch 80
|
||||
%define texlive_source texlive-20130620-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
@ -2579,25 +2579,25 @@ popd
|
||||
mkdir -p %{buildroot}/var/adm/update-scripts
|
||||
|
||||
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}/installfont-tl
|
||||
popd
|
||||
pushd ${prefix}/lib/
|
||||
tar -cspSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
|
||||
tar -cspSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||
tar -cpSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
|
||||
tar -cpSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||
popd
|
||||
%if 0%{texlive_version} < 2013
|
||||
pushd ${prefix}/lib/
|
||||
tar -cspSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||
tar -cpSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
||||
popd
|
||||
%else
|
||||
pushd ${prefix}/share/
|
||||
tar -cspSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_datadir}/
|
||||
tar -cpSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_datadir}/
|
||||
popd
|
||||
%endif
|
||||
pushd ${prefix}/include/
|
||||
tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/
|
||||
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/
|
||||
popd
|
||||
pushd ${prefix}/share/man/
|
||||
%if %{with buildbiber}
|
||||
@ -2616,15 +2616,15 @@ popd
|
||||
# specific spec files
|
||||
#
|
||||
#! pushd ${prefix}/share/info/
|
||||
#! tar -cspSf - *.info | tar -xvspSf - -C %{buildroot}%{_infodir}/
|
||||
#! tar -cpSf - *.info | tar -xvspSf - -C %{buildroot}%{_infodir}/
|
||||
#! popd
|
||||
#! 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*/installfont-tl*
|
||||
#! popd
|
||||
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/v
|
||||
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/x
|
||||
@ -2650,7 +2650,7 @@ popd
|
||||
#! %{buildroot}%{_appdefdir}/
|
||||
popd
|
||||
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/v
|
||||
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/x
|
||||
|
Loading…
Reference in New Issue
Block a user