public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/0xFFFF] rawhide: use forge macros
@ 2026-08-03 18:43 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-03 18:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/0xFFFF
Branch : rawhide
Commit : d5a44ff95d8cb3f4603847f8bdb81879f4e6368d
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-03T15:43:42-03:00
Stats  : +8/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/0xFFFF/c/d5a44ff95d8cb3f4603847f8bdb81879f4e6368d?branch=rawhide

Log:
use forge macros

---
diff --git a/0xFFFF.spec b/0xFFFF.spec
index 390569d..795c6fc 100644
--- a/0xFFFF.spec
+++ b/0xFFFF.spec
@@ -1,13 +1,17 @@
-Name:           0xFFFF
+%global forgeurl https://github.com/pali/0xFFFF
 Version:        0.10
+%global tag     %{version}
+%forgemeta
+
+Name:           0xFFFF
 Release:        %autorelease
 Summary:        The Open Free Fiasco Firmware Flasher
 # Modernized spec file to meet Fedora Rawhide, Fedora 45, and EPEL 10 guidelines
 # License available here https://github.com/pali/0xFFFF/blob/master/COPYING
 License:        GPL-3.0-only
 # Modernized URL to the project's GitHub repository
-URL:            https://github.com/pali/0xFFFF
-Source:         https://github.com/pali/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+URL:            %{forgeurl}
+Source:         %{forgesource}
 ExcludeArch:    %{ix86}
 BuildRequires:  gcc
 BuildRequires:  libusb-compat-0.1-devel
@@ -20,7 +24,7 @@ utilities for the Nokia Internet Tablets like flashing setting device
 options, packing/unpacking FIASCO firmware format and more.
 
 %prep
-%autosetup
+%forgeautosetup
 
 %build
 # Use SOURCE_DATE_EPOCH for reproducible builds

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

only message in thread, other threads:[~2026-08-03 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 18:43 [rpms/0xFFFF] rawhide: use forge macros Filipe Rosset

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