From da84d496f32374022cfeafd795c8f4fd7b60a4d0 Mon Sep 17 00:00:00 2001 From: adasi Date: Mon, 17 Oct 2005 16:07:35 +0000 Subject: [PATCH] - bluetooth OBEX utils - btftp & btobex. Cool stuff :) Changed files: bluez-obex.spec -> 1.1 --- bluez-obex.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bluez-obex.spec diff --git a/bluez-obex.spec b/bluez-obex.spec new file mode 100644 index 0000000..aa42ada --- /dev/null +++ b/bluez-obex.spec @@ -0,0 +1,53 @@ + +%define snapshot 20051017 + +Summary: Bluetooth OBEX utilities +Summary(pl): Narzêdzia Bluetooth OBEX +Name: bluez-obex +Version: 0.1.%{snapshot} +Release: 1 +Epoch: 0 +License: GPL v2 +Group: Applications/System +Source0: http://gruby.cs.net.pl/~adasi/%{name}-%{version}.tar.gz +# Source0-md5: 194478cd895da5ec991a9c470f64cc59 +URL: http://bluez.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bluez-libs-devel >= 2.21 +BuildRequires: openobex-devel >= 1.0.1-2 +BuildRequires: libtool +Requires: bluez-libs >= 2.21 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Bluetooth OBEX utils +The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. + +%description -l pl +Narzêdzia Bluetooth OBEX + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/* -- 2.44.0