public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xautolock] rawhide: spec cleanup and modernization
Date: Sun, 09 Aug 2026 00:12:48 GMT [thread overview]
Message-ID: <178623436858.1.9716314551697084383.rpms-xautolock-18c08aa63f81@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-09 0:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178623436858.1.9716314551697084383.rpms-xautolock-18c08aa63f81@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox