public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/R] rawhide: move rehashing up
@ 2026-06-25 12:22 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-25 12:22 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 12:22 [rpms/R] rawhide: move rehashing up 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox