|
|
|
%global framework khtml
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
|
|
|
|
|
|
|
|
License: LGPLv2+ and GPLv3 and MIT and BSD
|
|
|
|
URL: http://www.kde.org
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%global stable unstable
|
|
|
|
%else
|
|
|
|
%global stable stable
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: giflib-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
%if %{fedora} >= 24
|
|
|
|
BuildRequires: perl-Getopt-Long
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
|
|
|
|
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-sonnet-devel >= %{version}
|
|
|
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
%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
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
mkdir -p %{_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
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f khtml5_qt.lang
|
|
|
|
%doc COPYING.GPL3 COPYING.LIB README.md
|
|
|
|
%{_kf5_libdir}/libKF5KHtml.so.*
|
|
|
|
%{_kf5_plugindir}/parts/*.so
|
|
|
|
%{_kf5_datadir}/kf5/kjava/
|
|
|
|
%{_kf5_datadir}/kf5/khtml/
|
|
|
|
%{_kf5_datadir}/kxmlgui5/khtml/
|
|
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
|
|
%config %{_kf5_sysconfdir}/xdg/khtmlrc
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc
|
|
|
|
%{_kf5_libdir}/libKF5KHtml.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5KHtml
|
|
|
|
%{_kf5_includedir}/KHtml/
|
|
|
|
%{_kf5_includedir}/khtml_version.h
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KHtml.pri
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
* Tue Dec 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.17.0-1
|
|
|
|
- KDE Frameworks 5.17.0
|
|
|
|
|
|
|
|
* Sun Nov 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.16.0-1
|
|
|
|
- KDE Frameworks 5.16.0
|
|
|
|
|
|
|
|
* Thu Oct 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.15.0-1
|
|
|
|
- KDE Frameworks 5.15.0
|
|
|
|
|
|
|
|
* Wed Sep 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.14.0-1
|
|
|
|
- KDE Frameworks 5.14.0
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
|
|
- KDE Frameworks 5.13
|
|
|
|
|
|
|
|
* Fri Jul 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.12.0-1
|
|
|
|
- KDE Frameworks 5.12.0
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 10 2015 Daniel Vrátil <dvratil@redhat.com> - 5.11.0-1
|
|
|
|
- KDE Frameworks 5.11.0
|
|
|
|
|
|
|
|
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
|
|
|
|
- KDE Frameworks 5.10.0
|
|
|
|
|
|
|
|
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
|
|
|
|
- KDE Frameworks 5.9.0
|
|
|
|
|
|
|
|
* Mon Mar 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.8.0-1
|
|
|
|
- KDE Frameworks 5.8.0
|
|
|
|
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-2
|
|
|
|
- Rebuild (GCC 5)
|
|
|
|
|
|
|
|
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
|
|
- KDE Frameworks 5.7.0
|
|
|
|
|
|
|
|
* Mon Feb 09 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
|
|
- KDE Frameworks 5.7.0
|
|
|
|
|
|
|
|
* Thu Jan 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
|
|
|
|
- KDE Frameworks 5.6.0
|
|
|
|
|
|
|
|
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
|
|
|
|
- KDE Frameworks 5.5.0
|
|
|
|
|
|
|
|
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
|
|
|
- KDE Frameworks 5.4.0
|
|
|
|
|
|
|
|
* Tue Oct 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
|
|
|
- KDE Frameworks 5.3.0
|
|
|
|
|
|
|
|
* Mon Sep 15 2014 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
|
|
|
- KDE Frameworks 5.2.0
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Aug 06 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
|
|
|
|
- KDE Frameworks 5.1.0
|
|
|
|
|
|
|
|
* Tue Jul 15 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-2
|
|
|
|
- Fix plugin installation path
|
|
|
|
|
|
|
|
* Wed Jul 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
|
|
|
|
- KDE Frameworks 5.0.0
|
|
|
|
|
|
|
|
* Mon Jul 07 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-2
|
|
|
|
- Fixed license
|
|
|
|
- Fixed installation of config files
|
|
|
|
- Fixed Source0 URL
|
|
|
|
|
|
|
|
* Tue Jun 03 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-1
|
|
|
|
- KDE Frameworks 4.100.0
|
|
|
|
|
|
|
|
* Mon May 05 2014 Daniel Vrátil <dvratil@redhat.com> - 4.99.0
|
|
|
|
- KDE Frameworks 4.99.0
|
|
|
|
|
|
|
|
* Mon Mar 31 2014 Jan Grulich <jgrulich@redhat.com> 4.98.0-1
|
|
|
|
- Update to KDE Frameworks 5 Beta 1 (4.98.0)
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 Jan Grulich <jgrulich@redhat.com> 4.97.0-1
|
|
|
|
- Update to KDE Frameworks 5 Alpha 1 (4.97.0)
|
|
|
|
|
|
|
|
* Wed Feb 12 2014 Daniel Vrátil <dvratil@redhat.com> 4.96.0-1
|
|
|
|
- Update to KDE Frameworks 5 Alpha 1 (4.96.0)
|
|
|
|
|
|
|
|
* Thu Feb 06 2014 Daniel Vrátil <dvratil@redhat.com> 4.96.0-0.1.20140206git
|
|
|
|
- Update to pre-relase snapshot of 4.96.0
|
|
|
|
|
|
|
|
* Thu Jan 09 2014 Daniel Vrátil <dvratil@redhat.com> 4.95.0-1
|
|
|
|
- Update to KDE Frameworks 5 TP1 (4.95.0)
|
|
|
|
|
|
|
|
* Thu Jan 09 2014 Siddharth Sharma <siddharths@fedoraproject.org>
|
|
|
|
- Initial Release
|