]> git.pld-linux.org Git - packages/bluez-obex.git/blob - bluez-obex.spec
- tabs in preamble
[packages/bluez-obex.git] / bluez-obex.spec
1
2 %define         snapshot        20051017
3
4 Summary:        Bluetooth OBEX utilities
5 Summary(pl.UTF-8):      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://www.bluez.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bluez-libs-devel >= 2.21
18 BuildRequires:  libtool
19 BuildRequires:  libxml2-devel
20 BuildRequires:  openobex-devel >= 1.0.1-2
21 BuildRequires:  readline-devel
22 Requires:       bluez-libs >= 2.21
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Bluetooth OBEX utils.
27
28 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
29
30 %description -l pl.UTF-8
31 Narzędzia Bluetooth OBEX.
32
33 Znak towarowy BLUETOOTH należy do Bluetooth SIG, Inc. w USA.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure 
44 %{__make} 
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT 
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog
58 %attr(755,root,root) %{_bindir}/*
This page took 0.078152 seconds and 3 git commands to generate.