public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xautolock] rawhide: spec cleanup and modernization
@ 2026-08-09  0:12 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-09  0:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xautolock
Branch : rawhide
Commit : 18c08aa63f8166e3361d7e9e476f3dfd6cbb5006
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-22T00:07:20-03:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xautolock/c/18c08aa63f8166e3361d7e9e476f3dfd6cbb5006?branch=rawhide

Log:
spec cleanup and modernization

---
diff --git a/xautolock.spec b/xautolock.spec
index a6dd3a6..48f44ed 100644
--- a/xautolock.spec
+++ b/xautolock.spec
@@ -20,10 +20,10 @@ Patch5:         https://sources.debian.org/data/main/x/xautolock/1:2.2-5.1/debia
 Patch100:       xautolock-longer-times.patch
 ExcludeArch:    %{ix86}
 
-BuildRequires:  make
 BuildRequires:  gcc
 BuildRequires:  imake
 BuildRequires:  libXScrnSaver-devel
+BuildRequires:  make
 
 %description
 A program that launches a given program when
@@ -36,13 +36,16 @@ xmkmf
 
 
 %build
-make %{?_smp_mflags} CDEBUGFLAGS="%{optflags}" CC="%{__cc}"
+%make_build CDEBUGFLAGS="%{optflags}" LOCAL_LDFLAGS="%{build_ldflags}" CC="%{__cc}"
 
 
 %install
 make install install.man DESTDIR=%{buildroot} INSTALL="install -p"
 
 
+%check
+
+
 %files
 %doc Changelog License Readme Todo
 %{_bindir}/xautolock

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

only message in thread, other threads:[~2026-08-09  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  0:12 [rpms/xautolock] rawhide: spec cleanup and modernization Filipe Rosset

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