public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/R] rawhide: move rehashing up
Date: Thu, 25 Jun 2026 12:22:12 GMT [thread overview]
Message-ID: <178239013211.1.8266524835402879187.rpms-R-2d7a2275a08e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/R
Branch : rawhide
Commit : 2d7a2275a08ec526ba16ff42c1ff4bc5cce57919
Author : Iñaki Úcar <iucar@fedoraproject.org>
Date : 2026-06-25T14:22:06+02:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/R/c/2d7a2275a08ec526ba16ff42c1ff4bc5cce57919?branch=rawhide
Log:
move rehashing up
---
diff --git a/R.spec b/R.spec
index 44d698b..28ba78a 100644
--- a/R.spec
+++ b/R.spec
@@ -324,6 +324,9 @@ export R_BROWSER="%{_bindir}/xdg-open"
export JAVA_HOME=%{_jvmdir}/jre
%endif
+# Fix "I can't find the format file `pdflatex.fmt'!" in rawhide
+texconfig rehash
+
%configure \
rdocdir=%{_pkgdocdir} \
rincludedir=%{_includedir}/R \
@@ -341,8 +344,6 @@ export JAVA_HOME=%{_jvmdir}/jre
cat CONFIGURE.log | grep -A30 'R is now' - > CAPABILITIES
make V=1
(cd src/nmath/standalone; make)
-# Fix "I can't find the format file `pdflatex.fmt'!" in rawhide
-texconfig rehash
make pdf
make compact-pdf
make info
reply other threads:[~2026-06-25 12:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178239013211.1.8266524835402879187.rpms-R-2d7a2275a08e@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox