nautilus-sendto-vl.spec 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. Summary: Nautilus context menu for sending files
  2. Summary(ja): "ファイルを送る"ための Nautilus コンテキストメニュー
  3. Name: nautilus-sendto
  4. Version: 2.32.0
  5. Release: 1%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: ftp://ftp.gnome.org/pub/gnome/sources/%{name}
  9. Source0: http://download.gnome.org/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.22.0
  12. BuildRequires: libglade2-devel >= 2.6.0
  13. BuildRequires: evolution-data-server-devel >= 2.32.0
  14. BuildRequires: nautilus >= 2.32.0
  15. BuildRequires: pidgin-devel >= 2.5.0
  16. BuildRequires: gettext
  17. BuildRequires: perl-XML-Parser intltool
  18. BuildRequires: dbus-glib-devel >= 0.88
  19. BuildRequires: nautilus-devel
  20. Requires(pre): GConf2
  21. Requires(post): GConf2
  22. Requires(preun): GConf2
  23. # For compat with old nautilus-sendto packaging
  24. Provides: nautilus-sendto-gaim
  25. Obsoletes: nautilus-sendto-bluetooth
  26. Provides: nautilus-sendto-bluetooth
  27. %description
  28. The nautilus-sendto package provides a Nautilus context menu for
  29. sending files via other desktop applications. These functions are
  30. implemented as plugins, so nautilus-sendto can be extended with
  31. additional features.
  32. %description -l ja
  33. nautilus-sendto パッケージは他のデスクトップアプリケーションを介して
  34. ファイルを送るためのコンテキストメニューを提供しています。
  35. これらの機能はプラグインとして提供され、追加の機能を拡張することができます。
  36. %package devel
  37. Summary: Development files for %{name}
  38. Summary(ja): %{name} の開発ファイル
  39. Group: Development/Libraries
  40. License: LGPLv2+
  41. Requires: %{name} = %{version}-%{release}
  42. Requires: gtk-doc pkgconfig
  43. %description devel
  44. This package contains the libraries amd header files that are needed
  45. for writing plugins for nautilus-sendto.
  46. %prep
  47. %setup -q
  48. %build
  49. %configure
  50. make %{?_smp_mflags}
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  54. make install DESTDIR=$RPM_BUILD_ROOT
  55. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  56. find $RPM_BUILD_ROOT \( -name '*.a' -o -name '*.la' \) -exec rm -f {} \;
  57. %find_lang %{name}
  58. %clean
  59. rm -rf $RPM_BUILD_ROOT
  60. %postun
  61. /sbin/ldconfig
  62. if [ $1 -eq 0 ]; then
  63. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  64. fi
  65. %posttrans
  66. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  67. %files -f %{name}.lang
  68. %defattr(-,root,root,-)
  69. %doc AUTHORS ChangeLog ChangeLog.pre-1.1.4.1 COPYING NEWS
  70. %{_libdir}/nautilus/extensions-2.0/libnautilus-sendto.so
  71. %dir %{_libdir}/nautilus-sendto
  72. %dir %{_libdir}/nautilus-sendto/plugins
  73. %{_libdir}/nautilus-sendto/plugins/*.so
  74. %{_datadir}/nautilus-sendto
  75. %{_bindir}/nautilus-sendto
  76. %{_datadir}/glib-2.0/schemas/org.gnome.Nautilus.Sendto.gschema.xml
  77. %{_datadir}/GConf/gsettings/nautilus-sendto-convert
  78. %{_mandir}/man1/nautilus-sendto.1.gz
  79. %files devel
  80. %defattr(-,root,root,-)
  81. %{_datadir}/gtk-doc/html/nautilus-sendto/
  82. %{_libdir}/pkgconfig/nautilus-sendto.pc
  83. %{_includedir}/nautilus-sendto/nautilus-sendto-plugin.h
  84. %changelog
  85. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.00-1
  86. - new upstream release
  87. - remove BuildRequires: libgnomeui-devel
  88. - fix %files and scripts
  89. * Mon Aug 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.5-1
  90. - Update to 2.28.5
  91. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-2
  92. - rebuild with evolution-data-server-2.30.2
  93. - remove BuildRequires: empathy-devel
  94. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.4-1
  95. - Update to 2.28.4
  96. * Sun Mar 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.3-1
  97. - Update to 2.28.3
  98. - applied new naming polciy to spec
  99. * Thu Nov 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.2-1
  100. - Update to 2.28.2
  101. - splitted -devel package
  102. - Remove unneeded pidgin and gajim BRs
  103. * Thu Sep 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.0-1
  104. - Update to 2.28.0
  105. * Sun Sep 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
  106. - Update to 1.1.7
  107. * Tue Aug 11 2009 Shu KONNO <owa@bg.wakwak.com> 1.1.6-2
  108. - added BR: nautilus-devel
  109. * Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.6-1
  110. - Update to 1.1.6
  111. * Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-2
  112. - added Japanese description
  113. - Disable the evolution plugin, it will be in Evolution itself
  114. prefer to http://bugzilla.gnome.org/show_bug.cgi?id=579099
  115. * Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-1
  116. - Update to 1.1.5
  117. * Fri Apr 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.4-1
  118. - Update to 1.1.4
  119. - spec in UTF-8
  120. * Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
  121. - Update to 1.1.3
  122. - dropt Patch0
  123. - changed Summary(ja)
  124. - fixed BuildRoot
  125. * Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
  126. - Update to 1.1.2
  127. - added Patch0 (import Fedora package)
  128. * Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
  129. - initial build for Vine Linux
  130. * Tue Sep 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.1.0
  131. - Update to 1.1.0
  132. * Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1
  133. - Update to 1.0.1
  134. * Thu Jun 12 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.0
  135. - Update to 1.0.0
  136. * Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4
  137. - Rebuild again
  138. * Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-3
  139. - Rebuild
  140. * Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
  141. - Fix source url
  142. * Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-1
  143. - Update to 0.14.0
  144. * Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.2-1
  145. - Update to 0.13.2
  146. * Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.1-1
  147. - Update to 0.13.1
  148. * Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13-1
  149. - Update to 0.13
  150. * Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> - 0.12-7
  151. - Fix icq file transfers with pidgin RH #408511
  152. * Wed Dec 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-6
  153. - Install the nautilus exension in the right spot
  154. * Mon Nov 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-5
  155. - Fix the pidgin plugin to work with libpurple (#389121)
  156. * Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-4
  157. - Rebuild against new dbus-glib
  158. * Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-3
  159. - Rebuild
  160. * Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-2
  161. - Fix the Thunderbird patch to apply properly
  162. * Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-1
  163. - Update to 0.12 and drop obsolete patches
  164. * Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-5
  165. - Update the license field
  166. * Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> - 0.10-4
  167. - Update to work with pidgin
  168. * Wed May 9 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
  169. - Fix a problem with dbus error handling (#239588)
  170. * Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 0.10-2
  171. - disable gaim dep temporarily during transition to pidgin
  172. * Sun Mar 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10-1
  173. - Update to 0.10, as 0.9 didn't compile
  174. * Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9-1
  175. - Update to 0.9
  176. - Remove the bluetooth subpackage, it only depends on
  177. gbus-glib now
  178. * Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 0.8-4
  179. - Rebuild against new gaim (#223765)
  180. * Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-3
  181. - Rebuild against new libbtctl
  182. * Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
  183. - Update BuildRequires for evolution-data-server-devel.
  184. - Rebuild against evolution-data-server-1.9.1.
  185. * Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-1
  186. - Upgrade to 0.8
  187. * Sat Sep 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-5
  188. - Include Thunderbird support and make it work
  189. - Add missing BRs
  190. * Mon Aug 14 2006 Alexander Larsson <alexl@redhat.com> - 0.7-4
  191. - Buildrequire nautilus-devel
  192. * Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 0.7-3
  193. - Make nautilus-sendto-bluetooth require gnome-bluetooth (#201908)
  194. * Sat Aug 05 2006 Caolan McNamara <caolanm@redhat.com> - 0.7-2
  195. - rebuild against new e-d-s
  196. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7-1.1
  197. - rebuild
  198. * Tue Jul 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-1
  199. - Update to 0.7
  200. * Wed Jun 14 2006 Alexander Larsson <alexl@redhat.com> - 0.5-4
  201. - Rebuild again, hopefully fixing libbluetooth issue
  202. * Mon Jun 12 2006 Alexander Larsson <alexl@redhat.com> - 0.5-3
  203. - Rebuild for new libbluetooth soname
  204. * Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 0.5-2
  205. - Add missing BuildRequires
  206. * Mon May 22 2006 Alexander Larsson <alexl@redhat.com> 0.5-1
  207. - Update to 0.5
  208. - Add libgnomeui-devel buildreq
  209. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.2
  210. - bump again for double-long bug on ppc(64)
  211. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.1
  212. - rebuilt for new gcc4.1 snapshot and glibc changes
  213. * Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> 0.4-7
  214. - rebuild for new e-d-s
  215. * Tue Dec 20 2005 Alexander Larsson <alexl@redhat.com> 0.4-6
  216. - Rebuild
  217. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  218. - rebuilt
  219. * Wed Nov 9 2005 Alexander Larsson <alexl@redhat.com> - 0.4-5
  220. - Build in Core
  221. - Move gaim plugin into main package
  222. - Fix up some build requirements
  223. - No bluetooth on s390*
  224. * Sat Oct 8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-4
  225. - Eliminate superfluous Requires
  226. * Sat Oct 8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-3
  227. - Rearrange Requires and BuildRequires for subpackages
  228. - Include default Evolution plugin in main package
  229. * Fri Oct 7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-2
  230. - Use appropriate BuildRequires for nautilus and gaim
  231. * Fri Oct 7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-1
  232. - Initial version