]> git.pld-linux.org Git - packages/kf5-knotifications.git/commitdiff
- up to 5.10.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 May 2015 13:25:08 +0000 (15:25 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 May 2015 13:25:08 +0000 (15:25 +0200)
kf5-knotifications.spec

index 8f7ab1de6297f512c00b0686cb319845e99da602..819b2b3ea742927da9b363d9400f1d5edf639109 100644 (file)
@@ -1,18 +1,18 @@
 # TODO:
 # - dir /usr/include/KF5 not packaged
 # /usr/share/kf5 not packaged
-%define                kdeframever     5.4
+%define                kdeframever     5.10
 %define                qtver           5.3.2
 %define                kfname          knotifications
 
 Summary:       Desktop notifications
 Name:          kf5-%{kfname}
-Version:       5.4.0
+Version:       5.10.0
 Release:       0.1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 26759f849e6e9bcfa8fe33593c622741
+# Source0-md5: e4a59524920c97a09700ce7d2e2ff261
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{kfname}5_qt --with-qm
+%find_lang %{kfname}5_qt --with-qm --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -91,9 +91,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %ghost %{_libdir}/libKF5Notifications.so.5
-%attr(755,root,root) %{_libdir}/libKF5Notifications.so.5.4.0
+%attr(755,root,root) %{_libdir}/libKF5Notifications.so.*.*
 %{_datadir}/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
 %{_datadir}/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml
+%{_datadir}/kservicetypes5/knotificationplugin.desktop
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.430415 seconds and 4 git commands to generate.