kwalletmanager-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Name: kwalletmanager
  2. Summary: Wallet Management Tool
  3. Version: 4.14.3
  4. Release: 2%{?_dist_release}
  5. License: GPLv2
  6. Group: Applications/Accessories
  7. URL: https://www.kde.org/
  8. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: kdelibs-devel >= %{version}
  11. BuildRequires: soprano-devel
  12. # when split occurred
  13. Conflicts: kdeutils < 4.8.0
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. The wallet subsystem provides a convenient and secure way to manage
  18. all your passwords.
  19. %prep
  20. %setup -q
  21. %build
  22. mkdir -p %{_target_platform}
  23. pushd %{_target_platform}
  24. %cmake \
  25. -DCMAKE_BUILD_TYPE=release \
  26. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  27. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  28. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  29. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  30. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  31. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  32. ..
  33. popd
  34. make %{?_smp_mflags} -C %{_target_platform}
  35. %install
  36. rm -rf %{buildroot}
  37. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  38. %post
  39. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  40. %posttrans
  41. update-desktop-database -q &> /dev/null ||:
  42. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  43. %postun
  44. if [ $1 -eq 0 ] ; then
  45. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  46. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  47. update-desktop-database -q &> /dev/null ||:
  48. fi
  49. %files
  50. %doc COPYING COPYING.LIB
  51. %{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
  52. %{_bindir}/%{name}
  53. %{_libdir}/kde4/kcm_kwallet.so
  54. %{_libexecdir}/kde4/kcm_kwallet_helper
  55. %{_datadir}/applications/kde4/%{name}.desktop
  56. %{_datadir}/applications/kde4/%{name}-kwalletd.desktop
  57. %{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet.service
  58. %{_datadir}/icons/hicolor/*/*/*
  59. %{_datadir}/kde4/apps/%{name}
  60. %{_datadir}/kde4/services/*.desktop
  61. %{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet.policy
  62. %{_docdir}/HTML/en/kwallet
  63. %changelog
  64. * Fri Jul 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
  65. - rebuild with gcc-5.4.0
  66. * Fri Jan 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
  67. - initila build