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

Revision 7938, 11.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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