Add qt5-qtserialport-examples (#1190202)
This commit is contained in:
parent
03c2a08586
commit
6ce010d896
@ -6,7 +6,7 @@
|
|||||||
Summary: Qt5 - SerialPort component
|
Summary: Qt5 - SerialPort component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.4.1
|
Version: 5.4.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -58,7 +58,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
%{qmake_qt5} ..
|
%{qmake_qt5} .. \
|
||||||
|
%{?_qt5_examplesdir:CONFIG+=qt_example_installs}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -121,14 +122,16 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# no examples, yet
|
# no examples, yet
|
||||||
%if 0
|
%if 0%{?_qt5_examplesdir:1}
|
||||||
#if 0%{?_qt5_examplesdir:1}
|
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
|
||||||
|
- Add qt5-qtserialport-examples (#1190202)
|
||||||
|
|
||||||
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
|
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
|
||||||
- 5.4.1
|
- 5.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user