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

Revision 7712, 11.7 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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