]> git.pld-linux.org Git - packages/bluez-hciemu.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Apr 2003 12:32:13 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-hciemu.spec -> 1.1

bluez-hciemu.spec [new file with mode: 0644]

diff --git a/bluez-hciemu.spec b/bluez-hciemu.spec
new file mode 100644 (file)
index 0000000..32a3a2b
--- /dev/null
@@ -0,0 +1,46 @@
+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
+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
+%{__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}/*
This page took 0.037525 seconds and 4 git commands to generate.