source: projects/specs/trunk/o/obex-data-server/obex-data-server-vl.spec @ 9078

Revision 9078, 4.8 KB checked in by inagaki, 9 years ago (diff)

2014-11-11 Ryoichi INAGAKI <ryo1@…>

  • libbtctl: added patch
  • obex-data-server, obexftp, openobex: updated


Line 
1Name:           obex-data-server
2Version:        0.4.6
3Release:        1%{?_dist_release}
4Summary:        D-Bus service for Obex access
5Summary(ja):    Obex アクセスのための D-Bus サービス
6
7Group:          System Environment/Daemons
8License:        GPLv2+
9URL:            http://tadas.dailyda.com/blog
10
11Source0:        http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz
12# Vine Patch
13Patch100:       obex-data-server-0.4.6-openobex17.patch
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  bluez-libs-devel
17BuildRequires:  dbus-glib-devel
18BuildRequires:  gdk-pixbuf2-devel
19BuildRequires:  glib2-devel
20BuildRequires:  libtool
21BuildRequires:  libusb-devel
22BuildRequires:  openobex-devel
23
24#----------------------------------------------------------------------------
25%description
26obex-data-server is a D-Bus service to allow sending and receiving files
27using the ObexFTP and Obex Push protocols, common on mobile phones and
28other Bluetooth-equipped devices.
29
30%description -l ja
31obex-data-server は ObexFTP や携帯電話などのBluetooth対応デバイスで
32共通して用いられる Obex Push protocols を使用して送受信をできるよう
33にする D-Bus サービスです。
34
35#----------------------------------------------------------------------------
36%prep
37%setup -q
38%patch100 -p1 -b .openobex17
39
40cat << EOF > README
41Bug tracking system is at:
42http://bugs.muiline.com/view_all_bug_page.php
43
44Web page is at:
45http://tadas.dailyda.com/blog/
46
47SVN tree:
48svn://svn.muiline.com/obex-data-server/trunk/
49
50SVN browsing:
51http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/trunk/
52
53EOF
54
55%build
56%configure --enable-bip=gdk-pixbuf
57
58make %{?_smp_mflags}
59
60#----------------------------------------------------------------------------
61%install
62rm -rf $RPM_BUILD_ROOT
63chmod a-x test/*.py
64make install DESTDIR=$RPM_BUILD_ROOT
65find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70#----------------------------------------------------------------------------
71%files
72%defattr(-,root,root,-)
73%doc README COPYING dbus-api.txt test/ods-dbus-test.c test/ods-server-test.py test/ods-session-test.py
74%{_bindir}/obex-data-server
75%{_sysconfdir}/obex-data-server/
76%{_datadir}/dbus-1/services/obex-data-server.service
77%{_mandir}/man1/obex-data-server.1.gz
78
79#----------------------------------------------------------------------------
80# Maintainers: babasaki@mindgear.org
81#
82#----------------------------------------------------------------------------
83%changelog
84* Tue Nov 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.4.6-1
85- updated to 0.4.6
86- built with openobex 1.7.1
87- added Patch100
88
89* Wed Apr 20 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4-4
90- add missing BuildRequires: gdk-pixbuf2-devel
91
92* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 0.4-3
93- rebuilt with rpm-4.8.1-3
94
95* Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4-2
96- rebuild with bluez-libs-devel-4.15
97
98* Fri Oct 22 2008 Seiichirou Babasaki 0.4-1
99- up to 0.4
100- added "# Maintainers: " comments.
101- changed UTF-8 encode at obex-data-server.vs.spec
102- Updated specfile
103- FedoraCore LOGS
104-- 0.3.99-2
105-- Update to rev 1998
106-- Use gdk-pixbuf instead of ImageMagick for BIP support
107-- 0.3.99-1
108-- Update to rev 1977
109-- 0.3.4-8
110-- Add ImageMagic BR
111--- 0.3.4-7
112-- Add missing patch
113-- 0.3.4-6
114-- Update to latest SVN trunk, with BlueZ 4 patch
115-- 0.3.4-5
116-- Another BlueZ 4.x patch update
117-- 0.3.4-4
118-- Update bluez 4.x patch for the latest D-Bus API
119-- 0.3.4-3
120-- Rebuild with BlueZ 4.x patch
121-- 0.3.4-2
122-- Rebuild
123-- 0.3.4-1
124-- Update to 0.3.4
125-- Fixes a problem accessing Nokia phones (#456541)
126
127
128* Fri Sep 26 2008 Seiichirou Babasaki 0.3.2-1
129- Updated specfile
130
131* Mon Jun 16 2008 Seiichirou Babasaki 0.3.1-2
132- Import obex-data-server - Packager: Babasaki
133- Updated specfile
134
135#----------------------------------------------------------------------------
136* Tue Apr 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.1-1
137- Update to 0.3.1
138- Fixes a number of crashers
139
140* Thu Feb 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
141- Update to 0.3
142
143* Wed Feb 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
144- Update to 0.2
145- Remove system-wide service file
146
147* Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
148- Update to release 0.1
149- Up Epoch as version numbering sucks
150
151* Mon Feb 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-6.04022008
152- Update from SVN
153
154* Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-5.16012007
155- Fix rpmlint issues
156
157* Fri Jan 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-4.16012007
158- Add BR on libtool
159
160* Thu Jan 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-3.16012007
161- Remove exec bits on example apps
162
163* Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-2.16012007
164- Add COPYING, and add some data to the README
165
166* Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-1.16012007
167- First package
168
Note: See TracBrowser for help on using the repository browser.