source: projects/specs/branches/6/o/obex-data-server/obex-data-server-vl.spec @ 3592

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