[packages/texlive/TEXLIVE_20080816] - properly package jadetex files - disable build failure on duplicate files, this spec is a total me
baggins
baggins at pld-linux.org
Wed Dec 5 23:26:59 CET 2012
commit 0925b3c42adbe925d98ab16e0d772d7c790d0e59
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Dec 5 23:26:07 2012 +0100
- properly package jadetex files
- disable build failure on duplicate files, this spec is a total mess :(
texlive.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/texlive.spec b/texlive.spec
index d6e0f8b..6a1773f 100644
--- a/texlive.spec
+++ b/texlive.spec
@@ -204,6 +204,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _noautoreq 'perl(path_tre)'
+# this package is a complete mess, lets just live with it here
+# and concentrate on cleaning master
+%define _duplicate_files_terminate_build 0
+
%description
TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
takes a text file and a set of formatting commands as input and
@@ -7798,8 +7802,9 @@ fi
%doc %{texmfdist}/source/jadetex/base/ChangeLog*
%attr(755,root,root) %{_bindir}/jadetex
%attr(755,root,root) %{_bindir}/pdfjadetex
-%{texmfdist}/source/jadetex
-%exclude %{texmfdist}/source/jadetex/base/ChangeLog*
+%dir %{texmfdist}/source/jadetex
+%dir %{texmfdist}/source/jadetex/base
+%{texmfdist}/source/jadetex/base/jadetex.*
%{texmfdist}/tex/jadetex
%{texmf}/fmtutil/format.jadetex.cnf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/texlive.git/commitdiff/0925b3c42adbe925d98ab16e0d772d7c790d0e59
More information about the pld-cvs-commit
mailing list