seahorse-vl.spec 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. Summary: A GNOME2 frontend for GnuPG
  2. Summary(ja): GnuPG の GNOME2 フロントエンド
  3. Name: seahorse
  4. Version: 3.1.92
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: User Interface/Desktops
  8. URL: http://seahorse.sourceforge.net/
  9. Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.1/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libgnome-devel >= 2.32.0
  12. BuildRequires: libgnomeui-devel
  13. BuildRequires: gtk3-devel >= 3.0.0
  14. BuildRequires: gnupg >= 1.2.4
  15. BuildRequires: gpgme-devel >= 1.0.0
  16. BuildRequires: openldap-devel
  17. BuildRequires: libsoup-devel >= 2.32.0
  18. BuildRequires: nautilus >= 2.32.0
  19. BuildRequires: libgnome-keyring-devel >= 2.32.0
  20. BuildRequires: gnome-keyring-devel >= 2.29.4
  21. BuildRequires: avahi-glib-devel >= 0.6
  22. BuildRequires: dbus-glib-devel >= 0.88
  23. BuildRequires: libnotify-devel
  24. BuildRequires: openssh
  25. BuildRequires: openssh-clients
  26. BuildRequires: gnome-doc-utils >= 0.3.2
  27. BuildRequires: libSM-devel
  28. BuildRequires: docbook-dtds
  29. BuildRequires: gobject-introspection-devel
  30. BuildRequires: desktop-file-utils
  31. Requires(post): scrollkeeper
  32. Requires(postun): glib2, scrollkeeper
  33. Requires(posttrans): glib2, scrollkeeper
  34. Obsoletes: seahorse-devel < 3.1.4
  35. Obsoletes: gnome-keyring-manager < 2.21
  36. Provides: gnome-keyring-manager < 2.21
  37. # for Source1
  38. BuildRequires: autoconf
  39. Vendor: Project Vine
  40. Distribution: Vine Linux
  41. %description
  42. Seahorse is a GNOME2 front end for th GNU Privacy Guard (GnuPG).
  43. It is a tool for secure communications and data storage. Data encryption
  44. and digital signature creation can easily be performed through a GUI, and
  45. Key Management operations also can be performed.
  46. %description -l ja
  47. Seahorse は GNU Privacy Guard (GnuPG) の GNOME2 フロントエンドです。
  48. 安全なコミュニケーションとデータ保管のためのツールです。データの暗号化や復号、
  49. デジタル署名の作成・検証を GUI で容易に行うことができます。また、鍵の管理も行
  50. うことができます。
  51. %prep
  52. %setup -q
  53. %build
  54. # Remove next line when upstream adopt Source2
  55. autoreconf
  56. %configure \
  57. --disable-update-mime-database \
  58. --disable-static
  59. make %{?_smp_mflags}
  60. %install
  61. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  62. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  63. make install DESTDIR=$RPM_BUILD_ROOT
  64. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  65. desktop-file-install \
  66. --vendor="" --dir=%{buildroot}/%{_datadir}/applications \
  67. --remove-category=Utility \
  68. --remove-category=Security \
  69. --remove-category=GTK \
  70. --remove-category=GNOME \
  71. --add-category=Applications \
  72. --add-category=X-GNOME-PersonalSettings \
  73. --add-category=Settings \
  74. %{buildroot}/%{_datadir}/applications/seahorse.desktop
  75. %find_lang %{name}
  76. %clean
  77. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  78. %post
  79. /sbin/ldconfig
  80. %{_bindir}/scrollkeeper-update -q ||:
  81. %postun
  82. /sbin/ldconfig
  83. %{_bindir}/scrollkeeper-update -q ||:
  84. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  85. %posttrans
  86. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  87. %files -f %{name}.lang
  88. %defattr(-,root,root)
  89. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  90. ## %{_sysconfdir}/xdg/autostart/*.desktop
  91. %{_bindir}/seahorse
  92. %{_libdir}/seahorse
  93. %{_datadir}/GConf/gsettings/*.convert
  94. %{_datadir}/applications/*.desktop
  95. %{_datadir}/glib-2.0/schemas/*.xml
  96. %{_datadir}/gnome/help/*
  97. %{_datadir}/omf/*
  98. %{_datadir}/icons/*
  99. %{_datadir}/seahorse
  100. %{_datadir}/pixmaps/*
  101. %{_mandir}/man1/*
  102. %changelog
  103. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  104. - new upstream release
  105. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  106. - new upstream release
  107. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  108. - new upstream release
  109. - change BuildRequires: gtk3-devel instead of gtk2-devel
  110. - delete -devel sub package
  111. * Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
  112. - add BuildRequires: desktop-file-utils, gnome-keyring-devel
  113. - change category of seahorse.desktop
  114. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  115. - new upstream release
  116. - add BuildRequires: gobejct-introspection-devel
  117. - remove BuildRequires: libglade2-devel
  118. - remove SOURCE1 and SOURCE2
  119. - add Obsoletes: gnome-keyring-manager < 2.21
  120. - add Provides: gnome-keyring-manager < 2.21
  121. - add configure option (--enable-introspection=yes)
  122. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
  123. - rebuild with rpm-4.8.1 for pkg-config file
  124. * Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
  125. - update Source2
  126. - fix URI of Source0
  127. * Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
  128. - update Source2
  129. * Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
  130. - add Source1-2 for japanese help.
  131. - add autoconf to BR for japanese help.
  132. * Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  133. - add BuildRequires: openssh-clients
  134. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  135. - new upstream release
  136. * Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  137. - new upstream release
  138. * Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  139. - new upstream release
  140. - add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
  141. * Thu Apr 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
  142. - new upstream release
  143. - built with openldap-2.4.11
  144. - spec in UTF-8
  145. - made devel subpackage
  146. * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  147. - new upstream release
  148. * Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
  149. - rebuild with gnutls-1.4.1
  150. * Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
  151. - new upstream release
  152. - enable LDAP support
  153. - add --disable-update-mime-database option to %%configure
  154. - update Makefile.patch (patch0)
  155. - update dependencies
  156. * Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
  157. - new upstream release
  158. - drop obsolete gedit.patch (patch1)
  159. - remove unneeded files
  160. * Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
  161. - new upstream release
  162. - dropped SOURCE1 (merged into source)
  163. - added Patch1 for building with gedit 2.12
  164. - rebuild with libsoup 2.2.6.1
  165. * Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
  166. - add BuildRequires: libsoup >= 2.2 for HKP keyserver support
  167. * Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
  168. - upstream release
  169. - update ja.po, Makefile.patch
  170. - update files list
  171. * Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
  172. - initial build for Vine Linux
  173. - update ja.po
  174. * Wed Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
  175. - Remove *.a and *.la from RPM_BUILD_ROOT
  176. - Remove updated mime database from RPM_BUILD_ROOT
  177. * Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
  178. - Added new mime info
  179. * Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
  180. - Added the gedit plugin to the default manifest
  181. * Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
  182. - Add some new files to the manifest
  183. * Wed Jan 15 2002 Jean Schurger <yshark@schurger.org>
  184. - Scrollkeeper stuff
  185. - locales install by %find_lang
  186. - secure use of rm -rf
  187. * Tue Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
  188. - First spec