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

Revision 8119, 11.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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