From 0b527fc2e698f5d2bcde89d2fd7489dd09beab05 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 21 Mar 2024 19:38:49 +0000 Subject: [PATCH] qt5-qtserialport package is retired on branch c10s for BAKERY-412 --- .gitignore | 22 --- dead.package | 1 + qt5-qtserialport.spec | 367 ------------------------------------------ sources | 1 - sources.basename | 1 - 5 files changed, 1 insertion(+), 391 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 qt5-qtserialport.spec delete mode 100644 sources delete mode 100644 sources.basename diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eafaaa4..0000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -/qtserialport-everywhere-src-5.10.1.tar.xz -/qtserialport-everywhere-src-5.11.0.tar.xz -/qtserialport-everywhere-src-5.11.1.tar.xz -/qtserialport-everywhere-src-5.11.2.tar.xz -/qtserialport-everywhere-src-5.11.3.tar.xz -/qtserialport-everywhere-src-5.12.1.tar.xz -/qtserialport-everywhere-src-5.12.3.tar.xz -/qtserialport-everywhere-src-5.12.4.tar.xz -/qtserialport-everywhere-src-5.12.5.tar.xz -/qtserialport-everywhere-src-5.13.2.tar.xz -/qtserialport-everywhere-src-5.14.2.tar.xz -/qtserialport-everywhere-src-5.15.1.tar.xz -/qtserialport-everywhere-src-5.15.2.tar.xz -/qtserialport-everywhere-opensource-src-5.15.3.tar.xz -/qtserialport-everywhere-opensource-src-5.15.4.tar.xz -/qtserialport-everywhere-opensource-src-5.15.5.tar.xz -/qtserialport-everywhere-opensource-src-5.15.6.tar.xz -/qtserialport-everywhere-opensource-src-5.15.7.tar.xz -/qtserialport-everywhere-opensource-src-5.15.8.tar.xz -/qtserialport-everywhere-opensource-src-5.15.9.tar.xz -/qtserialport-everywhere-opensource-src-5.15.10.tar.xz -/qtserialport-everywhere-opensource-src-5.15.11.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1bbf4f2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +qt5-qtserialport package is retired on branch c10s for BAKERY-412 \ No newline at end of file diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec deleted file mode 100644 index e0f3fde..0000000 --- a/qt5-qtserialport.spec +++ /dev/null @@ -1,367 +0,0 @@ -%global qt_module qtserialport - -Summary: Qt5 - SerialPort component -Name: qt5-%{qt_module} -Version: 5.15.11 -Release: 1%{?dist} - -# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details -License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -Url: http://www.qt.io -%global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz - -BuildRequires: make -BuildRequires: qt5-qtbase-devel >= %{version} -BuildRequires: pkgconfig(libudev) - -BuildRequires: qt5-qtbase-private-devel -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} - -%description -Qt Serial Port provides the basic functionality, which includes configuring, -I/O operations, getting and setting the control signals of the RS-232 pinouts. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: qt5-qtbase-devel%{?_isa} -%description devel -%{summary}. - -%package examples -Summary: Programming examples for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -%description examples -%{summary}. - - -%prep -%setup -q -n %{qt_module}-everywhere-src-%{version} - - -%build -%{qmake_qt5} \ - %{?_qt5_examplesdir:CONFIG+=qt_example_installs} - -%make_build - - -%install -make install INSTALL_ROOT=%{buildroot} - -## .prl/.la file love -# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs -pushd %{buildroot}%{_qt5_libdir} -for prl_file in libQt5*.prl ; do - sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} - if [ -f "$(basename ${prl_file} .prl).so" ]; then - rm -fv "$(basename ${prl_file} .prl).la" - sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} - fi -done -popd - - -%ldconfig_scriptlets - -%files -%license LICENSE.* -%{_qt5_libdir}/libQt5SerialPort.so.5* - -%files devel -%{_qt5_headerdir}/QtSerialPort/ -%{_qt5_libdir}/libQt5SerialPort.so -%{_qt5_libdir}/libQt5SerialPort.prl -%dir %{_qt5_libdir}/cmake/Qt5SerialPort/ -%{_qt5_libdir}/cmake/Qt5SerialPort/Qt5SerialPortConfig*.cmake -%{_qt5_libdir}/pkgconfig/Qt5SerialPort.pc -%{_qt5_archdatadir}/mkspecs/modules/qt_lib_serialport*.pri - -%if 0%{?docs} -%files doc -%license LICENSE.FDL -%{_qt5_docdir}/qtserialport.qch -%{_qt5_docdir}/qtserialport/ -%endif - -%files examples -%{_qt5_examplesdir}/ - - -%changelog -* Fri Oct 06 2023 Jan Grulich - 5.15.11-1 -- 5.15.11 - -* Fri Jul 21 2023 Fedora Release Engineering - 5.15.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Mon Jun 12 2023 Jan Grulich - 5.15.10-1 -- 5.15.10 - -* Tue Apr 11 2023 Jan Grulich - 5.15.9-1 -- 5.15.9 - -* Tue Jan 31 2023 Jan Grulich - 5.15.8-3 -- migrated to SPDX license - -* Fri Jan 20 2023 Fedora Release Engineering - 5.15.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Jan 05 2023 Jan Grulich - 5.15.8-1 -- 5.15.8 - -* Mon Oct 31 2022 Jan Grulich - 5.15.7-1 -- 5.15.7 - -* Tue Sep 20 2022 Jan Grulich - 5.15.6-1 -- 5.15.6 - -* Sat Jul 23 2022 Fedora Release Engineering - 5.15.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jul 13 2022 Jan Grulich - 5.15.5-1 -- 5.15.5 - -* Mon May 16 2022 Jan Grulich - 5.15.4-1 -- 5.15.4 - -* Fri Mar 04 2022 Jan Grulich - 5.15.3-1 -- 5.15.3 - -* Fri Jan 21 2022 Fedora Release Engineering - 5.15.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 5.15.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 5.15.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Nov 24 07:54:15 CET 2020 Jan Grulich - 5.15.2-2 -- Rebuild for qtbase with -no-reduce-relocations option - -* Fri Nov 20 09:30:47 CET 2020 Jan Grulich - 5.15.2-1 -- 5.15.2 - -* Thu Sep 10 2020 Jan Grulich - 5.15.1-1 -- 5.15.1 - -* Sat Aug 01 2020 Fedora Release Engineering - 5.14.2-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 5.14.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Apr 04 2020 Rex Dieter - 5.14.2-1 -- 5.14.2 - -* Thu Jan 30 2020 Fedora Release Engineering - 5.13.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Dec 09 2019 Jan Grulich - 5.13.2-1 -- 5.13.2 - -* Tue Sep 24 2019 Jan Grulich - 5.12.5-1 -- 5.12.5 - -* Fri Jul 26 2019 Fedora Release Engineering - 5.12.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 14 2019 Jan Grulich - 5.12.4-1 -- 5.12.4 - -* Tue Jun 04 2019 Jan Grulich - 5.12.3-1 -- 5.12.3 - -* Fri Feb 15 2019 Rex Dieter - 5.12.1-1 -- 5.12.1 - -* Sat Feb 02 2019 Fedora Release Engineering - 5.11.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Dec 07 2018 Rex Dieter - 5.11.3-1 -- 5.11.3 - -* Fri Sep 21 2018 Jan Grulich - 5.11.2-1 -- 5.11.2 - -* Sat Jul 14 2018 Fedora Release Engineering - 5.11.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Rex Dieter - 5.11.1-1 -- 5.11.1 - -* Sun May 27 2018 Rex Dieter - 5.11.0-1 -- 5.11.0, use %%make_build %%ldconfig_scriptlets - -* Wed Feb 14 2018 Jan Grulich - 5.10.1-1 -- 5.10.1 - -* Fri Feb 09 2018 Fedora Release Engineering - 5.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Dec 19 2017 Jan Grulich - 5.10.0-1 -- 5.10.0 - -* Thu Nov 23 2017 Jan Grulich - 5.9.3-1 -- 5.9.3 - -* Mon Oct 09 2017 Jan Grulich - 5.9.2-1 -- 5.9.2 - -* Thu Aug 03 2017 Fedora Release Engineering - 5.9.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 5.9.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Jul 19 2017 Rex Dieter - 5.9.1-1 -- 5.9.1 - -* Fri Jun 16 2017 Rex Dieter - 5.9.0-2 -- drop shadow/out-of-tree builds (#1456211,QTBUG-37417) - -* Wed May 31 2017 Helio Chissini de Castro - 5.9.0-1 -- Upstream official release - -* Fri May 26 2017 Helio Chissini de Castro - 5.9.0-0.1.rc -- Upstream Release Candidate retagged - -* Wed May 24 2017 Helio Chissini de Castro - 5.9.0-0.rc.1 -- Upstream Release Candidate 1 - -* Wed May 24 2017 Helio Chissini de Castro - 5.9.0-0.rc.1 -- Upstream Release Candidate 1 - -* Fri May 05 2017 Helio Chissini de Castro - 5.9.0-0.beta.3 -- New upstream beta 3 version - -* Sun Apr 16 2017 Helio Chissini de Castro - 5.9.0-0.beta.1 -- New upstream beta version - -* Mon Jan 30 2017 Helio Chissini de Castro - 5.8.0-1 -- New upstream version - -* Sat Dec 10 2016 Rex Dieter - 5.7.1-2 -- 5.7.1 dec5 snapshot -- drop BR: cmake (handled by qt5-rpm-macros now) -- BR: qt5-qtbase-private-devel - -* Wed Nov 09 2016 Helio Chissini de Castro - 5.7.1-1 -- New upstream version - -* Tue Jun 14 2016 Helio Chissini de Castro - 5.7.0-2 -- Compiled with gcc - -* Tue Jun 14 2016 Helio Chissini de Castro - 5.7.0-2 -- Compiled with gcc - -* Tue Jun 14 2016 Helio Chissini de Castro - 5.7.0-2 -- Compiled with gcc - -* Tue Jun 14 2016 Helio Chissini de Castro - 5.7.0-1 -- Qt 5.7.0 release - -* Thu Jun 09 2016 Jan Grulich - 5.6.1-1 -- Update to 5.6.1 - -* Sun Mar 20 2016 Rex Dieter - 5.6.0-3 -- rebuild - -* Fri Mar 18 2016 Rex Dieter - 5.6.0-2 -- rebuild - -* Mon Mar 14 2016 Helio Chissini de Castro - 5.6.0-1 -- 5.6.0 final release - -* Tue Feb 23 2016 Helio Chissini de Castro - 5.6.0-0.7.rc -- Update to final RC - -* Mon Feb 15 2016 Helio Chissini de Castro - 5.6.0-0.6 -- Update RC release - -* Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.5.beta3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Dec 28 2015 Rex Dieter 5.6.0-0.4.beta3 -- update source URL, use %%license, BR: cmake - -* Mon Dec 21 2015 Helio Chissini de Castro - 5.6.0-0.3 -- Update to final beta3 release - -* Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-0.2 -- Official beta3 release - -* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 -- Start to implement 5.6.0 beta3 - -* Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 -- Update to final release 5.5.1 - -* Tue Sep 29 2015 Helio Chissini de Castro - 5.5.1-1 -- Update to Qt 5.5.1 RC1 - -* Wed Jul 29 2015 Rex Dieter 5.5.0-3 -- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping - -* Thu Jul 16 2015 Rex Dieter 5.5.0-2 -- tighten qtbase dep (#1233829) - -* Wed Jul 1 2015 Helio Chissini de Castro 5.5.0-1 -- New final upstream release Qt 5.5.0 - -* Thu Jun 25 2015 Helio Chissini de Castro - 5.5.0-0.2.rc -- Update for official RC1 released packages - -* Wed Jun 17 2015 Daniel Vrátil - 5.5.0-0.1.rc -- Qt 5.5.0 RC1 - -* Wed Jun 03 2015 Jan Grulich 5.4.2-1 -- 5.4.2 - -* Thu Apr 30 2015 Rex Dieter 5.4.1-2 -- Add qt5-qtserialport-examples (#1190202) - -* Fri Feb 27 2015 Rex Dieter 5.4.1-1 -- 5.4.1 - -* Wed Dec 10 2014 Rex Dieter 5.4.0-1 -- 5.4.0 (final) - -* Fri Nov 28 2014 Rex Dieter 5.4.0-0.3.rc -- 5.4.0-rc - -* Mon Nov 03 2014 Rex Dieter 5.4.0-0.2.beta3 -- out-of-tree build, use %%qmake_qt5 - -* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta3 -- 5.4.0-beta3 - -* Wed Sep 17 2014 Rex Dieter - 5.3.2-1 -- 5.3.2 - -* Sun Aug 17 2014 Fedora Release Engineering - 5.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Thu Jul 24 2014 Rex Dieter 5.3.1-1 -- 5.3.1 - -* Sun Jun 08 2014 Fedora Release Engineering - 5.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 21 2014 Jan Grulich 5.3.0-1 -- 5.3.0 - -* Sat Apr 26 2014 Rex Dieter 5.2.1-2 -- clean .prl files (buildroot, excessive deps) (#1091630) - -* Thu Feb 06 2014 Rex Dieter 5.2.1-1 -- 5.2.1 - -* Mon Jan 27 2014 Rex Dieter 5.2.0-2 -- ready -examples subpkg - -* Thu Jan 02 2014 Rex Dieter 5.2.0-1 -- first try diff --git a/sources b/sources deleted file mode 100644 index a631f87..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (qtserialport-everywhere-opensource-src-5.15.11.tar.xz) = ff863b20283f36f865dbcf363faff5555234438ac29f475f98f2a351bbcac320fb1764ecc42f0cdcc729b6b6a64792ca86f35cfa2567d9ade5ef72ff2e493e2f diff --git a/sources.basename b/sources.basename deleted file mode 100644 index e354352..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -qtserialport-everywhere-src