Blame SPECS/qt5-qtserialport.spec

bafc45
%global qt_module qtserialport
bafc45
10d175
%global build_tests 1
10d175
bafc45
Summary: Qt5 - SerialPort component
bafc45
Name:    qt5-%{qt_module}
0be55a
Version: 5.15.2
0be55a
Release: 2%{?dist}
bafc45
bafc45
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
bafc45
License: LGPLv2 with exceptions or GPLv3 with exceptions
bafc45
Url:     http://www.qt.io
bafc45
%global majmin %(echo %{version} | cut -d. -f1-2)
bafc45
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
bafc45
bafc45
BuildRequires: qt5-qtbase-devel >= %{version}
bafc45
BuildRequires: pkgconfig(libudev)
bafc45
bafc45
BuildRequires: qt5-qtbase-private-devel
bafc45
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
bafc45
bafc45
%description
bafc45
Qt Serial Port provides the basic functionality, which includes configuring,
bafc45
I/O operations, getting and setting the control signals of the RS-232 pinouts.
bafc45
bafc45
%package devel
bafc45
Summary: Development files for %{name}
bafc45
Requires: %{name}%{?_isa} = %{version}-%{release}
bafc45
Requires: qt5-qtbase-devel%{?_isa}
bafc45
%description devel
bafc45
%{summary}.
bafc45
bafc45
%package examples
bafc45
Summary: Programming examples for %{name}
bafc45
Requires: %{name}%{?_isa} = %{version}-%{release}
bafc45
%description examples
bafc45
%{summary}.
bafc45
10d175
%if 0%{?build_tests}
10d175
%package tests
10d175
Summary: Unit tests for %{name}
10d175
Requires: %{name}%{?_isa} = %{version}-%{release}
10d175
10d175
%description tests
10d175
%{summary}.
10d175
%endif
bafc45
bafc45
%prep
bafc45
%setup -q -n %{qt_module}-everywhere-src-%{version}
bafc45
bafc45
bafc45
%build
bafc45
%{qmake_qt5} \
bafc45
  %{?_qt5_examplesdir:CONFIG+=qt_example_installs}
bafc45
bafc45
%make_build
bafc45
10d175
%if 0%{?build_tests}
10d175
make sub-tests %{?_smp_mflags} -k ||:
10d175
%endif
10d175
bafc45
bafc45
%install
bafc45
make install INSTALL_ROOT=%{buildroot}
bafc45
10d175
%if 0%{?build_tests}
10d175
# Install tests for gating
10d175
mkdir -p %{buildroot}%{_qt5_libdir}/qt5
10d175
find ./tests -not -path '*/\.*' -type d | while read LINE
10d175
do
10d175
    mkdir -p "%{buildroot}%{_qt5_libdir}/qt5/$LINE"
10d175
done
10d175
find ./tests -not -path '*/\.*' -not -name '*.h' -not -name '*.cpp' -not -name '*.pro' -not -name 'uic_wrapper.sh' -not -name 'Makefile' -not -name 'target_wrapper.sh' -type f | while read LINE
10d175
do
10d175
    cp -r --parents "$LINE" %{buildroot}%{_qt5_libdir}/qt5/
10d175
done
10d175
%endif
10d175
bafc45
## .prl/.la file love
bafc45
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
bafc45
pushd %{buildroot}%{_qt5_libdir}
bafc45
for prl_file in libQt5*.prl ; do
bafc45
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
bafc45
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
bafc45
    rm -fv "$(basename ${prl_file} .prl).la"
bafc45
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
bafc45
  fi
bafc45
done
bafc45
popd
bafc45
bafc45
%ldconfig_scriptlets
bafc45
bafc45
%files
bafc45
%license LICENSE.*
bafc45
%{_qt5_libdir}/libQt5SerialPort.so.5*
bafc45
bafc45
%files devel
bafc45
%{_qt5_headerdir}/QtSerialPort/
bafc45
%{_qt5_libdir}/libQt5SerialPort.so
bafc45
%{_qt5_libdir}/libQt5SerialPort.prl
bafc45
%dir %{_qt5_libdir}/cmake/Qt5SerialPort/
bafc45
%{_qt5_libdir}/cmake/Qt5SerialPort/Qt5SerialPortConfig*.cmake
bafc45
%{_qt5_libdir}/pkgconfig/Qt5SerialPort.pc
bafc45
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_serialport*.pri
bafc45
bafc45
%if 0%{?docs}
bafc45
%files doc
bafc45
%license LICENSE.FDL
bafc45
%{_qt5_docdir}/qtserialport.qch
bafc45
%{_qt5_docdir}/qtserialport/
bafc45
%endif
bafc45
bafc45
%files examples
bafc45
%{_qt5_examplesdir}/
bafc45
10d175
%if 0%{?build_tests}
10d175
%files tests
10d175
%{_qt5_libdir}/qt5/tests
10d175
%endif
bafc45
bafc45
%changelog
0be55a
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
0be55a
- Rebuild (binutils)
0be55a
  Resolves: bz#1930054
0be55a
0be55a
* Mon Apr 05 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
0be55a
- 5.15.2
0be55a
  Resolves: bz#1930054
0be55a
10d175
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
10d175
- 5.12.5
10d175
  Resolves: bz#1733150
10d175
bafc45
* Mon Dec 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-3
bafc45
- Rebuild for broken CI
bafc45
  Resolves: bz#1657236
bafc45
bafc45
* Mon Dec 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-2
bafc45
- Rebuild to fix CET notes
bafc45
  Resolves: bz#1657236
bafc45
bafc45
* Tue Jul 03 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-1
bafc45
- 5.11.1
bafc45
bafc45
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
bafc45
- 5.10.1
bafc45
bafc45
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bafc45
bafc45
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
bafc45
- 5.10.0
bafc45
bafc45
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
bafc45
- 5.9.3
bafc45
bafc45
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
bafc45
- 5.9.2
bafc45
bafc45
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-3
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bafc45
bafc45
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-2
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bafc45
bafc45
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
bafc45
- 5.9.1
bafc45
bafc45
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
bafc45
- drop shadow/out-of-tree builds (#1456211,QTBUG-37417)
bafc45
bafc45
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
bafc45
- Upstream official release
bafc45
bafc45
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
bafc45
- Upstream Release Candidate retagged
bafc45
bafc45
* Wed May 24 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.rc.1
bafc45
- Upstream Release Candidate 1
bafc45
bafc45
* Wed May 24 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.rc.1
bafc45
- Upstream Release Candidate 1
bafc45
bafc45
* Fri May 05 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
bafc45
- New upstream beta 3 version
bafc45
bafc45
* Sun Apr 16 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.1
bafc45
- New upstream beta version
bafc45
bafc45
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
bafc45
- New upstream version
bafc45
bafc45
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
bafc45
- 5.7.1 dec5 snapshot
bafc45
- drop BR: cmake (handled by qt5-rpm-macros now)
bafc45
- BR: qt5-qtbase-private-devel
bafc45
bafc45
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
bafc45
- New upstream version
bafc45
bafc45
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
bafc45
- Compiled with gcc
bafc45
bafc45
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
bafc45
- Compiled with gcc
bafc45
bafc45
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
bafc45
- Compiled with gcc
bafc45
bafc45
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
bafc45
- Qt 5.7.0 release
bafc45
bafc45
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
bafc45
- Update to 5.6.1
bafc45
bafc45
* Sun Mar 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
bafc45
- rebuild
bafc45
bafc45
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-2
bafc45
- rebuild
bafc45
bafc45
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
bafc45
- 5.6.0 final release
bafc45
bafc45
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7.rc
bafc45
- Update to final RC
bafc45
bafc45
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
bafc45
- Update RC release
bafc45
bafc45
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.5.beta3
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bafc45
bafc45
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.4.beta3
bafc45
- update source URL, use %%license, BR: cmake
bafc45
bafc45
* Mon Dec 21 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
bafc45
- Update to final beta3 release
bafc45
bafc45
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
bafc45
- Official beta3 release
bafc45
bafc45
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
bafc45
- Start to implement 5.6.0 beta3
bafc45
bafc45
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
bafc45
- Update to final release 5.5.1
bafc45
bafc45
* Tue Sep 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
bafc45
- Update to Qt 5.5.1 RC1
bafc45
bafc45
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
bafc45
- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping
bafc45
bafc45
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-2
bafc45
- tighten qtbase dep (#1233829)
bafc45
bafc45
* Wed Jul 1 2015 Helio Chissini de Castro <helio@kde.org> 5.5.0-1
bafc45
- New final upstream release Qt 5.5.0
bafc45
bafc45
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
bafc45
- Update for official RC1 released packages
bafc45
bafc45
* Wed Jun 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-0.1.rc
bafc45
- Qt 5.5.0 RC1
bafc45
bafc45
* Wed Jun 03 2015 Jan Grulich <jgrulich@redhat.com> 5.4.2-1
bafc45
- 5.4.2
bafc45
bafc45
* Thu Apr 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
bafc45
- Add qt5-qtserialport-examples (#1190202)
bafc45
bafc45
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
bafc45
- 5.4.1
bafc45
bafc45
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
bafc45
- 5.4.0 (final)
bafc45
bafc45
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.rc
bafc45
- 5.4.0-rc
bafc45
bafc45
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.2.beta3
bafc45
- out-of-tree build, use %%qmake_qt5
bafc45
bafc45
* Sun Oct 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta3
bafc45
- 5.4.0-beta3
bafc45
bafc45
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1
bafc45
- 5.3.2
bafc45
bafc45
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bafc45
bafc45
* Thu Jul 24 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-1
bafc45
- 5.3.1
bafc45
bafc45
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-2
bafc45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bafc45
bafc45
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
bafc45
- 5.3.0
bafc45
bafc45
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
bafc45
- clean .prl files (buildroot, excessive deps) (#1091630)
bafc45
bafc45
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
bafc45
- 5.2.1
bafc45
bafc45
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
bafc45
- ready -examples subpkg
bafc45
bafc45
* Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
bafc45
- first try