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

Revision 9073, 12.0 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

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