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

Revision 8915, 7.5 KB checked in by Takemikaduchi, 10 years ago (diff)

dash,liboil,libutempter,virtuoso-opensource,wavpack: new upstream release
others: rebuild

Line 
1Summary: Library for using OBEX
2Summary(ja): OBEXを利用するためのオープンライブラリです
3Name: openobex
4Version: 1.5
5Release: 3%{?_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* Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5-3
133- rebuild with VineSeed environment
134
135* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 1.5-2
136- rebuilt with rpm-4.8.1 for pkg-config
137
138* Sun May 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5-1
139- new upstream release
140- drop Patch1, Patch2, Patch3, Patch4, Patch5
141
142* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-15
143- for <BTS:847>
144  - fixed %postun section
145  - changed apps Group to Applications/Accessories
146
147* Fri Oct 24 2008 Seiichirou Babasaki 1.3-14
148- added "# Maintainers: " comments.
149- changed UTF-8 encode at bluez-gnome.vs.spec
150- Updated specfile
151
152* Fri Jun 13 2008 Seiichirou Babasaki 1.3-13
153- Updated specfile
154- LOGS - 1.3-12
155- improved utf(non ascii) support
156- Resolves: #430128
157- LOGS - 1.3-11
158- Autorebuild for GCC 4.3
159- LOGS - 1.3-10
160- Spec file cleanup
161- LOGS - 1.3-9
162- Spec file cleanup
163- Fixed wrong lib path in autoconf
164
165* Wed Jan 16 2008 Seiichirou Babasaki 1.3-8vl1
166- Import oponobex - Packager: Babasaki
167- Updated specfile
168
169#----------------------------------------------------------------------------
170* Tue Sep 18 2007 Jiri Moskovcak <jmoskovcak@redhat.com> 1.3-8
171- Changed sources in specfile URL to point to the right location
172
173* Fri Aug 24 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.3-7
174- Added ipv6 support
175- Resolves: #198396
176
177* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 1.3-6
178- changed license tag
179
180* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 1.3-5
181- specfile cleanup
182
183* Wed Feb  7 2007 Harald Hoyer <harald@redhat.com> - 1.3-4
184- readded obex_push
185
186* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3-3.1
187- rebuild
188
189* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 1.3-3
190- removed more patches
191
192* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 1.3-2
193- added more build requirements
194- built now with enable-usb
195
196* Fri Jun 16 2006 Harald Hoyer <harald@redhat.com> - 1.3-1
197- version 1.3
198
199* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 1.2-2
200- more build requirements
201
202* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 1.2-1
203- version 1.2
204
205* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> 1.1-1
206- version 1.1
207
208* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
209- bump again for double-long bug on ppc(64)
210
211* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
212- rebuilt for new gcc4.1 snapshot and glibc changes
213
214* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
215- rebuilt
216
217* Mon May 02 2005 Harald Hoyer <harald@redhat.com> 1.0.1-4
218- added `OBEX_ServerAccept' to the exported symbols (bug rh#146353)
219
220* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
221- rebuilt
222
223* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
224- rebuilt
225
226* Mon Sep 13 2004 Harald Hoyer <harald@redhat.de> 1.0.1-1
227- version 1.0.1
228
229* Tue Jun 22 2004 Alan Cox <alan@redhat.com>
230- removed now unneeded glib requirement
231
232* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
233- rebuilt
234
235* Mon Apr 19 2004 David Woodhouse <dwmw2@redhat.com> 1.0.0-5
236- import for for #121271 from openobex CVS tree
237
238* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
239- rebuilt
240
241* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
242- rebuilt
243
244* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
245- rebuilt
246
247* Wed Jun  4 2003 Harald Hoyer <harald@redhat.de> 1.0.0-2
248- excludeArch s390 s390x
249
250* Wed Jun  4 2003 Harald Hoyer <harald@redhat.de> 1.0.0-1
251- redhatified specfile
252- bump to version 1.0.0
253
254* Thu May 18 2000 Pontus Fuchs <pontus.fuchs@tactel.se>
255- Initial RPM
Note: See TracBrowser for help on using the repository browser.