libsecret-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. Name: libsecret
  2. Version: 0.18.8
  3. Release: 1%{?_dist_release}
  4. Summary: GObject based library for accessing the Secret Service API
  5. Summary(ja): シークレットサービス API アクセス用の GObject 基本ライブラリ
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: https://live.gnome.org/Libsecret
  9. Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.12.0
  12. BuildRequires: gobject-introspection-devel
  13. BuildRequires: libxslt-devel
  14. BuildRequires: libgcrypt-devel
  15. BuildRequires: gtk-doc
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. libsecret is a library for storing and retrieving passwords and other secrets.
  20. It communicates with the "Secret Service" using DBus. gnome-keyring and
  21. ksecretservice are both implementations of a Secret Service.
  22. libsecret replaces libgnome-keyring.
  23. %package devel
  24. Summary: Development files for %{name}
  25. Summary(ja): %{name} の開発ファイル
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. %description devel
  30. The %{name}-devel package contains libraries and header files for
  31. developing applications that use %{name}.
  32. %package doc
  33. Summary: Documentation for %{name}
  34. Summary(ja): %{name} 用のドキュメント
  35. Group: Documentation
  36. Requires: %{name} = %{version}-%{release}
  37. BuildArch: noarch
  38. %description doc
  39. This package contains documentation for %{name}.
  40. %prep
  41. %setup -q
  42. %build
  43. %configure --disable-static
  44. make %{?_smp_mflags}
  45. %check
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. make install DESTDIR=$RPM_BUILD_ROOT
  49. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  50. %find_lang %{name}
  51. %clean
  52. rm -rf $RPM_BUILD_ROOT
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %files -f %{name}.lang
  56. %defattr(-,root,root,-)
  57. %license COPYING
  58. %doc AUTHORS ChangeLog NEWS README
  59. %{_bindir}/secret-tool
  60. %{_libdir}/*.so.*
  61. %{_libdir}/girepository-1.0/*.typelib
  62. %{_mandir}/man1/secret-tool.1.gz
  63. %files devel
  64. %defattr(-,root,root,-)
  65. %{_includedir}/%{name}-1
  66. %{_libdir}/*.so
  67. %{_libdir}/pkgconfig/*.pc
  68. %{_datadir}/gir-1.0/*.gir
  69. %files doc
  70. %defattr(-,root,root,-)
  71. %{_datadir}/gtk-doc/html/%{name}-1
  72. %changelog
  73. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.18.8-1
  74. - new upstream release.
  75. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.5-1
  76. - new upstream release
  77. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.4-1
  78. - new upstream release
  79. * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.3-1
  80. - new upstream release
  81. * Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-1
  82. - new upstream release
  83. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
  84. - new upstream release
  85. * Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-3
  86. - rebuilt with libgcrypt-1.6
  87. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-2
  88. - rebuild with VineSeed environment
  89. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-1
  90. - new upstream release
  91. * Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
  92. - new upstream release
  93. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
  94. - new upstream release
  95. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10-1
  96. - initial build