Compare commits

..

5 commits

Author SHA1 Message Date
Fedora Release Engineering
9c9da076c0 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 02:25:16 +00:00
Filipe Rosset
c6ec017487 Merge #1 Fix build reproducibility and create debuginfo packages again 2025-08-21 02:28:30 +00:00
Fedora Release Engineering
4a665eda23 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 15:38:52 +00:00
Zbigniew Jędrzejewski-Szmek
e4086a65c2 Build debuginfo packages again
They were disabled in d0df198a3c without
an explanation. This is a normal userspace program, so the debuginfo
subpackages should be created.
2025-05-30 18:09:40 +02:00
Zbigniew Jędrzejewski-Szmek
0e320ef6a6 Use $SOURCE_DATE_EPOCH instead of current date in the man page
Using the current date breaks build reproducibility.

Also use glob for the man page compression suffix per guidelines.
2025-05-30 18:08:02 +02:00

View file

@ -1,5 +1,3 @@
%global debug_package %{nil}
Name: 0xFFFF
Version: 0.10
Release: %autorelease
@ -22,7 +20,7 @@ options, packing/unpacking FIASCO firmware format and more.
%autosetup
%build
%make_build -C src
%make_build -C src BUILD_DATE="$(date '+%b %e %Y' -d @${SOURCE_DATE_EPOCH:?})"
%install
%make_install PREFIX=/usr
@ -31,7 +29,7 @@ options, packing/unpacking FIASCO firmware format and more.
%doc README INSTALL
%license COPYING
%{_bindir}/*
%{_mandir}/man1/0xFFFF.1.gz
%{_mandir}/man1/0xFFFF.1*
%changelog
%autochangelog