]> git.pld-linux.org Git - packages/bluez-obex.git/blob - bluez-obex.spec
- bluetooth OBEX utils - btftp & btobex. Cool stuff :)
[packages/bluez-obex.git] / bluez-obex.spec
1
2 %define         snapshot        20051017
3
4 Summary:        Bluetooth OBEX utilities
5 Summary(pl):    Narzêdzia Bluetooth OBEX
6 Name:           bluez-obex
7 Version:        0.1.%{snapshot}
8 Release:        1
9 Epoch:          0
10 License:        GPL v2
11 Group:          Applications/System
12 Source0:        http://gruby.cs.net.pl/~adasi/%{name}-%{version}.tar.gz
13 # Source0-md5:  194478cd895da5ec991a9c470f64cc59
14 URL:            http://bluez.sourceforge.net/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bluez-libs-devel >= 2.21
18 BuildRequires:  openobex-devel >= 1.0.1-2
19 BuildRequires:  libtool
20 Requires:       bluez-libs >= 2.21
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Bluetooth OBEX utils
25 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
26
27 %description -l pl
28 Narzêdzia Bluetooth OBEX
29
30 %prep
31 %setup -q
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure 
39 %{__make} 
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT 
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README
53 %attr(755,root,root) %{_bindir}/*
This page took 0.137363 seconds and 3 git commands to generate.