116 lines
3.9 KiB
RPMSpec
116 lines
3.9 KiB
RPMSpec
%global framework khtml
|
|
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
|
|
Name: kf5-%{framework}
|
|
Version: 5.113.0
|
|
Release: 1
|
|
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
|
|
License: LGPLv2+ and GPLv3 and MIT and BSD
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
%global majmin %majmin_ver_kf5
|
|
%global stable %stable_kf5
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
BuildRequires: fdupes
|
|
BuildRequires: giflib-devel
|
|
BuildRequires: gperf
|
|
BuildRequires: kf5-karchive-devel >= %{version}
|
|
BuildRequires: kf5-kcodecs-devel >= %{version}
|
|
BuildRequires: kf5-kglobalaccel-devel >= %{version}
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
BuildRequires: kf5-kiconthemes-devel >= %{version}
|
|
BuildRequires: kf5-kio-devel >= %{version}
|
|
BuildRequires: kf5-kjs-devel >= %{version}
|
|
BuildRequires: kf5-knotifications-devel >= %{version}
|
|
BuildRequires: kf5-kparts-devel >= %{version}
|
|
BuildRequires: kf5-ktextwidgets-devel >= %{version}
|
|
BuildRequires: kf5-kwallet-devel >= %{version}
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
|
|
BuildRequires: kf5-kwindowsystem-devel >= %{version}
|
|
BuildRequires: kf5-kxmlgui-devel >= %{version}
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
BuildRequires: kf5-sonnet-devel >= %{version}
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: perl-interpreter perl(Getopt::Long)
|
|
BuildRequires: phonon-qt5-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
%description
|
|
KHTML is a web rendering engine, based on the KParts technology and using KJS
|
|
for JavaScript support.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: kf5-ki18n-devel >= %{version}
|
|
Requires: kf5-kio-devel >= %{version}
|
|
Requires: kf5-kjs-devel >= %{version}
|
|
Requires: kf5-kparts-devel >= %{version}
|
|
Requires: qt5-qtbase-devel
|
|
Requires: kf5-ktextwidgets-devel >= %{version}
|
|
Requires: kf5-kcodecs-devel >= %{version}
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version}
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} .. \
|
|
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"
|
|
popd
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
%find_lang khtml5_qt --with-qt --all-name
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f khtml5_qt.lang
|
|
%doc README.md
|
|
%license COPYING.GPL3 COPYING.LIB
|
|
%{_kf5_libdir}/libKF5KHtml.so.*
|
|
%dir %{_kf5_plugindir}/parts/
|
|
%{_kf5_plugindir}/parts/*.so
|
|
%{_kf5_datadir}/kf5/khtml/
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
%config %{_kf5_sysconfdir}/xdg/khtmlrc
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}*
|
|
|
|
%files devel
|
|
%{_kf5_libdir}/libKF5KHtml.so
|
|
%{_kf5_libdir}/cmake/KF5KHtml/
|
|
%{_kf5_includedir}/KHtml/
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KHtml.pri
|
|
|
|
%changelog
|
|
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
|
- Update to upstream version 5.113.0
|
|
|
|
* Thu Aug 03 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
|
|
- Update to upstream version 5.108.0
|
|
|
|
* Tue Dec 13 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
|
|
- Update to upstream version 5.100.0
|
|
|
|
* Tue Jul 5 2022 huayadong <huayadong@kylinos.cn> - 5.95.0-1
|
|
- update to upstream version 5.95.0
|
|
|
|
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
|
|
- update to upstream version 5.90.0
|
|
|
|
* Mon Jan 24 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
|
|
- update to upstream version 5.88.0
|
|
|
|
* Fri Sep 10 2021 baizhonggui <baizhonggui@huawei.com> - 5.55.0-1
|
|
- Package init
|