Summary: HCI Emulation for Linux Bluetooth protocol stack Summary(pl): Emulacja HCI dla linuksowego stosu protokołu Bluetooth Name: bluez-hciemu Version: 1.0 Release: 1 License: GPL v2 Group: Applications/System Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz # Source0-md5: 52477bdcd5a2c0fb5c56ad92f608ab94 Patch0: %{name}-opt.patch URL: http://bluez.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: bluez-libs-devel BuildRequires: glib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description HCI Emulation for Linux Bluetooth protocol stack. %description -l pl Emulacja HCI dla linuksowego stosu protokołu Bluetooth. %prep %setup -q %patch0 -p1 %build cp -f /usr/share/automake/config.sub . %{__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) %{_sbindir}/*