public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/oscillatord] epel8: Fix pkg-config name: ubloxcfg 1.16 renamed libubloxcfg.pc to ubloxcfg.pc
@ 2026-09-04 13:19 Yixin Wei
  0 siblings, 0 replies; only message in thread
From: Yixin Wei @ 2026-09-04 13:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/oscillatord
Branch : epel8
Commit : e69ca391598eccff9521604dcd1d4987f80c514d
Author : Yixin Wei <esoapw@fedoraproject.org>
Date   : 2026-04-17T00:46:06+00:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/oscillatord/c/e69ca391598eccff9521604dcd1d4987f80c514d?branch=epel8

Log:
Fix pkg-config name: ubloxcfg 1.16 renamed libubloxcfg.pc to ubloxcfg.pc

---
diff --git a/oscillatord.spec b/oscillatord.spec
index 1b208e2..e3616df 100644
--- a/oscillatord.spec
+++ b/oscillatord.spec
@@ -39,6 +39,8 @@ To communicate with GNSS receiver's serial it uses ubloxcfg
 %autosetup
 # Drop hardcoded CFLAGS
 sed -e 's/-O0//g' -i CMakeLists.txt
+# Fix pkg-config name: upstream ubloxcfg renamed libubloxcfg.pc to ubloxcfg.pc in 1.16
+sed -e 's/REQUIRED libubloxcfg/REQUIRED ubloxcfg/' -i CMakeLists.txt
 
 %build
 %cmake -DBUILD_UTILS=1

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

only message in thread, other threads:[~2026-09-04 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 13:19 [rpms/oscillatord] epel8: Fix pkg-config name: ubloxcfg 1.16 renamed libubloxcfg.pc to ubloxcfg.pc Yixin Wei

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