]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- properly package jadetex files
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 5 Dec 2012 22:26:07 +0000 (23:26 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 5 Dec 2012 22:26:07 +0000 (23:26 +0100)
- disable build failure on duplicate files, this spec is a total mess :(

texlive.spec

index d6e0f8b166558f73c5caa9142435552c62bb82cc..6a1773feed7a5e79b6c73a9d8f4537dc29380c20 100644 (file)
@@ -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
 
This page took 0.084745 seconds and 4 git commands to generate.