]> git.pld-linux.org Git - packages/kf5-frameworkintegration.git/commitdiff
- updated to 5.23
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 9 Jul 2016 10:51:51 +0000 (13:51 +0300)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 9 Jul 2016 10:51:51 +0000 (13:51 +0300)
kf5-frameworkintegration.spec

index 60a6496ac93b38e9a4d50b9b0643c179bbd555fb..15a6e448aae704263fc8dd9df732dc29b72d6c36 100644 (file)
@@ -1,15 +1,15 @@
-%define         kdeframever     5.19
+%define         kdeframever     5.23
 %define                qtver           5.3.2
 %define                kfname          frameworkintegration
 
 Summary:       HTML rendering engine
 Name:          kf5-%{kfname}
-Version:       5.19.0
+Version:       5.23.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 5ff469c4b86c11bae91b1ee43a8fe386
+# Source0-md5: 16af94413983986c36a3a2b9279a3b7b
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -52,6 +52,7 @@ BuildRequires:        rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: zlib-devel
+Requires:      kf5-dirs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                qt5dir          %{_libdir}/qt5
@@ -89,24 +90,22 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{kfname}5
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files -f %{kfname}5.lang
+%files
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %ghost %{_libdir}/libKF5Style.so.5
 %attr(755,root,root) %{_libdir}/libKF5Style.so.*.*
 %attr(755,root,root) %{_libdir}/qt5/plugins/kf5/FrameworkIntegrationPlugin.so
-%attr(755,root,root) %{_libdir}/qt5/plugins/platformthemes/KDEPlatformTheme.so
+#%%attr(755,root,root) %{_libdir}/qt5/plugins/platformthemes/KDEPlatformTheme.so
 %{_datadir}/knotifications5/plasma_workspace.notifyrc
-%{_datadir}/kconf_update/frameworksintegration-5.16-font.sh
-%{_datadir}/kconf_update/frameworksintegration-5.16-font.upd
+#%%{_datadir}/kconf_update/frameworksintegration-5.16-font.sh
+#%%{_datadir}/kconf_update/frameworksintegration-5.16-font.upd
 %dir %{_datadir}/kf5/infopage
 %{_datadir}/kf5/infopage/bar-bottom-left.png
 %{_datadir}/kf5/infopage/bar-bottom-middle.png
This page took 0.264067 seconds and 4 git commands to generate.