- texlive-east-asian now requires texlive-texmf-east-asian (#487258)

- do not attempt to remove old fonts via cron in /var/lib/texmf, fonts are
    stored in ~/.texlive2007/texmf-var per-user (#477833, #463975, #453468)
- use correct paths in brp-* post install scriptlets (#468179)
This commit is contained in:
Jindrich Novy 2009-02-26 06:34:57 +00:00
parent be0f77e3f1
commit a2fa922b27
2 changed files with 10 additions and 11 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
# Remove TeX fonts not used in 180 days
/usr/sbin/tmpwatch 4320 /var/lib/texmf
exit 0

View File

@ -21,7 +21,7 @@
Name: texlive Name: texlive
Version: %{texlive_ver} Version: %{texlive_ver}
Release: 40%{?dist} Release: 41%{?dist}
Summary: Binaries for the TeX formatting system Summary: Binaries for the TeX formatting system
Group: Applications/Publishing Group: Applications/Publishing
@ -35,7 +35,6 @@ URL: http://tug.org/texlive/
# non free source files removed with texlive-generate-tarball.sh # non free source files removed with texlive-generate-tarball.sh
Source0: source-free.tar.bz2 Source0: source-free.tar.bz2
Source10: texlive.cron
# Filter out bad requirements (RH bug #59819). # Filter out bad requirements (RH bug #59819).
Source99: texlive-filter-requires.sh Source99: texlive-filter-requires.sh
Source100: texlive-generate-tarball.sh Source100: texlive-generate-tarball.sh
@ -46,7 +45,7 @@ Source1001: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/dvipsk-jpatch-%{pdvip
Source1002: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/mendexk%{mendexk_ver}.tar.gz Source1002: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/mendexk%{mendexk_ver}.tar.gz
# Don't run brp-python-bytecompile # Don't run brp-python-bytecompile
%define __os_install_post /usr/lib/rpm/redhat/brp-compress /usr/lib/rpm/redhat/brp-strip %{__strip} /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} %{nil} %define __os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip %{__strip} /usr/lib/rpm/brp-strip-static-archive %{__strip} /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} %{nil}
###### ######
# Red Hat-specific TeX configuration patches # Red Hat-specific TeX configuration patches
@ -295,6 +294,7 @@ Group: Applications/Publishing
Requires: texlive = %{version}-%{release} Requires: texlive = %{version}-%{release}
Requires: texlive-latex = %{version}-%{release} Requires: texlive-latex = %{version}-%{release}
Requires: texlive-texmf-dvips = %{version} Requires: texlive-texmf-dvips = %{version}
Requires: texlive-texmf-east-asian = %{version}
Requires: texlive-texmf-errata-east-asian = %{version} Requires: texlive-texmf-errata-east-asian = %{version}
Requires: mendexk Requires: mendexk
Obsoletes: texlive-japanese < 2007-20 Obsoletes: texlive-japanese < 2007-20
@ -596,9 +596,6 @@ cp texk/kpathsea/paths.h __fedora_kpathsea/kpathsea_defaults
# these are owned by texmf-doc package # these are owned by texmf-doc package
rm -rf %{buildroot}%{_texmf_main}/doc/tetex rm -rf %{buildroot}%{_texmf_main}/doc/tetex
# install cron file
install -p -D -m755 %{SOURCE10} %{buildroot}%{_sysconfdir}/cron.daily/texlive.cron
# remove pool files, they belong to texlive-texmf # remove pool files, they belong to texlive-texmf
rm -rf %{buildroot}%{_texmf_main}/web2c/*.pool rm -rf %{buildroot}%{_texmf_main}/web2c/*.pool
# ptex pool file is added later, and therefore kept # ptex pool file is added later, and therefore kept
@ -1022,7 +1019,6 @@ fi
# man pages for other utilities # man pages for other utilities
%{_mandir}/man1/pdftosrc.1* %{_mandir}/man1/pdftosrc.1*
# other stuff # other stuff
%{_sysconfdir}/cron.daily/texlive.cron
%{_infodir}/web2c.info.* %{_infodir}/web2c.info.*
%{_texmf_main}/web2c/*.opt %{_texmf_main}/web2c/*.opt
%{_texmf_main}/web2c/mktexdir %{_texmf_main}/web2c/mktexdir
@ -1232,6 +1228,13 @@ fi
%{_mandir}/man1/texutil.1* %{_mandir}/man1/texutil.1*
%changelog %changelog
* Thu Feb 26 2009 Jindrich Novy <jnovy@redhat.com> - 2007-41
- texlive-east-asian now requires texlive-texmf-east-asian (#487258)
- do not attempt to remove old fonts via cron in /var/lib/texmf,
fonts are stored in ~/.texlive2007/texmf-var per-user
(#477833, #463975, #453468)
- use correct paths in brp-* post install scriptlets (#468179)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007-40 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild