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

Revision 521, 4.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           obex-data-server
2Version:        0.4
3Release:        2%{?_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* Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4-2
81- rebuild with bluez-libs-devel-4.15
82
83* Fri Oct 22 2008 Seiichirou Babasaki 0.4-1
84- up to 0.4
85- added "# Maintainers: " comments.
86- changed UTF-8 encode at obex-data-server.vs.spec
87- Updated specfile
88- FedoraCore LOGS
89-- 0.3.99-2
90-- Update to rev 1998
91-- Use gdk-pixbuf instead of ImageMagick for BIP support
92-- 0.3.99-1
93-- Update to rev 1977
94-- 0.3.4-8
95-- Add ImageMagic BR
96--- 0.3.4-7
97-- Add missing patch
98-- 0.3.4-6
99-- Update to latest SVN trunk, with BlueZ 4 patch
100-- 0.3.4-5
101-- Another BlueZ 4.x patch update
102-- 0.3.4-4
103-- Update bluez 4.x patch for the latest D-Bus API
104-- 0.3.4-3
105-- Rebuild with BlueZ 4.x patch
106-- 0.3.4-2
107-- Rebuild
108-- 0.3.4-1
109-- Update to 0.3.4
110-- Fixes a problem accessing Nokia phones (#456541)
111
112
113* Fri Sep 26 2008 Seiichirou Babasaki 0.3.2-1
114- Updated specfile
115
116* Mon Jun 16 2008 Seiichirou Babasaki 0.3.1-2
117- Import obex-data-server - Packager: Babasaki
118- Updated specfile
119
120#----------------------------------------------------------------------------
121* Tue Apr 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.1-1
122- Update to 0.3.1
123- Fixes a number of crashers
124
125* Thu Feb 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
126- Update to 0.3
127
128* Wed Feb 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
129- Update to 0.2
130- Remove system-wide service file
131
132* Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
133- Update to release 0.1
134- Up Epoch as version numbering sucks
135
136* Mon Feb 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-6.04022008
137- Update from SVN
138
139* Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-5.16012007
140- Fix rpmlint issues
141
142* Fri Jan 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-4.16012007
143- Add BR on libtool
144
145* Thu Jan 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-3.16012007
146- Remove exec bits on example apps
147
148* Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-2.16012007
149- Add COPYING, and add some data to the README
150
151* Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-1.16012007
152- First package
153
Note: See TracBrowser for help on using the repository browser.