seahorse-vl.spec 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. Summary: A GNOME2 frontend for GnuPG
  2. Summary(ja): GnuPG の GNOME2 フロントエンド
  3. Name: seahorse
  4. Version: 3.2.0
  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.2/%{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. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  104. - new upstream release
  105. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  106. - new upstream release
  107. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  108. - new upstream release
  109. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  110. - new upstream release
  111. - change BuildRequires: gtk3-devel instead of gtk2-devel
  112. - delete -devel sub package
  113. * Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
  114. - add BuildRequires: desktop-file-utils, gnome-keyring-devel
  115. - change category of seahorse.desktop
  116. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  117. - new upstream release
  118. - add BuildRequires: gobejct-introspection-devel
  119. - remove BuildRequires: libglade2-devel
  120. - remove SOURCE1 and SOURCE2
  121. - add Obsoletes: gnome-keyring-manager < 2.21
  122. - add Provides: gnome-keyring-manager < 2.21
  123. - add configure option (--enable-introspection=yes)
  124. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
  125. - rebuild with rpm-4.8.1 for pkg-config file
  126. * Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
  127. - update Source2
  128. - fix URI of Source0
  129. * Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
  130. - update Source2
  131. * Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
  132. - add Source1-2 for japanese help.
  133. - add autoconf to BR for japanese help.
  134. * Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  135. - add BuildRequires: openssh-clients
  136. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  137. - new upstream release
  138. * Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  139. - new upstream release
  140. * Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  141. - new upstream release
  142. - add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
  143. * Thu Apr 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
  144. - new upstream release
  145. - built with openldap-2.4.11
  146. - spec in UTF-8
  147. - made devel subpackage
  148. * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  149. - new upstream release
  150. * Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
  151. - rebuild with gnutls-1.4.1
  152. * Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
  153. - new upstream release
  154. - enable LDAP support
  155. - add --disable-update-mime-database option to %%configure
  156. - update Makefile.patch (patch0)
  157. - update dependencies
  158. * Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
  159. - new upstream release
  160. - drop obsolete gedit.patch (patch1)
  161. - remove unneeded files
  162. * Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
  163. - new upstream release
  164. - dropped SOURCE1 (merged into source)
  165. - added Patch1 for building with gedit 2.12
  166. - rebuild with libsoup 2.2.6.1
  167. * Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
  168. - add BuildRequires: libsoup >= 2.2 for HKP keyserver support
  169. * Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
  170. - upstream release
  171. - update ja.po, Makefile.patch
  172. - update files list
  173. * Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
  174. - initial build for Vine Linux
  175. - update ja.po
  176. * Wed Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
  177. - Remove *.a and *.la from RPM_BUILD_ROOT
  178. - Remove updated mime database from RPM_BUILD_ROOT
  179. * Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
  180. - Added new mime info
  181. * Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
  182. - Added the gedit plugin to the default manifest
  183. * Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
  184. - Add some new files to the manifest
  185. * Wed Jan 15 2002 Jean Schurger <yshark@schurger.org>
  186. - Scrollkeeper stuff
  187. - locales install by %find_lang
  188. - secure use of rm -rf
  189. * Tue Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
  190. - First spec