From 6f2f3c19746de758a61eff71502875bf8bd20292 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 12 2010 15:53:55 +0000 Subject: - add missing defattr to filelists - fix directory ownership of /var/lib/texmf/web2c (#512459) - use official tarball for jpatch --- diff --git a/.cvsignore b/.cvsignore index 53dd653..bcb6ac4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ -dvipsk-jpatch-p1.7a.tar.bz2 mendexk2.6e.tar.gz ptex-src-3.1.10.tar.gz source-free.tar.bz2 +dvipsk-jpatch-p1.7a.tar.gz diff --git a/sources b/sources index 979f4f5..4e69808 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -de024c71383d35d2274f5ebc599057f7 dvipsk-jpatch-p1.7a.tar.bz2 fe07b8b7b83d1cb13f836dc1caf7bad8 mendexk2.6e.tar.gz 9738f48ec9d6b603b4b6550ba480876d ptex-src-3.1.10.tar.gz c67cdc1e1ecfeb87ccb9dfacc56a7a97 source-free.tar.bz2 +f8c7430ed070c127c6eefbc301525469 dvipsk-jpatch-p1.7a.tar.gz diff --git a/texlive.spec b/texlive.spec index 4645439..3c43f23 100644 --- a/texlive.spec +++ b/texlive.spec @@ -21,7 +21,7 @@ Name: texlive Version: %{texlive_ver} -Release: 47%{?dist} +Release: 48%{?dist} Summary: Binaries for the TeX formatting system Group: Applications/Publishing @@ -41,7 +41,7 @@ Source100: texlive-generate-tarball.sh %define __perl_requires %{SOURCE99} # 1000-: Japanese pTeX Source1000: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ptex-src-%{ptex_src_ver}.tar.gz -Source1001: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/dvipsk-jpatch-%{pdvipsk_ver}.tar.bz2 +Source1001: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/dvipsk-jpatch-%{pdvipsk_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 @@ -454,7 +454,7 @@ cd - # Prepare Japanese dvips mkdir pdvipsk -tar xfj %{SOURCE1001} -C pdvipsk +tar xfz %{SOURCE1001} -C pdvipsk cp -lR texk/dvipsk texk/pdvipsk cd pdvipsk %patch1005 -p0 @@ -851,7 +851,6 @@ fi # config files %dir %{_texmf_conf} %dir %{_texmf_conf}/web2c/ -%dir %{_texmf_var}/web2c/ %dir %{_texmf_main}/web2c/ %dir %{_texmf_main}/doc/ %doc %{_texmf_main}/doc/bibtex8/ @@ -1169,6 +1168,7 @@ fi %{_mandir}/ja/man1/mendex.1* %files east-asian +%defattr(-,root,root,-) %doc %{_texmf_main}/doc/pdvipsk/ %doc %{_texmf_main}/doc/ptex/ %{_texmf_main}/fonts/map/pdvips/ @@ -1208,6 +1208,7 @@ fi %{_mandir}/man1/opdvips.1* %files context +%defattr(-,root,root,-) %{_bindir}/ctxtools %{_bindir}/exatools %{_bindir}/luatools @@ -1237,7 +1238,12 @@ fi %{_mandir}/man1/textools.1* %{_mandir}/man1/texutil.1* -%changelog +%changelog +* Tue Jan 12 2010 Jindrich Novy 2007-48 +- add missing defattr to filelists +- fix directory ownership of /var/lib/texmf/web2c (#512459) +- use official tarball for jpatch + * Mon Nov 02 2009 Jindrich Novy 2007-47 - fix post/postun scriptlets