Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: 0xFFFF
|
||||
Version: 0.10
|
||||
Release: %autorelease
|
||||
|
|
@ -20,7 +22,7 @@ options, packing/unpacking FIASCO firmware format and more.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%make_build -C src BUILD_DATE="$(date '+%b %e %Y' -d @${SOURCE_DATE_EPOCH:?})"
|
||||
%make_build -C src
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
|
|
@ -29,7 +31,7 @@ options, packing/unpacking FIASCO firmware format and more.
|
|||
%doc README INSTALL
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/0xFFFF.1*
|
||||
%{_mandir}/man1/0xFFFF.1.gz
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue