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

Revision 9536, 12.2 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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