nautilus-sendto-vl.spec 10 KB

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