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