]> git.pld-linux.org Git - packages/kf5-kwallet.git/blobdiff - kf5-kwallet.spec
- up to 5.43.0
[packages/kf5-kwallet.git] / kf5-kwallet.spec
index ab22335607c9a3ee1c3f0ec4051834b9310c2b42..82a24353bb73c9591d9aad39228aba13324ec992 100644 (file)
@@ -1,21 +1,18 @@
 # TODO:
 # Not packaged:
-# /usr/include/KF5
-# /usr/share/knotifications5
-# /usr/share/kservices5
 # - build with kf5-gpgmepp
-%define                kdeframever     5.4
+%define                kdeframever     5.43
 %define                qtver           5.3.2
 %define                kfname          kwallet
 
 Summary:       Safe desktop-wide storage for passwords
 Name:          kf5-%{kfname}
-Version:       5.4.0
-Release:       0.1
+Version:       5.43.0
+Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 244af5c935e94271c5a7781e629a2a78
+# Source0-md5: 43173ebb19608ca56e3b1a1c737b3716
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -41,9 +38,11 @@ BuildRequires:       kf5-kservice-devel >= %{version}
 BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
 BuildRequires: kf5-kwindowsystem-devel >= %{version}
 BuildRequires: libgcrypt-devel >= 1.5.0
+BuildRequires: gpgme-c++-devel
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Requires:      kf5-dirs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                qt5dir          %{_libdir}/qt5
@@ -86,25 +85,29 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{kfname} --all-name --with-kde
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{kfname}.lang
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %{_bindir}/kwalletd5
+%attr(755,root,root) %{_bindir}/kwallet-query
 %attr(755,root,root) %ghost %{_libdir}/libKF5Wallet.so.5
-%attr(755,root,root) %{_libdir}/libKF5Wallet.so.5.4.0
+%attr(755,root,root) %{_libdir}/libKF5Wallet.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libkwalletbackend5.so.5
-%attr(755,root,root) %{_libdir}/libkwalletbackend5.so.5.4.0
+%attr(755,root,root) %{_libdir}/libkwalletbackend5.so.*.*
 %{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml
 %{_datadir}/dbus-1/services/org.kde.kwalletd.service
 %{_datadir}/dbus-1/services/org.kde.kwalletd5.service
 %{_datadir}/knotifications5/kwalletd.notifyrc
 %{_datadir}/kservices5/kwalletd5.desktop
+/etc/xdg/kwallet.categories
 
 %files devel
 %defattr(644,root,root,755)
@@ -114,3 +117,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libKF5Wallet.so
 %attr(755,root,root) %{_libdir}/libkwalletbackend5.so
 %{qt5dir}/mkspecs/modules/qt_KWallet.pri
+%{_mandir}/man1/kwallet-query.1*
This page took 0.074773 seconds and 4 git commands to generate.