[Bug 229180] Review Request: texlive-texmf - Architecture independent parts of the TeX formatting system

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 20 14:49:07 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: texlive-texmf - Architecture independent parts of the TeX formatting system


https://bugzilla.redhat.com/show_bug.cgi?id=229180





------- Additional Comments From pertusus at free.fr  2007-09-20 10:49 EST -------
>From a quick glance at 0.13, I am still not ok with putting files
in /etc/texmf/web2c although they certainly should be modified by you
or upstream (the user may still copy them to /etc/texmf/web2c).
In my opinion
for file in `ls %{buildroot}%{_texmf_conf}/web2c/ | egrep 'c(nf|fg)$'`; do
  filename="`basename ${file}`"
  ln -sf %{_texmf_conf}/web2c/${filename} %{buildroot}%{_texmf_main}/web2c/
done
should just go away.

There is a spurious end of line in the sed cmap substitution
(my bad, should have provided a bug instead of a comment in
bugzilla).

In %files, there is 
%{_texmf_var}/web2c/mktex.cnf
it is a bit suspicious since mktex.cnf seems to be (rightly) in 
%{_texmf_conf}/web2c. Moreover it should be config(noreplace), like

%config(noreplace) %{_texmf_conf}/web2c/mktex.cnf

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list