source: projects/specs/trunk/g/gnome-bluetooth/gnome-bluetooth-vl.spec @ 9988

Revision 9988, 12.4 KB checked in by Takemikaduchi, 8 years ago (diff)

mate-utils: add usermode (use consolehelper)
others: new upstream release

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