nautilus-sendto-vl.spec 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. Summary: Nautilus context menu for sending files
  2. Summary(ja): "ファイルを送る"ための Nautilus コンテキストメニュー
  3. Name: nautilus-sendto
  4. Version: 3.8.4
  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}/3.8/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel >= 3.0.0
  12. BuildRequires: dbus-glib-devel >= 0.88
  13. BuildRequires: evolution-data-server-devel >= 3.0.0
  14. BuildRequires: gupnp-devel
  15. BuildRequires: nautilus-devel >= 3.0.0
  16. BuildRequires: pidgin-devel >= 2.5.0
  17. BuildRequires: gettext
  18. BuildRequires: perl-XML-Parser intltool
  19. Obsoletes: %{name}-devel < 3.7.0
  20. # For compat with old nautilus-sendto packaging
  21. Provides: nautilus-sendto-gaim
  22. Obsoletes: nautilus-sendto-bluetooth
  23. Provides: nautilus-sendto-bluetooth
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: Takemikaduchi
  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. %prep
  37. %setup -q
  38. %build
  39. %configure
  40. make %{?_smp_mflags}
  41. %install
  42. rm -rf $RPM_BUILD_ROOT
  43. make install DESTDIR=$RPM_BUILD_ROOT
  44. find $RPM_BUILD_ROOT \( -name '*.a' -o -name '*.la' \) -exec rm -f {} \;
  45. mkdir -p $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins
  46. #conflict with nautilus
  47. rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
  48. %find_lang %{name}
  49. %clean
  50. rm -rf $RPM_BUILD_ROOT
  51. %files -f %{name}.lang
  52. %defattr(-,root,root,-)
  53. %doc AUTHORS ChangeLog ChangeLog.pre-1.1.4.1 COPYING NEWS
  54. %dir %{_libdir}/nautilus-sendto
  55. %dir %{_libdir}/nautilus-sendto/plugins
  56. %{_bindir}/nautilus-sendto
  57. %{_mandir}/man1/nautilus-sendto.1.gz
  58. %changelog
  59. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.4-1
  60. - new upstream release
  61. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  62. - new upstream release
  63. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-2
  64. - rebuild with VineSeed environment
  65. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  66. - new upstream release
  67. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  68. - new upstream release
  69. - remove %%{name}-devel subpackage
  70. * Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  71. - new upstream release
  72. * Sun Sep 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.3-1
  73. - new upstream release
  74. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-1
  75. - new upstream release
  76. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
  77. - new upstream release
  78. * Mon Dec 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.1-2
  79. - remove %%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so (conflict with nautilus)
  80. * Fri Nov 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.1-1
  81. - new upstream release
  82. - changed source archive type bz2 to xz
  83. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
  84. - new upstream release
  85. - remove BuildRequires: libglade2-devel
  86. - change BuildRequires: gtk3-devel instead of gtk2-devel
  87. - add BuildRequires: gupnp-devel
  88. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  89. - new upstream release
  90. - remove BuildRequires: libgnomeui-devel
  91. - fix %files and scripts
  92. * Mon Aug 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.5-1
  93. - Update to 2.28.5
  94. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-2
  95. - rebuild with evolution-data-server-2.30.2
  96. - remove BuildRequires: empathy-devel
  97. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.4-1
  98. - Update to 2.28.4
  99. * Sun Mar 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.3-1
  100. - Update to 2.28.3
  101. - applied new naming polciy to spec
  102. * Fri Nov 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.2-1
  103. - Update to 2.28.2
  104. - splitted -devel package
  105. - Remove unneeded pidgin and gajim BRs
  106. * Thu Sep 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.0-1
  107. - Update to 2.28.0
  108. * Sun Sep 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
  109. - Update to 1.1.7
  110. * Tue Aug 11 2009 Shu KONNO <owa@bg.wakwak.com> 1.1.6-2
  111. - added BR: nautilus-devel
  112. * Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.6-1
  113. - Update to 1.1.6
  114. * Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-2
  115. - added Japanese description
  116. - Disable the evolution plugin, it will be in Evolution itself
  117. prefer to http://bugzilla.gnome.org/show_bug.cgi?id=579099
  118. * Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-1
  119. - Update to 1.1.5
  120. * Fri Apr 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.4-1
  121. - Update to 1.1.4
  122. - spec in UTF-8
  123. * Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
  124. - Update to 1.1.3
  125. - dropt Patch0
  126. - changed Summary(ja)
  127. - fixed BuildRoot
  128. * Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
  129. - Update to 1.1.2
  130. - added Patch0 (import Fedora package)
  131. * Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
  132. - initial build for Vine Linux
  133. * Tue Sep 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.1.0
  134. - Update to 1.1.0
  135. * Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1
  136. - Update to 1.0.1
  137. * Thu Jun 12 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.0
  138. - Update to 1.0.0
  139. * Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4
  140. - Rebuild again
  141. * Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-3
  142. - Rebuild
  143. * Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
  144. - Fix source url
  145. * Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-1
  146. - Update to 0.14.0
  147. * Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.2-1
  148. - Update to 0.13.2
  149. * Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.1-1
  150. - Update to 0.13.1
  151. * Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13-1
  152. - Update to 0.13
  153. * Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> - 0.12-7
  154. - Fix icq file transfers with pidgin RH #408511
  155. * Wed Dec 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-6
  156. - Install the nautilus exension in the right spot
  157. * Mon Nov 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-5
  158. - Fix the pidgin plugin to work with libpurple (#389121)
  159. * Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-4
  160. - Rebuild against new dbus-glib
  161. * Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-3
  162. - Rebuild
  163. * Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-2
  164. - Fix the Thunderbird patch to apply properly
  165. * Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-1
  166. - Update to 0.12 and drop obsolete patches
  167. * Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-5
  168. - Update the license field
  169. * Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> - 0.10-4
  170. - Update to work with pidgin
  171. * Wed May 9 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
  172. - Fix a problem with dbus error handling (#239588)
  173. * Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 0.10-2
  174. - disable gaim dep temporarily during transition to pidgin
  175. * Sun Mar 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10-1
  176. - Update to 0.10, as 0.9 didn't compile
  177. * Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9-1
  178. - Update to 0.9
  179. - Remove the bluetooth subpackage, it only depends on
  180. gbus-glib now
  181. * Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 0.8-4
  182. - Rebuild against new gaim (#223765)
  183. * Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-3
  184. - Rebuild against new libbtctl
  185. * Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
  186. - Update BuildRequires for evolution-data-server-devel.
  187. - Rebuild against evolution-data-server-1.9.1.
  188. * Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-1
  189. - Upgrade to 0.8
  190. * Sat Sep 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-5
  191. - Include Thunderbird support and make it work
  192. - Add missing BRs
  193. * Mon Aug 14 2006 Alexander Larsson <alexl@redhat.com> - 0.7-4
  194. - Buildrequire nautilus-devel
  195. * Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 0.7-3
  196. - Make nautilus-sendto-bluetooth require gnome-bluetooth (#201908)
  197. * Sat Aug 05 2006 Caolan McNamara <caolanm@redhat.com> - 0.7-2
  198. - rebuild against new e-d-s
  199. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7-1.1
  200. - rebuild
  201. * Tue Jul 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-1
  202. - Update to 0.7
  203. * Wed Jun 14 2006 Alexander Larsson <alexl@redhat.com> - 0.5-4
  204. - Rebuild again, hopefully fixing libbluetooth issue
  205. * Mon Jun 12 2006 Alexander Larsson <alexl@redhat.com> - 0.5-3
  206. - Rebuild for new libbluetooth soname
  207. * Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 0.5-2
  208. - Add missing BuildRequires
  209. * Mon May 22 2006 Alexander Larsson <alexl@redhat.com> 0.5-1
  210. - Update to 0.5
  211. - Add libgnomeui-devel buildreq
  212. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.2
  213. - bump again for double-long bug on ppc(64)
  214. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.1
  215. - rebuilt for new gcc4.1 snapshot and glibc changes
  216. * Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> 0.4-7
  217. - rebuild for new e-d-s
  218. * Tue Dec 20 2005 Alexander Larsson <alexl@redhat.com> 0.4-6
  219. - Rebuild
  220. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  221. - rebuilt
  222. * Wed Nov 9 2005 Alexander Larsson <alexl@redhat.com> - 0.4-5
  223. - Build in Core
  224. - Move gaim plugin into main package
  225. - Fix up some build requirements
  226. - No bluetooth on s390*
  227. * Sat Oct 8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-4
  228. - Eliminate superfluous Requires
  229. * Sat Oct 8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-3
  230. - Rearrange Requires and BuildRequires for subpackages
  231. - Include default Evolution plugin in main package
  232. * Fri Oct 7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-2
  233. - Use appropriate BuildRequires for nautilus and gaim
  234. * Fri Oct 7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-1
  235. - Initial version