libmatekeyring-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Summary: MATE keyring client library
  2. Name: libmatekeyring
  3. Version: 1.6.0
  4. Release: 2%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: http://mate-desktop.org/
  9. BuildRequires: mate-common
  10. BuildRequires: glib2-devel
  11. BuildRequires: dbus-devel
  12. BuildRequires: libgcrypt-devel
  13. BuildRequires: gtk-doc
  14. BuildRequires: autoconf
  15. BuildRequires: automake
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. mate-keyring is a program that keep password and other secrets for
  22. users. The library libmate-keyring is used by applications to integrate
  23. with the mate keyring system.
  24. %package devel
  25. Summary: Development tools for libmatekeyring
  26. Summary(ja): libmatekeyring の開発環境
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. Requires: pkgconfig
  30. %description devel
  31. Header files and libraries for building a extension library for the
  32. libmatekeyring.
  33. %package doc
  34. Summary: Documentation for libmatekeyring
  35. Summary(ja): libmatekeyring 用のドキュメント
  36. Group: Documentation
  37. Requires: %{name} = %{version}-%{release}
  38. BuildArch: noarch
  39. %description doc
  40. This package contains documentation for libmatekeyring.
  41. %prep
  42. %setup -q
  43. %build
  44. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  45. %configure \
  46. --disable-static \
  47. %{__make} %{?_smp_mflags}
  48. %install
  49. %{__rm} -rf ${RPM_BUILD_ROOT}
  50. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  51. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  52. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  53. %find_lang %{name}
  54. %clean
  55. %{__rm} -rf ${RPM_BUILD_ROOT}
  56. %post -p /sbin/ldconfig
  57. %postun -p /sbin/ldconfig
  58. %files -f %{name}.lang
  59. %defattr(-,root,root,-)
  60. %doc COPYING.LIB ChangeLog NEWS README
  61. %{_libdir}/libmate-keyring.so.*
  62. %files devel
  63. %defattr(-,root,root,-)
  64. %{_includedir}/mate-keyring-1
  65. %{_libdir}/libmate-keyring.so
  66. %{_libdir}/pkgconfig/mate-keyring-1.pc
  67. %files doc
  68. %defattr(-,root,root,-)
  69. %{_datadir}/gtk-doc/html/mate-keyring
  70. %changelog
  71. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  72. - rebuild with VineSeed environment
  73. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  74. - new upstream release
  75. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  76. - new upstream release
  77. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  78. - new upstream release
  79. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  80. - initial build for Vine Linux