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

Revision 3526, 4.4 KB checked in by owa, 13 years ago (diff)

rebuilt

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