gnome-bluetooth-vl.spec 12 KB

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