Description of problem: On Fedora 20, the contents of /etc/rpm/macros.texlive are: # macros to keep trees in texlive consistent %_texmf_main /usr/share/texlive/texmf %_texmf_vendor /usr/share/texlive/texmf /var/lib/texmf /var/lib/texmf %_texmf_conf /usr/share/texlive/texmf-config The last one is okay, but the first three are broken. There is no /usr/share/texlive/texmf. Certainly, no texlive package installs anything there. The third line doesn't define a macro, apparently due to an unescaped macro in the spec file. Also, the old %{_texmf} macro is entirely missing. For compatibility reasons, that ought to be kept around. (See bug 989703 for an example of this breaking a package.) I think the contents of that file ought to be something like this: # macros to keep trees in texlive consistent %_texmf /usr/share/texlive/texmf-local %_texmf_main /usr/share/texlive/texmf-dist %_texmf_vendor /usr/share/texlive/texmf-dist %_texmf_var /var/lib/texmf %_texmf_conf /usr/share/texlive/texmf-config Although I freely admit that I don't know where 3rd party applications should install their style files. Version-Release number of selected component (if applicable): texlive-base-2013-4.20131226_r32488.fc20.noarch How reproducible: N/A Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I'd like to draw some attention to this bug. It should be easy to fix, and it is now affecting multiple packages that I maintain. Also, the rpm macro file is now in the wrong place. It should be installed to /usr/lib/rpm/macros.d instead. Thank you! I'm setting this bug for Rawhide, since the bug also exists there, as well as F-20 and F-21.
Pleading once again for some attention to this bug. It really should be very easy to fix. I will fix it for you if you lack the time. Just give me the go-ahead.
Trying yet again to draw attention to this bug. Please, please either fix it or tell me to go ahead with the fix myself. Please.
Hello Jerry, thanks for reporting, I'm currently looking at it. It is an easyfix. Currently I have rebuild problems of TeX Live against the new Poppler but I will keep you posted. Thanks, Jindrich
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
I'd like to jump on this to add some more macros: %texlive_post \ mkdir -p /var/run/texlive \ touch /var/run/texlive/run-texhash \ touch /var/run/texlive/run-mtxrun \ : %texlive_postun \ if [ $1 == 1 ]; then \ mkdir -p /var/run/texlive \ touch /var/run/run-texhash \ else \ %{_bindir}/texhash 2> /dev/null \ fi \ : %texlive_posttrans \ if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi \ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi \ : You'll need to muck with the \ escaping especially if you keep this being generated in the .spec rather than a separate macros.texlive file. This would help with creating addon packages.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
texlive-2014-13.20140525_r34255.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update texlive' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16620
texlive-2014-10.20140525_r34255.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update texlive' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16621
texlive-2014-13.20140525_r34255.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
texlive-2014-10.20140525_r34255.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.