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

Revision 9475, 12.1 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1Summary: GNOME Bluetooth Subsystem
2Summary(ja): GNOME Bluetooth サブシステム
3Name: gnome-bluetooth
4Version: 3.16.0
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 Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
173- new upstream release
174
175* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
176- new upstream release
177- add BuildRequires: eudev-libudev-devel
178
179* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
180- rebuild with VineSeed environment
181
182* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
183- new upstream release
184
185* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
186- new upstream release
187
188* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
189- new upstream release
190- remove BuildRequires: nautilus-sendto-devel
191
192* Fri Nov 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
193- new upstream release
194
195* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
196- new upstream release
197- add Obsoletes: bluez-gnome < 1.9
198- add BuildRequires: itstool
199
200* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
201- fix spec file
202
203* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
204- new upstream release
205
206* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
207- new upstream release
208- add BuildRequires: nautilus-sendto-devel
209- create nautilus-sendto-gnome-bluetooth package
210
211* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
212- new upstream release
213- remove BuildRequires: GConf2-devel
214
215* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
216- new upstream release
217
218* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
219- new upstream release
220
221* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
222- new upstream release
223
224* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
225- new upstream release
226
227* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
228- new upstream release
229- change BuildRequires: unique3-devel instead of unique-devel
230- add BuildRequires: control-center-devel
231
232* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
233- new upstream release
234- remove BuildRequires: gir-repository-devel
235- add Requires(post) and Requires(postun): desktop-file-utils
236
237* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
238- rebuild with rpm-4.8.1 for pkg-config file
239
240* Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
241- new upstream release
242- add BuildRequires: gir-repository-devel
243- add configure option (--disable-nautilus-sendto)
244
245* Wed Dec 30 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
246- new upstream release
247- merge spec file from FC package
248
249* Fri Oct 24  2008 Seiichirou Babasaki 0.11.0-6
250- Update to 0.11.0 (VineSeed)
251- added "# Maintainers: " comments.
252- changed UTF-8 encode at gnome-bluetooth.vsc.spec
253- FedoraCore - LOGS
254-- 0.11.0-5
255-- Rebuild against new bluez-libs
256-- 0.11.0-4
257-- Changed name of icon file(#444811)
258-- 0.11.0-3
259-- Remove gnome-obex-server, we should use gnome-user-share now
260-- 0.11.0-1
261-- gcc43 rebuild
262-- 0.11.0 - Update to 0.11.0
263-- 0.10.0 - Update to 0.10.0
264-- 0.9.1-4
265-- marked gnome-obex-server.schemas as config file
266-- changed upstream URL
267-- 0.9.1-3
268-- fixed wrong source URL
269-- 0.9.1-2
270-- rebuilt for F8
271-- changed license tag to GPLv2 and LGPLv2+
272-- 0.9.1-1
273-- Upgrade to 0.9.1 to fix a crasher in the server
274-- 0.9.0-1
275-- Update for 0.9.0
276-- Fix installation of the python bindings
277-- 0.8.0-4
278-- Remove unncessary gconfd killing from scripts (#224561)
279-- 0.8.0-3
280-- corrected BuildRoot
281-- smp flags added
282-- specfile cleanup
283-- fixed desktop file
284- Updated specfile
285
286* Fri Sep 26 2008 Seiichirou Babasaki 0.8.0-2
287- Updated specfile
288
289* Wed Jan 16 2008 Seiichirou Babasaki 0.8.0-1
290- Import gnome-bluetooth - Packager: Babasaki
291- Updated specfile (downgrade -> 0.8.0-0vl1)
292
293#----------------------------------------------------------------------------
294* Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1
295- version 0.8.0
296
297* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
298- rebuild
299
300* Wed Jun 14 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-10
301- bump for new openobex
302
303* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-9
304- Missing automake, libtool, gettext BR
305
306* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-6
307- Bump for new libbluetooth
308
309* Wed May 31 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-6
310- add dependency on bluez-utils, cosmetic tweaks (bug #190280)
311
312* Tue May 30 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-5
313- install schemata correctly (bug #193518)
314
315* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-3
316- more build requires (bug #193374)
317
318* Mon Feb 27 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-2
319- pydir fixes for lib64
320
321* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-1
322- version 0.7.0
323
324* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2.1
325- bump again for double-long bug on ppc(64)
326
327* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2
328- rebuilt for new gcc4.1 snapshot and glibc changes
329
330* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
331- rebuilt
332
333* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
334- Fix relative path for the icons in desktop files which no longer works
335  with the icon cache.
336
337* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
338- new version 0.6.0
339
340* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
341- rebuild for new cairo
342
343* Thu Jul  7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
344- Minor spec file cleanups.
345- Fix relative path for the icons in desktop files which no longer works
346  with the icon cache.
347- Remove useless zero epochs.
348- Remove explicit python abi requirement, it's automatic for FC4 and up.
349
350* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
351- removed base requirement from libs
352
353* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
354- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
355
356* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
357- rebuilt
358
359* Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
360- added gnome hbox patch for bug rh#149215
361
362* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
363- added requires for python-abi
364
365* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
366- split package into app, libs and devel
367
368* Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
369- fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
370
371* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
372- buildrequire pygtk2-devel (bug 135032)
373- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
374- fixed segfault on file receive (bug 133041)
375
376* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
377- buildrequire libbtctl-devel
378- buildrequire openobex-devel >= 1.0.1
379- pythondir -> pyexecdir
380
381* Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
382- added build dependency for librsvg2-devel
383
384* Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
385- added pydir patch
386
387* Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
388- version 0.5.1
389
390* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
391- rebuilt
392
393* Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
394- corrected BuildRequires
395
396* Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
397- added EggToolBar patch for gcc34
398
399* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
400- rebuilt
401
402* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
403- rebuilt
404
405* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
406- added autofoo patch
407
408* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
409- add .so to gnome-vfs module, if libtool does not!
410
411* Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
412- call libtool finish
413
414* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
415- new version 0.4.1
416
417* Thu Jun  5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
418- initial RPM
419
420
Note: See TracBrowser for help on using the repository browser.