source: projects/specs/trunk/o/openobex/openobex-vl.spec @ 820

Revision 820, 7.2 KB checked in by inagaki, 14 years ago (diff)

updated: dovecot, fuse, openobex, scim-bridge

Line 
1Summary: Library for using OBEX
2Summary(ja): OBEXを利用するためのオープンライブラリです
3Name: openobex
4Version: 1.3
5Release: 15%{?_dist_release}
6License: GPLv2+
7Group: System Environment/Libraries
8URL: http://openobex.sourceforge.net
9Source: http://downloads.sourceforge.net/openobex/openobex-%{version}.tar.gz
10
11Patch0: openobex-apps-flush.patch
12Patch1: openobex-1.3-push.patch
13Patch2: openobex-1.3-autoconf.patch
14Patch3: openobex-1.3-ipv6.patch
15Patch4: openobex-1.3-utf.patch
16Patch5: openobex-1.3-ircp.patch
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  autoconf >= 2.57
20BuildRequires:  bluez-libs-devel
21BuildRequires:  sed, libusb-devel
22BuildRequires:  automake, autoconf, libtool
23ExcludeArch:    s390 s390x
24
25#----------------------------------------------------------------------------
26%description
27OBEX (OBject EXchange) is a protocol usually used by various mobile
28devices to exchange all kind of objects like files, pictures, calendar
29entries (vCal) and business cards (vCard).  This package contains the
30Open OBEX shared C library.
31
32%description -l ja
33OBEX(OBject EXchange) は様々なモバイル機器での、ファイル、写真、カレンダー
34エントリー(vCal) 、そして名刺(vCard)のような、すべての種類のオブジェクトを
35交換するために通常使用されているプロトコルです。
36このパッケージには、Open OBEX のC言語共有ライブラリが含まれています。
37
38
39#----------------------------------------------------------------------------
40%package devel
41Summary: Files for development of applications which will use OBEX
42Summary(ja): OBEX アプリ開発用ライブラリとヘッダーファイル
43Group: Development/Libraries
44Requires: %{name} = %{version}-%{release}
45Requires: bluez-libs-devel
46Requires: libusb-devel
47Requires: pkgconfig
48
49%description devel
50Header files for development of applications which use OpenOBEX.
51
52%description devel -l ja
53
54Open OBEX を使用するアプリケーションを開発するためのヘッダーファイル類
55(devel パッケージ)
56
57#----------------------------------------------------------------------------
58%package apps
59Summary: Applications for using OBEX
60Summary(ja): OBEX を使ったアプリケーション
61Group: Applications/Accessories
62
63%description apps
64Open OBEX Applications to exchange all kind of objects like files, pictures,
65calendar entries (vCal) and business cards (vCard) using the OBEX protocol.
66
67%description apps -l ja
68Open OBEX アプリケーションは OBEX プロトコルを使用して、ファイル、写真、
69カレンダーエントリー(vCal) 、そして名刺(vCard)のような、すべての種類の
70オブジェクトを交換します。
71
72
73#----------------------------------------------------------------------------
74%prep
75%setup -q
76%patch0 -p1 -b .flush
77%patch1 -p1 -b .push
78%patch2 -p1 -b .ipv6
79%patch3 -p1 -b .autoconf
80%patch4 -p1 -b .utf
81%patch5 -p1 -b .ircp
82autoreconf --install --force
83
84%build
85%configure --disable-static --enable-apps --enable-usb --disable-dependency-tracking
86make %{?_smp_mflags}
87# make -C doc %{?_smp_mflags}
88
89#----------------------------------------------------------------------------
90%install
91rm -rf $RPM_BUILD_ROOT
92make install DESTDIR=$RPM_BUILD_ROOT
93# we do not want .la files
94rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
95
96%clean
97rm -rf $RPM_BUILD_ROOT
98
99%post -p /sbin/ldconfig
100
101%postun -p /sbin/ldconfig
102
103%files
104%defattr(-, root, root)
105%doc AUTHORS COPYING COPYING.LIB ChangeLog README
106%{_libdir}/libopenobex*.so.*
107
108%files devel
109%defattr(-, root, root)
110%doc AUTHORS COPYING COPYING.LIB ChangeLog README
111%{_libdir}/libopenobex*.so
112%{_datadir}/aclocal/openobex.m4
113%dir %{_includedir}/openobex
114%{_includedir}/openobex/*.h
115%{_libdir}/pkgconfig/openobex.pc
116
117%files apps
118%defattr(-, root, root)
119%{_bindir}/irobex_palm3
120%{_bindir}/irxfer
121%{_bindir}/ircp
122%{_bindir}/obex_tcp
123%{_bindir}/obex_test
124%{_bindir}/obex_push
125%{_mandir}/man1/obex_push.1*
126
127#----------------------------------------------------------------------------
128# Maintainers: babasaki@mindgear.org
129#
130#----------------------------------------------------------------------------
131%changelog
132* Mon Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-15
133- for <BTS:847>
134  - fixed %postun section
135  - changed apps Group to Applications/Accessories
136
137* Fri Oct 24 2008 Seiichirou Babasaki 1.3-14
138- added "# Maintainers: " comments.
139- changed UTF-8 encode at bluez-gnome.vs.spec
140- Updated specfile
141
142* Fri Jun 13 2008 Seiichirou Babasaki 1.3-13
143- Updated specfile
144- LOGS - 1.3-12
145- improved utf(non ascii) support
146- Resolves: #430128
147- LOGS - 1.3-11
148- Autorebuild for GCC 4.3
149- LOGS - 1.3-10
150- Spec file cleanup
151- LOGS - 1.3-9
152- Spec file cleanup
153- Fixed wrong lib path in autoconf
154
155* Wed Jan 16 2008 Seiichirou Babasaki 1.3-8vl1
156- Import oponobex - Packager: Babasaki
157- Updated specfile
158
159#----------------------------------------------------------------------------
160* Tue Sep 18 2007 Jiri Moskovcak <jmoskovcak@redhat.com> 1.3-8
161- Changed sources in specfile URL to point to the right location
162
163* Fri Aug 24 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.3-7
164- Added ipv6 support
165- Resolves: #198396
166
167* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 1.3-6
168- changed license tag
169
170* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 1.3-5
171- specfile cleanup
172
173* Wed Feb  7 2007 Harald Hoyer <harald@redhat.com> - 1.3-4
174- readded obex_push
175
176* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3-3.1
177- rebuild
178
179* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 1.3-3
180- removed more patches
181
182* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 1.3-2
183- added more build requirements
184- built now with enable-usb
185
186* Fri Jun 16 2006 Harald Hoyer <harald@redhat.com> - 1.3-1
187- version 1.3
188
189* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 1.2-2
190- more build requirements
191
192* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 1.2-1
193- version 1.2
194
195* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> 1.1-1
196- version 1.1
197
198* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
199- bump again for double-long bug on ppc(64)
200
201* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
202- rebuilt for new gcc4.1 snapshot and glibc changes
203
204* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
205- rebuilt
206
207* Mon May 02 2005 Harald Hoyer <harald@redhat.com> 1.0.1-4
208- added `OBEX_ServerAccept' to the exported symbols (bug rh#146353)
209
210* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
211- rebuilt
212
213* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
214- rebuilt
215
216* Mon Sep 13 2004 Harald Hoyer <harald@redhat.de> 1.0.1-1
217- version 1.0.1
218
219* Tue Jun 22 2004 Alan Cox <alan@redhat.com>
220- removed now unneeded glib requirement
221
222* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
223- rebuilt
224
225* Mon Apr 19 2004 David Woodhouse <dwmw2@redhat.com> 1.0.0-5
226- import for for #121271 from openobex CVS tree
227
228* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
229- rebuilt
230
231* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
232- rebuilt
233
234* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
235- rebuilt
236
237* Wed Jun  4 2003 Harald Hoyer <harald@redhat.de> 1.0.0-2
238- excludeArch s390 s390x
239
240* Wed Jun  4 2003 Harald Hoyer <harald@redhat.de> 1.0.0-1
241- redhatified specfile
242- bump to version 1.0.0
243
244* Thu May 18 2000 Pontus Fuchs <pontus.fuchs@tactel.se>
245- Initial RPM
Note: See TracBrowser for help on using the repository browser.