From cd08f016fdcda171f92a6cdac31026ded3c28e2c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 9 Jul 2018 23:53:43 -0500 Subject: [PATCH 01/21] Remove needless use of %defattr --- xcalib.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index abd1aba..3f57745 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -47,7 +47,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc COPYING README README.profilers %{_bindir}/* From 9cd615950841948424d122f45d51dc9fbccfdb5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:07:35 +0000 Subject: [PATCH 02/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 3f57745..19dfc10 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Tiny monitor calibration loader for X.org Group: System Environment/Libraries @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.8-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.8-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From e79d7548f5cb12ba821ac24dc57379210be56e59 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 17 Jul 2018 21:15:10 +0200 Subject: [PATCH 03/21] Refresh spec file --- xcalib.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/xcalib.spec b/xcalib.spec index 19dfc10..9f7a8de 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,17 +1,18 @@ Name: xcalib Version: 0.8 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Tiny monitor calibration loader for X.org -Group: System Environment/Libraries License: GPLv2+ URL: http://xcalib.sourceforge.net/ -# Sources from http://downloads.sourceforge.net/xcalib/xcalib-source-%{version}.tar.gz +# Sources from http://downloads.sourceforge.net/xcalib/xcalib-source-%%{version}.tar.gz Source0: http://kwizart.fedorapeople.org/SOURCES/xcalib-repack-%{version}.tar.bz2 Source10: xcalib-repack.sh Patch0: xcalib-0.8-cflags.patch Patch1: xcalib-0.8-rhbz783562.patch +BuildRequires: gcc + BuildRequires: xorg-x11-proto-devel BuildRequires: libXxf86vm-devel BuildRequires: libX11-devel @@ -36,22 +37,25 @@ mv README-utf8 README export CFLAGS="$RPM_OPT_FLAGS" export XINCLUDEDIR=%{_includedir} export XLIBDIR=%{_libdir} -make %{?_smp_mflags} +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %files -%doc COPYING README README.profilers +%doc README README.profilers +%license COPYING %{_bindir}/* %changelog +* Tue Jul 17 2018 Nicolas Chauvet - 0.8-22 +- Refresh spec file + * Sat Jul 14 2018 Fedora Release Engineering - 0.8-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b537490b3923a90d44bb5b8f9573375c787bdc58 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:09:04 +0000 Subject: [PATCH 04/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 9f7a8de..7430d76 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -53,6 +53,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.8-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jul 17 2018 Nicolas Chauvet - 0.8-22 - Refresh spec file From eeea37d880192f410bab849b0273a1ac64c2ecf5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:54:58 +0000 Subject: [PATCH 05/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 7430d76..431f816 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -53,6 +53,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.8-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.8-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 7246d9541ef059950ea3df51883aed5ed491353c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:08:59 +0000 Subject: [PATCH 06/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 431f816..80b38df 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -53,6 +53,9 @@ export XLIBDIR=%{_libdir} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.8-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.8-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 28d825eb152159b7060a6f7d3fb532caabcbb1a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:29:19 +0000 Subject: [PATCH 07/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 80b38df..58519b0 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -53,6 +53,9 @@ export XLIBDIR=%{_libdir} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.8-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.8-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From c54f445c76801b07eacbc33eaa8c5df673a33728 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:10:26 +0000 Subject: [PATCH 08/21] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xcalib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xcalib.spec b/xcalib.spec index 58519b0..2a4efa0 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -11,6 +11,7 @@ Source10: xcalib-repack.sh Patch0: xcalib-0.8-cflags.patch Patch1: xcalib-0.8-rhbz783562.patch +BuildRequires: make BuildRequires: gcc BuildRequires: xorg-x11-proto-devel From d7c309fd76bbee4c630925108cdee455267edd20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:49:43 +0000 Subject: [PATCH 09/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 2a4efa0..26346be 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.8-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.8-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From c657c200891e724998568d180f0b94fd844c4c4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:19:29 +0000 Subject: [PATCH 10/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 26346be..dc76398 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.8-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.8-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 98df6f8983f8f4201847ec0f7f10262b20af5d62 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:51:06 +0000 Subject: [PATCH 11/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index dc76398..95b0d6e 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.8-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.8-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 12be99e4c141ecde621749892df2cc96a14d2701 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:50:17 +0000 Subject: [PATCH 12/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 95b0d6e..ca8d9de 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.8-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.8-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 73e56feb029f4f7be3a9dd4eec71e4ff272d4db7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:12:10 +0000 Subject: [PATCH 13/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index ca8d9de..396e60c 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.8-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.8-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From a85deb0bfb1cabbc2386675941a7d80e3c2c0b9e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:34:23 +0000 Subject: [PATCH 14/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 396e60c..13eada1 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.8-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.8-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 9e18209a8cdf4dc94d1e46a43f04a378535e8324 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:22:43 +0000 Subject: [PATCH 15/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 13eada1..1dca50c 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.8-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.8-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 164ea9676c369cb2a7e1aee06d2e385322db3180 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 16/21] Eliminate use of obsolete %patchN syntax (#2283636) --- xcalib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcalib.spec b/xcalib.spec index 1dca50c..5f7bc02 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -26,8 +26,8 @@ Tiny monitor calibration loader for X.org %prep %setup -q -%patch0 -p1 -b .cflags -%patch1 -p2 -b .rhbz783562 +%patch -P0 -p1 -b .cflags +%patch -P1 -p2 -b .rhbz783562 # Convert file-not-utf8 iconv -f iso8859-1 -t utf8 README > README-utf8 From 295618da8c8a74b9fe29106d10350393d3b656e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:46:08 +0000 Subject: [PATCH 17/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 5f7bc02..d181379 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Tiny monitor calibration loader for X.org License: GPLv2+ @@ -54,6 +54,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.8-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.8-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7f8dd0b4a0702a4621926f86507d96c3b37dce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:46:37 +0200 Subject: [PATCH 18/21] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xcalib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xcalib.spec b/xcalib.spec index d181379..f62012d 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,9 +1,10 @@ Name: xcalib Version: 0.8 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Tiny monitor calibration loader for X.org -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://xcalib.sourceforge.net/ # Sources from http://downloads.sourceforge.net/xcalib/xcalib-source-%%{version}.tar.gz Source0: http://kwizart.fedorapeople.org/SOURCES/xcalib-repack-%{version}.tar.bz2 @@ -54,6 +55,9 @@ export XLIBDIR=%{_libdir} %changelog +* Fri Jul 26 2024 Miroslav Suchý - 0.8-35 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.8-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 900f0bf70f436c1c4f0d29aed783ad5663ab7a34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:29:26 +0000 Subject: [PATCH 19/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index f62012d..559a529 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Tiny monitor calibration loader for X.org # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ export XLIBDIR=%{_libdir} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.8-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 0.8-35 - convert license to SPDX From 887f810a41c24ad0b5ea807a7c30732e130ff278 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:39:34 +0000 Subject: [PATCH 20/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xcalib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcalib.spec b/xcalib.spec index 559a529..462ea55 100644 --- a/xcalib.spec +++ b/xcalib.spec @@ -1,6 +1,6 @@ Name: xcalib Version: 0.8 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Tiny monitor calibration loader for X.org # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -55,6 +55,9 @@ export XLIBDIR=%{_libdir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.8-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.8-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3c1b10f05a4ac285b517315f2ad43ee431e798a3 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 29 Jul 2025 15:13:15 +0200 Subject: [PATCH 21/21] dead upstream --- .gitignore | 1 - dead.package | 1 + sources | 1 - xcalib-0.8-cflags.patch | 43 --------- xcalib-0.8-rhbz783562.patch | 18 ---- xcalib-repack.sh | 25 ------ xcalib.spec | 171 ------------------------------------ 7 files changed, 1 insertion(+), 259 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xcalib-0.8-cflags.patch delete mode 100644 xcalib-0.8-rhbz783562.patch delete mode 100755 xcalib-repack.sh delete mode 100644 xcalib.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8b78aa1..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xcalib-repack-0.8.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..315bea0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +dead upstream diff --git a/sources b/sources deleted file mode 100644 index c2353e4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0b5298a6e433ed45d7bd35405ee4441a xcalib-repack-0.8.tar.bz2 diff --git a/xcalib-0.8-cflags.patch b/xcalib-0.8-cflags.patch deleted file mode 100644 index 7a3d04b..0000000 --- a/xcalib-0.8-cflags.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -up xcalib-0.8/Makefile.cflags xcalib-0.8/Makefile ---- xcalib-0.8/Makefile.cflags 2007-08-26 23:30:34.000000000 +0200 -+++ xcalib-0.8/Makefile 2007-09-07 17:00:13.000000000 +0200 -@@ -36,12 +36,12 @@ - # to change the following variables - - XCALIB_VERSION = 0.8 --CFLAGS = -O2 --XINCLUDEDIR = /usr/X11R6/include --XLIBDIR = /usr/X11R6/lib -+#CFLAGS = -O2 -+#XINCLUDEDIR = /usr/X11R6/include -+#XLIBDIR = /usr/X11R6/lib - # for ATI's proprietary driver (must contain the header file fglrx_gamma.h) --FGLRXINCLUDEDIR = ./fglrx --FGLRXLIBDIR = ./fglrx -+#FGLRXINCLUDEDIR = ./fglrx -+#FGLRXLIBDIR = ./fglrx - - # default make target - all: xcalib -@@ -56,14 +56,15 @@ fglrx_xcalib: xcalib.c - $(CC) $(CFLAGS) -c xcalib.c -I$(XINCLUDEDIR) -DXCALIB_VERSION=\"$(XCALIB_VERSION)\" -I$(FGLRXINCLUDEDIR) -DFGLRX - $(CC) $(CFLAGS) -L$(XLIBDIR) -L$(FGLRXLIBDIR) -lm -o xcalib xcalib.o -lX11 -lXxf86vm -lXext -lfglrx_gamma - --win_xcalib: xcalib.c -- $(CC) $(CFLAGS) -c xcalib.c -DXCALIB_VERSION=\"$(XCALIB_VERSION)\" -DWIN32GDI -- windres.exe resource.rc resource.o -- $(CC) $(CFLAGS) -mwindows -lm resource.o -o xcalib xcalib.o -+#win_xcalib: xcalib.c -+# $(CC) $(CFLAGS) -c xcalib.c -DXCALIB_VERSION=\"$(XCALIB_VERSION)\" -DWIN32GDI -+# windres.exe resource.rc resource.o -+# $(CC) $(CFLAGS) -mwindows -lm resource.o -o xcalib xcalib.o - - install: -- cp ./xcalib $(DESTDIR)/usr/local/bin/ -- chmod 0644 $(DESTDIR)/usr/local/bin/xcalib -+ mkdir -p $(DESTDIR)/usr/bin/ -+ cp ./xcalib $(DESTDIR)/usr/bin/ -+ chmod 0755 $(DESTDIR)/usr/bin/xcalib - - clean: - rm -f xcalib.o diff --git a/xcalib-0.8-rhbz783562.patch b/xcalib-0.8-rhbz783562.patch deleted file mode 100644 index 6c489f3..0000000 --- a/xcalib-0.8-rhbz783562.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/xcalib-0.8/xcalib.c 2007-08-26 17:54:34.000000000 -0400 -+++ a/xcalib-0.8/xcalib.c 2012-10-10 12:10:37.249771179 -0400 -@@ -150,12 +150,12 @@ usage (void) - "last parameter must be an ICC profile containing a vcgt-tag\n"); - fprintf (stdout, "\n"); - #ifndef WIN32GDI -- fprintf (stdout, "Example: ./xcalib -d :0 -s 0 -v bluish.icc\n"); -+ fprintf (stdout, "Example: xcalib -d :0 -s 0 -v bluish.icc\n"); - #else -- fprintf (stdout, "Example: ./xcalib -v bluish.icc\n"); -+ fprintf (stdout, "Example: xcalib -v bluish.icc\n"); - #endif - #ifndef FGLRX -- fprintf (stdout, "Example: ./xcalib -red 1.1 10.0 100.0\n"); -+ fprintf (stdout, "Example: xcalib -red 1.1 10.0 100.0 -a\n"); - #endif - fprintf (stdout, "\n"); - exit (0); diff --git a/xcalib-repack.sh b/xcalib-repack.sh deleted file mode 100755 index 3d805c8..0000000 --- a/xcalib-repack.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -set -e - -tmp=$(mktemp -d) - -trap cleanup EXIT -cleanup() { - set +e - [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp" -} - -unset CDPATH -pwd=$(pwd) -ver=0.8 - -cd "$tmp" -wget -N http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/xcalib-source-${ver}.tar.gz -tar zxvf xcalib-source-${ver}.tar.gz -pushd xcalib-${ver} -rm -rf fglrx/ -rm -rf *.{icc,icm} -popd -tar jcf "$pwd"/xcalib-repack-${ver}.tar.bz2 xcalib-${ver} -cd - >/dev/null diff --git a/xcalib.spec b/xcalib.spec deleted file mode 100644 index 462ea55..0000000 --- a/xcalib.spec +++ /dev/null @@ -1,171 +0,0 @@ -Name: xcalib -Version: 0.8 -Release: 37%{?dist} -Summary: Tiny monitor calibration loader for X.org - -# Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later -URL: http://xcalib.sourceforge.net/ -# Sources from http://downloads.sourceforge.net/xcalib/xcalib-source-%%{version}.tar.gz -Source0: http://kwizart.fedorapeople.org/SOURCES/xcalib-repack-%{version}.tar.bz2 -Source10: xcalib-repack.sh -Patch0: xcalib-0.8-cflags.patch -Patch1: xcalib-0.8-rhbz783562.patch - -BuildRequires: make -BuildRequires: gcc - -BuildRequires: xorg-x11-proto-devel -BuildRequires: libXxf86vm-devel -BuildRequires: libX11-devel -BuildRequires: libXext-devel - - -%description -Tiny monitor calibration loader for X.org - - -%prep -%setup -q -%patch -P0 -p1 -b .cflags -%patch -P1 -p2 -b .rhbz783562 - -# Convert file-not-utf8 -iconv -f iso8859-1 -t utf8 README > README-utf8 -touch -r README README-utf8 -mv README-utf8 README - -%build -export CFLAGS="$RPM_OPT_FLAGS" -export XINCLUDEDIR=%{_includedir} -export XLIBDIR=%{_libdir} -%make_build - - -%install -%make_install - - - - -%files -%doc README README.profilers -%license COPYING -%{_bindir}/* - - -%changelog -* Fri Jul 25 2025 Fedora Release Engineering - 0.8-37 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 0.8-36 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Jul 26 2024 Miroslav Suchý - 0.8-35 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 0.8-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 0.8-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0.8-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 0.8-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.8-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 0.8-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.8-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.8-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.8-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 0.8-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 0.8-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.8-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jul 17 2018 Nicolas Chauvet - 0.8-22 -- Refresh spec file - -* Sat Jul 14 2018 Fedora Release Engineering - 0.8-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.8-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.8-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.8-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.8-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.8-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.8-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.8-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.8-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.8-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Jan 26 2013 Nicolas Chauvet - 0.8-11 -- Fix rhbz#783562 - -* Sun Jul 22 2012 Fedora Release Engineering - 0.8-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.8-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Oct 15 2008 kwizart < kwizart at gmail.com > - 0.8-5 -- Rebuild - -* Sat Feb 23 2008 kwizart < kwizart at gmail.com > - 0.8-4 -- Repackage the sources. - -* Thu Feb 14 2008 kwizart < kwizart at gmail.com > - 0.8-3 -- Drop icc profiles (unneeded) -- Fix file-not-utf8 README - -* Sat Feb 2 2008 kwizart < kwizart at gmail.com > - 0.8-2 -- Uses color-filesystem BR and macros - -* Fri Sep 7 2007 kwizart < kwizart at gmail.com > - 0.8-1 -- Update to 0.8 - -* Thu Aug 16 2007 kwizart < kwizart at gmail.com > - 0.6-1 -- Initial package