gnome-bluetooth-vl.spec 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. Summary: GNOME Bluetooth Subsystem
  2. Summary(ja): GNOME Bluetooth サブシステム
  3. Name: gnome-bluetooth
  4. Version: 3.6.0
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Libraries
  8. URL: http://live.gnome.org/GnomeBluetooth
  9. Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/3.6/%{name}-%{version}.tar.xz
  10. Source1: 61-gnome-bluetooth-rfkill.rules
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: bluez-libs-devel >= 2.8
  13. BuildRequires: libbonobo-devel >= 2.32.0
  14. BuildRequires: libbonoboui-devel >= 2.24.4
  15. BuildRequires: unique3-devel
  16. BuildRequires: libnotify-devel
  17. BuildRequires: nautilus-sendto-devel
  18. BuildRequires: gnome-doc-utils
  19. BuildRequires: intltool, automake, libtool, gettext
  20. BuildRequires: itstool
  21. Requires: %{name}-libs = %{version}-%{release}
  22. Requires: bluez >= 4.42
  23. Requires: obexd
  24. Requires(post): desktop-file-utils
  25. Requires(postun): desktop-file-utils
  26. ExcludeArch: s390 s390x
  27. Obsoletes: bluez-gnome < 1.9
  28. # virtual package
  29. Provides: dbus-bluez-pin-helper
  30. Vendor: Project Vine
  31. Distribution: Vine Linux
  32. Packager: Takemikaduchi
  33. %description
  34. This package contains a library with widgets for Bluetooth applications.
  35. %description -l ja
  36. このパッケージには、 Bluetooth アプリケーションのためのウィジェットと
  37. ライブラリが含まれます。
  38. %package libs
  39. Summary: Libraries for applications, which use gnome-bluetooth
  40. Summary(ja):Gnome-bluetooth を使用するアプリケーション用ライブラリ
  41. Group: Development/Libraries
  42. %description libs
  43. This package contains the libraries for applications,
  44. which use gnome-bluetooth.
  45. %description libs -l ja
  46. このパッケージには Gnome-bluetoothを使用するアプリケーション用の
  47. ライブラリが含まれています。
  48. %package devel
  49. Summary: Files for the development of applications, which use gnome-bluetooth
  50. Summary(ja): Gnome-bluetoothを使用するアプリケーション開発用ファイル
  51. Group: Development/Libraries
  52. License: LGPLv2+
  53. Requires: %{name}-libs = %{version}-%{release}
  54. Requires: pkgconfig
  55. Requires: gtk3-devel
  56. %description devel
  57. This package contains the files for the development of applications,
  58. which will use gnome-bluetooth.
  59. %description devel -l ja
  60. このパッケージにはGnome-bluetoothを使用するアプリケーションを
  61. 開発するためのヘッダーファイルなどが含まれています(develパッケージ)
  62. %package -n nautilus-sendto-gnome-bluetooth
  63. Summary: Nautilus-sendto plugin for gnome-bluetooth
  64. Summary(ja): gnome-bluetooth 用 nautilus-sendto プラグイン
  65. Group: User Interface/Desktop
  66. License: LGPLv2+
  67. Requires: %{name}-libs = %{version}-%{release}
  68. Requires: nautilus-sendto
  69. %description -n nautilus-sendto-gnome-bluetooth
  70. This package contains nautilus-sendto plugin for the gnome-bluetooth.
  71. %description -n nautilus-sendto-gnome-bluetooth -l ja
  72. このパッケージには gnome-bluetooth 用の nautilus-sendto プラグインが含まれています。
  73. %prep
  74. %setup -q -n gnome-bluetooth-%{version}
  75. %build
  76. %configure \
  77. --disable-desktop-update \
  78. --disable-icon-update \
  79. --enable-nautilus-sendto \
  80. --enable-introspection=yes
  81. make %{?_smp_mflags}
  82. %install
  83. rm -rf $RPM_BUILD_ROOT
  84. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  85. make DESTDIR=$RPM_BUILD_ROOT install
  86. # we do not want .la files
  87. rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
  88. rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la
  89. rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la
  90. rm -f $RPM_BUILD_ROOT/%{_libdir}/control-center-1/panels/*.la
  91. install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
  92. %find_lang gnome-bluetooth2
  93. %find_lang %{name} --with-gnome
  94. cat %{name}.lang >> gnome-bluetooth2.lang
  95. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  96. %clean
  97. rm -rf $RPM_BUILD_ROOT
  98. %post
  99. update-desktop-database -q
  100. %postun
  101. update-desktop-database -q
  102. if [ $1 -eq 0 ] ; then
  103. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  104. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  105. fi
  106. %post libs
  107. /sbin/ldconfig
  108. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  109. %posttrans libs
  110. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  111. %postun libs
  112. /sbin/ldconfig
  113. if [ $1 -eq 0 ] ; then
  114. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  115. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  116. fi
  117. %postun -n nautilus-sendto-gnome-bluetooth
  118. if [ $1 -eq 0 ]; then
  119. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  120. fi
  121. %posttrans -n nautilus-sendto-gnome-bluetooth
  122. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  123. %files -f %{name}.lang
  124. %defattr(-, root, root)
  125. %doc README NEWS COPYING
  126. %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
  127. %{_bindir}/bluetooth-*
  128. %{_libdir}/gnome-bluetooth/
  129. %{_datadir}/applications/*.desktop
  130. %{_datadir}/gnome-bluetooth/
  131. %{_datadir}/locale/*
  132. %{_mandir}/man1/*
  133. /lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
  134. %files libs
  135. %defattr(-,root,root,-)
  136. %doc COPYING.LIB
  137. %{_libdir}/libgnome-bluetooth.so.*
  138. %{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
  139. %{_datadir}/icons/hicolor/*/apps/*
  140. %{_datadir}/icons/hicolor/*/status/*
  141. %files devel
  142. %defattr(-,root,root,-)
  143. %{_includedir}/gnome-bluetooth/
  144. %{_libdir}/libgnome-bluetooth.so
  145. %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
  146. %{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
  147. %{_datadir}/gtk-doc/html/gnome-bluetooth/
  148. %files -n nautilus-sendto-gnome-bluetooth
  149. %defattr(-,root,root,-)
  150. %{_libdir}/nautilus-sendto/plugins/libnstbluetooth.so
  151. %{_datadir}/GConf/gsettings/gnome-bluetooth-nst
  152. %{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml
  153. %changelog
  154. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  155. - new upstream release
  156. - add Obsoletes: bluez-gnome < 1.9
  157. - add BuildRequires: itstool
  158. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
  159. - fix spec file
  160. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  161. - new upstream release
  162. * Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  163. - new upstream release
  164. - add BuildRequires: nautilus-sendto-devel
  165. - create nautilus-sendto-gnome-bluetooth package
  166. * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  167. - new upstream release
  168. - remove BuildRequires: GConf2-devel
  169. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  170. - new upstream release
  171. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  172. - new upstream release
  173. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  174. - new upstream release
  175. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  176. - new upstream release
  177. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  178. - new upstream release
  179. - change BuildRequires: unique3-devel instead of unique-devel
  180. - add BuildRequires: control-center-devel
  181. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  182. - new upstream release
  183. - remove BuildRequires: gir-repository-devel
  184. - add Requires(post) and Requires(postun): desktop-file-utils
  185. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
  186. - rebuild with rpm-4.8.1 for pkg-config file
  187. * Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  188. - new upstream release
  189. - add BuildRequires: gir-repository-devel
  190. - add configure option (--disable-nautilus-sendto)
  191. * Wed Dec 30 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
  192. - new upstream release
  193. - merge spec file from FC package
  194. * Fri Oct 24 2008 Seiichirou Babasaki 0.11.0-6
  195. - Update to 0.11.0 (VineSeed)
  196. - added "# Maintainers: " comments.
  197. - changed UTF-8 encode at gnome-bluetooth.vsc.spec
  198. - FedoraCore - LOGS
  199. -- 0.11.0-5
  200. -- Rebuild against new bluez-libs
  201. -- 0.11.0-4
  202. -- Changed name of icon file(#444811)
  203. -- 0.11.0-3
  204. -- Remove gnome-obex-server, we should use gnome-user-share now
  205. -- 0.11.0-1
  206. -- gcc43 rebuild
  207. -- 0.11.0 - Update to 0.11.0
  208. -- 0.10.0 - Update to 0.10.0
  209. -- 0.9.1-4
  210. -- marked gnome-obex-server.schemas as config file
  211. -- changed upstream URL
  212. -- 0.9.1-3
  213. -- fixed wrong source URL
  214. -- 0.9.1-2
  215. -- rebuilt for F8
  216. -- changed license tag to GPLv2 and LGPLv2+
  217. -- 0.9.1-1
  218. -- Upgrade to 0.9.1 to fix a crasher in the server
  219. -- 0.9.0-1
  220. -- Update for 0.9.0
  221. -- Fix installation of the python bindings
  222. -- 0.8.0-4
  223. -- Remove unncessary gconfd killing from scripts (#224561)
  224. -- 0.8.0-3
  225. -- corrected BuildRoot
  226. -- smp flags added
  227. -- specfile cleanup
  228. -- fixed desktop file
  229. - Updated specfile
  230. * Fri Sep 26 2008 Seiichirou Babasaki 0.8.0-2
  231. - Updated specfile
  232. * Wed Jan 16 2008 Seiichirou Babasaki 0.8.0-1
  233. - Import gnome-bluetooth - Packager: Babasaki
  234. - Updated specfile (downgrade -> 0.8.0-0vl1)
  235. #----------------------------------------------------------------------------
  236. * Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1
  237. - version 0.8.0
  238. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
  239. - rebuild
  240. * Wed Jun 14 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-10
  241. - bump for new openobex
  242. * Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-9
  243. - Missing automake, libtool, gettext BR
  244. * Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-6
  245. - Bump for new libbluetooth
  246. * Wed May 31 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-6
  247. - add dependency on bluez-utils, cosmetic tweaks (bug #190280)
  248. * Tue May 30 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-5
  249. - install schemata correctly (bug #193518)
  250. * Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-3
  251. - more build requires (bug #193374)
  252. * Mon Feb 27 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-2
  253. - pydir fixes for lib64
  254. * Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-1
  255. - version 0.7.0
  256. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2.1
  257. - bump again for double-long bug on ppc(64)
  258. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2
  259. - rebuilt for new gcc4.1 snapshot and glibc changes
  260. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  261. - rebuilt
  262. * Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
  263. - Fix relative path for the icons in desktop files which no longer works
  264. with the icon cache.
  265. * Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
  266. - new version 0.6.0
  267. * Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
  268. - rebuild for new cairo
  269. * Thu Jul 7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
  270. - Minor spec file cleanups.
  271. - Fix relative path for the icons in desktop files which no longer works
  272. with the icon cache.
  273. - Remove useless zero epochs.
  274. - Remove explicit python abi requirement, it's automatic for FC4 and up.
  275. * Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
  276. - removed base requirement from libs
  277. * Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
  278. - devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
  279. * Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
  280. - rebuilt
  281. * Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
  282. - added gnome hbox patch for bug rh#149215
  283. * Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
  284. - added requires for python-abi
  285. * Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
  286. - split package into app, libs and devel
  287. * Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
  288. - fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
  289. * Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
  290. - buildrequire pygtk2-devel (bug 135032)
  291. - fixed gnome-bluetooth-manager script for 64bit (bug 134864)
  292. - fixed segfault on file receive (bug 133041)
  293. * Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
  294. - buildrequire libbtctl-devel
  295. - buildrequire openobex-devel >= 1.0.1
  296. - pythondir -> pyexecdir
  297. * Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
  298. - added build dependency for librsvg2-devel
  299. * Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
  300. - added pydir patch
  301. * Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
  302. - version 0.5.1
  303. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  304. - rebuilt
  305. * Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
  306. - corrected BuildRequires
  307. * Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
  308. - added EggToolBar patch for gcc34
  309. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  310. - rebuilt
  311. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  312. - rebuilt
  313. * Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
  314. - added autofoo patch
  315. * Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
  316. - add .so to gnome-vfs module, if libtool does not!
  317. * Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
  318. - call libtool finish
  319. * Wed Aug 6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
  320. - new version 0.4.1
  321. * Wed Jun 5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
  322. - initial RPM