examples subpkg
This commit is contained in:
parent
f693c3e652
commit
0a660d086e
@ -26,7 +26,7 @@
|
|||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Version: 5.2.0
|
Version: 5.2.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -174,6 +174,12 @@ BuildArch: noarch
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package examples
|
||||||
|
Summary: Programming examples for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description examples
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static library files for %{name}
|
Summary: Static library files for %{name}
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
@ -309,7 +315,6 @@ popd
|
|||||||
-icu \
|
-icu \
|
||||||
-openssl-linked \
|
-openssl-linked \
|
||||||
-optimized-qmake \
|
-optimized-qmake \
|
||||||
-nomake examples \
|
|
||||||
-nomake tests \
|
-nomake tests \
|
||||||
-no-pch \
|
-no-pch \
|
||||||
-no-rpath \
|
-no-rpath \
|
||||||
@ -611,6 +616,9 @@ popd
|
|||||||
%{_qt5_libdir}/libQt5PlatformSupport.prl
|
%{_qt5_libdir}/libQt5PlatformSupport.prl
|
||||||
%{_qt5_libdir}/pkgconfig/Qt5PlatformSupport.pc
|
%{_qt5_libdir}/pkgconfig/Qt5PlatformSupport.pc
|
||||||
|
|
||||||
|
%files examples
|
||||||
|
%{_qt5_examplesdir}/
|
||||||
|
|
||||||
%if "%{?ibase}" != "-no-sql-ibase"
|
%if "%{?ibase}" != "-no-sql-ibase"
|
||||||
%files ibase
|
%files ibase
|
||||||
%{_qt5_plugindir}/sqldrivers/libqsqlibase.so
|
%{_qt5_plugindir}/sqldrivers/libqsqlibase.so
|
||||||
@ -657,6 +665,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 25 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-5
|
||||||
|
- -examples subpkg
|
||||||
|
|
||||||
* Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
|
* Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
|
||||||
- fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
|
- fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
|
||||||
- fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
|
- fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
|
||||||
|
Loading…
Reference in New Issue
Block a user