From f2f6aec9571a1aec2691bb58c9b011ba53745760 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Thu, 25 Aug 2022 23:32:18 +0200 Subject: [PATCH 1/8] Minor spec file modernization --- .gitignore | 3 +-- numlockx.spec | 15 +++++---------- sources | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 55e833c..7b84e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -numlockx-1.0.tar.gz /numlockx.sh -/numlockx-1.2.tar.gz +/numlockx-*.tar.gz diff --git a/numlockx.spec b/numlockx.spec index 5d83e05..c3ff646 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -8,8 +8,7 @@ URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh -BuildRequires: make -BuildRequires: gcc +BuildRequires: gcc make BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel Requires: xorg-x11-xinit @@ -19,23 +18,19 @@ Requires: xorg-x11-xinit %prep %setup -q - %build %configure -make %{?_smp_mflags} - +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%make_install install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh - - %files +%license LICENSE +%doc AUTHORS README %{_bindir}/numlockx %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh -%doc AUTHORS README LICENSE %changelog * Fri Jul 22 2022 Fedora Release Engineering - 1.2-22 diff --git a/sources b/sources index ac60e79..eb7d899 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be9109370447eae23f6f3f8527bb1a67 numlockx-1.2.tar.gz +SHA512 (numlockx-1.2.tar.gz) = efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e From 097fa3fe86eb682a7a232f224fa943f69752058b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 21:53:27 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index c3ff646..a53a7fc 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 1.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 50cc00d86ed8841d705293a6554a86d128827b7b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 17:00:02 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index a53a7fc..8072ec8 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.2-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 76ceaa54a91f36e12a31b14f5e2dd9c273a64481 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 10:00:58 +0000 Subject: [PATCH 4/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 8072ec8..3951962 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.2-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 1.2-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 76a59640c9cf995f8d298162e7756b7b9d479ab1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 09:29:56 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 3951962..fd79f6d 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.2-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.2-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f2909d71fca6cb360c39f4ddec3e269557a30f2e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 19:51:31 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index fd79f6d..139b3f4 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.2-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.2-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c315c01da0f955fc3802267dffd1823868623db4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 20:30:45 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 139b3f4..8bc53f8 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.2-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c92fd452c13e0bb1b063870aa48475b39a9e93c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 23:01:36 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 8bc53f8..ca6234f 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.2-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.2-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild