Compare commits
No commits in common. "d203186ba7d93ae7dced52ff4ffb8f7dc9cdf8c4" and "5b073e5966b4330741906af6724f421de7990339" have entirely different histories.
d203186ba7
...
5b073e5966
@ -1,48 +1,26 @@
|
|||||||
%global qt_module qtxmlpatterns
|
Name: qt5-qtxmlpatterns
|
||||||
|
Version: 5.11.1
|
||||||
|
Release: 4
|
||||||
|
Summary: Provide support for XQuery, XPath, etc
|
||||||
|
|
||||||
#global bootstrap 1
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
|
|
||||||
Summary: Qt5 - QtXmlPatterns component
|
|
||||||
Name: qt5-%{qt_module}
|
|
||||||
Version: 5.15.10
|
|
||||||
Release: 1
|
|
||||||
# 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
|
Url: http://www.qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtxmlpatterns-everywhere-src-5.11.1.tar.xz
|
||||||
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} qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
|
||||||
#libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
||||||
|
|
||||||
%if 0%{?bootstrap}
|
|
||||||
Obsoletes: %{name}-examples < %{version}-%{release}
|
|
||||||
%global no_examples CONFIG-=compile_examples
|
|
||||||
%else
|
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
|
||||||
%global qml 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Qt XML Patterns module provides support for XPath, XQuery, XSLT,
|
This package is qt5-qtxmlpatterns component. It provides support for XQuery, XPath, etc.
|
||||||
and XML Schema validation.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Programming examples and libraries for qt5-qtxmlpatterns development
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release} qt5-qtbase-devel
|
||||||
Requires: qt5-qtbase-devel%{?_isa}
|
|
||||||
|
Provides: qt5-qtxmlpatterns-examples
|
||||||
|
Obsoletes: qt5-qtxmlpatterns-examples
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
This package contains the programming examples and libraries for qt5-qtxmlpatterns development.
|
||||||
|
|
||||||
%package examples
|
|
||||||
Summary: Programming examples for %{name}
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
%description examples
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n qtxmlpatterns-everywhere-src-%{version} -p1
|
%autosetup -n qtxmlpatterns-everywhere-src-%{version} -p1
|
||||||
@ -55,69 +33,53 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%make_install INSTALL_ROOT=%{buildroot}
|
%make_install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
mkdir %{buildroot}%{_bindir}
|
mkdir %{buildroot}%{_bindir}
|
||||||
pushd %{buildroot}%{_qt5_bindir}
|
cd %{buildroot}%{_qt5_bindir}
|
||||||
for i in * ; do
|
|
||||||
case "${i}" in
|
|
||||||
xmlpatterns|xmlpatternsvalidator)
|
|
||||||
ln -v ${i} %{buildroot}%{_bindir}/${i}-qt5
|
|
||||||
ln -sv ${i} ${i}-qt5
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
ln -v ${i} %{buildroot}%{_bindir}/${i}
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
|
|
||||||
## .prl/.la file love
|
for i in *
|
||||||
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
do
|
||||||
pushd %{buildroot}%{_qt5_libdir}
|
if [ ${i} = "xmlpatterns" ]
|
||||||
for prl_file in libQt5*.prl ; do
|
then
|
||||||
|
ln ${i} %{buildroot}%{_bindir}/${i}-qt5
|
||||||
|
ln -s ${i} ${i}-qt5
|
||||||
|
elif [ ${i} = "xmlpatternsvalidator" ]
|
||||||
|
then
|
||||||
|
ln ${i} %{buildroot}%{_bindir}/${i}-qt5
|
||||||
|
ln -s ${i} ${i}-qt5
|
||||||
|
else
|
||||||
|
ln ${i} %{buildroot}%{_bindir}/${i}
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
cd -
|
||||||
|
|
||||||
|
cd %{buildroot}%{_qt5_libdir}
|
||||||
|
for prl_file in libQt5*.prl
|
||||||
|
do
|
||||||
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
||||||
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
if [ -f "$(basename ${prl_file} .prl).so" ]
|
||||||
|
then
|
||||||
rm -fv "$(basename ${prl_file} .prl).la"
|
rm -fv "$(basename ${prl_file} .prl).la"
|
||||||
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
popd
|
cd -
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
%ldconfig_scriptlets
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.LGPL*
|
%license LICENSE.LGPL*
|
||||||
%{_qt5_libdir}/libQt5XmlPatterns.so.5*
|
%{_qt5_libdir}/libQt5*.*
|
||||||
# consider subpkg to make boostrapping easier? -- rex
|
|
||||||
%if 0%{?qml}
|
|
||||||
%{_qt5_archdatadir}/qml/QtQuick/XmlListModel/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_qt5_bindir}/xmlpatterns*
|
%{_qt5_bindir}/xmlpatterns*
|
||||||
%{_bindir}/xmlpatterns*
|
%{_bindir}/xmlpatterns*
|
||||||
%{_qt5_headerdir}/Qt*/
|
%{_qt5_headerdir}/Qt*/
|
||||||
%{_qt5_libdir}/libQt5*.so
|
|
||||||
%{_qt5_libdir}/libQt5*.prl
|
|
||||||
%{_qt5_libdir}/cmake/Qt5*/
|
%{_qt5_libdir}/cmake/Qt5*/
|
||||||
%{_qt5_libdir}/pkgconfig/Qt5*.pc
|
%{_qt5_libdir}/pkgconfig/Qt5*.pc
|
||||||
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
||||||
|
|
||||||
%if !0%{?no_examples:1}
|
|
||||||
%files examples
|
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.10-1
|
|
||||||
- update to version 5.15.10-1
|
|
||||||
|
|
||||||
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
|
||||||
- update to upstream version 5.15.2
|
|
||||||
|
|
||||||
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5
|
|
||||||
- Fix Source0
|
|
||||||
|
|
||||||
* Mon Oct 28 2019 dongjian <dongjian13@huawei.com> - 5.11.1-4
|
* Mon Oct 28 2019 dongjian <dongjian13@huawei.com> - 5.11.1-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: git
|
|
||||||
src_repo: https://code.qt.io/qt/qtxmlpatterns.git
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
Binary file not shown.
BIN
qtxmlpatterns-everywhere-src-5.11.1.tar.xz
Normal file
BIN
qtxmlpatterns-everywhere-src-5.11.1.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user