mate-keyring-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Summary: MATE Password Management daemon
  2. Name: mate-keyring
  3. Version: 1.1.0
  4. Release: 1%{?_dist_release}
  5. Source0: %{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: https://matsusoft.com.ar/projects/mate/
  9. BuildRequires: mate-common
  10. BuildRequires: gtk2-devel
  11. BuildRequires: libgcrypt-devel
  12. BuildRequires: dbus-devel
  13. BuildRequires: libtasn1-devel
  14. BuildRequires: gtk-doc
  15. BuildRequires: autoconf
  16. BuildRequires: automake
  17. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. PolicyKit-mate provides an Authentication Agent for PolicyKit that
  23. integrates well with the MATE desktop environment
  24. %package devel
  25. Summary: Development tools for mate-keyring
  26. Summary(ja): mate-keyring の開発環境
  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. mate-keyring.
  33. %package doc
  34. Summary: Documentation for mate-keyring
  35. Summary(ja): mate-keyring 用のドキュメント
  36. Group: Documentation
  37. Requires: %{name} = %{version}-%{release}
  38. BuildArch: noarch
  39. %description doc
  40. This package contains documentation for mate-keyring.
  41. %prep
  42. %setup -q
  43. %build
  44. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  45. %configure \
  46. --libexecdir=%{_libexecdir}/mate \
  47. --disable-static
  48. %{__make} %{?_smp_mflags}
  49. %install
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  52. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  53. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  54. %find_lang %{name}
  55. %clean
  56. %{__rm} -rf ${RPM_BUILD_ROOT}
  57. %post -p /sbin/ldconfig
  58. %postun -p /sbin/ldconfig
  59. %files -f %{name}.lang
  60. %defattr(-,root,root,-)
  61. %doc COPYING ChangeLog NEWS README
  62. %{_sysconfdir}/xdg/autostart/*.desktop
  63. %{_bindir}/mate-keyring
  64. %{_bindir}/mate-keyring-daemon
  65. %{_libdir}/*.so.*
  66. %{_libdir}/mate-keyring
  67. %{_libexecdir}/mate/mate-keyring-prompt
  68. %{_datadir}/MateConf/gsettings/*.convert
  69. %{_datadir}/dbus-1/services/*.service
  70. %{_datadir}/glib-2.0/schemas/*.xml
  71. %{_datadir}/mate-keyring
  72. %{_datadir}/mategcr
  73. %files devel
  74. %defattr(-,root,root,-)
  75. %{_includedir}/gp11
  76. %{_includedir}/mate-gp11
  77. %{_includedir}/mategcr
  78. %{_libdir}/*.so
  79. %{_libdir}/pkgconfig/*.pc
  80. %files doc
  81. %defattr(-,root,root,-)
  82. %{_datadir}/gtk-doc/html/mate-gcr-0
  83. %{_datadir}/gtk-doc/html/mate-gp11
  84. %changelog
  85. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  86. - initial build for Vine Linux