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.90
  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-schemas-install \
  58. --disable-update-mime-database \
  59. --disable-static \
  60. --enable-introspection=yes \
  61. --with-gtk=3.0
  62. make %{?_smp_mflags}
  63. %install
  64. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  65. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  66. make install DESTDIR=$RPM_BUILD_ROOT
  67. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  68. desktop-file-install \
  69. --vendor="" --dir=%{buildroot}/%{_datadir}/applications \
  70. --remove-category=Utility \
  71. --remove-category=Security \
  72. --remove-category=GTK \
  73. --remove-category=GNOME \
  74. --add-category=Applications \
  75. --add-category=X-GNOME-PersonalSettings \
  76. --add-category=Settings \
  77. %{buildroot}/%{_datadir}/applications/seahorse.desktop
  78. %find_lang %{name}
  79. %clean
  80. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  81. %post
  82. /sbin/ldconfig
  83. %{_bindir}/scrollkeeper-update -q ||:
  84. %postun
  85. /sbin/ldconfig
  86. %{_bindir}/scrollkeeper-update -q ||:
  87. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  88. %posttrans
  89. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  90. %files -f %{name}.lang
  91. %defattr(-,root,root)
  92. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  93. ## %{_sysconfdir}/xdg/autostart/*.desktop
  94. %{_bindir}/seahorse
  95. %{_libdir}/seahorse
  96. %{_datadir}/GConf/gsettings/*.convert
  97. %{_datadir}/applications/*.desktop
  98. %{_datadir}/glib-2.0/schemas/*.xml
  99. %{_datadir}/gnome/help/*
  100. %{_datadir}/omf/*
  101. %{_datadir}/icons/*
  102. %{_datadir}/seahorse
  103. %{_datadir}/pixmaps/*
  104. %{_mandir}/man1/*
  105. %changelog
  106. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  107. - new upstream release
  108. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  109. - new upstream release
  110. - change BuildRequires: gtk3-devel instead of gtk2-devel
  111. - delete -devel sub package
  112. * Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
  113. - add BuildRequires: desktop-file-utils, gnome-keyring-devel
  114. - change category of seahorse.desktop
  115. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  116. - new upstream release
  117. - add BuildRequires: gobejct-introspection-devel
  118. - remove BuildRequires: libglade2-devel
  119. - remove SOURCE1 and SOURCE2
  120. - add Obsoletes: gnome-keyring-manager < 2.21
  121. - add Provides: gnome-keyring-manager < 2.21
  122. - add configure option (--enable-introspection=yes)
  123. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
  124. - rebuild with rpm-4.8.1 for pkg-config file
  125. * Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
  126. - update Source2
  127. - fix URI of Source0
  128. * Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
  129. - update Source2
  130. * Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
  131. - add Source1-2 for japanese help.
  132. - add autoconf to BR for japanese help.
  133. * Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  134. - add BuildRequires: openssh-clients
  135. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  136. - new upstream release
  137. * Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  138. - new upstream release
  139. * Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  140. - new upstream release
  141. - add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
  142. * Thu Apr 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
  143. - new upstream release
  144. - built with openldap-2.4.11
  145. - spec in UTF-8
  146. - made devel subpackage
  147. * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  148. - new upstream release
  149. * Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
  150. - rebuild with gnutls-1.4.1
  151. * Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
  152. - new upstream release
  153. - enable LDAP support
  154. - add --disable-update-mime-database option to %%configure
  155. - update Makefile.patch (patch0)
  156. - update dependencies
  157. * Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
  158. - new upstream release
  159. - drop obsolete gedit.patch (patch1)
  160. - remove unneeded files
  161. * Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
  162. - new upstream release
  163. - dropped SOURCE1 (merged into source)
  164. - added Patch1 for building with gedit 2.12
  165. - rebuild with libsoup 2.2.6.1
  166. * Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
  167. - add BuildRequires: libsoup >= 2.2 for HKP keyserver support
  168. * Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
  169. - upstream release
  170. - update ja.po, Makefile.patch
  171. - update files list
  172. * Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
  173. - initial build for Vine Linux
  174. - update ja.po
  175. * Wed Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
  176. - Remove *.a and *.la from RPM_BUILD_ROOT
  177. - Remove updated mime database from RPM_BUILD_ROOT
  178. * Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
  179. - Added new mime info
  180. * Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
  181. - Added the gedit plugin to the default manifest
  182. * Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
  183. - Add some new files to the manifest
  184. * Wed Jan 15 2002 Jean Schurger <yshark@schurger.org>
  185. - Scrollkeeper stuff
  186. - locales install by %find_lang
  187. - secure use of rm -rf
  188. * Tue Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
  189. - First spec