]> git.pld-linux.org Git - packages/bluez-hcidump.git/blobdiff - bluez-hcidump.spec
- updated to 2.5
[packages/bluez-hcidump.git] / bluez-hcidump.spec
index 6de0c328da218302f80e48b94afbc871b9e626e6..f0704c1236b6e683c68e5c55dde0c4694ff01aad 100644 (file)
@@ -1,18 +1,21 @@
 Summary:       HCIDump - HCI packet analyzer
 Summary(pl.UTF-8):     HCIDump - analizator pakietów HCI
 Name:          bluez-hcidump
-Version:       1.32
+Version:       2.5
 Release:       1
 License:       GPL v2+
 Group:         Networking/Utilities
 #Source0Download: http://www.bluez.org/download.html
-Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: 3320121113cf31fe9180470edff2c71d
+Source0:       http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
+# Source0-md5: ec3442b08f19a1ad9fdfbb72912c4e80
 URL:           http://www.bluez.org/
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: bluez-libs-devel >= 3.3
-Requires:      bluez-libs >= 3.3
+BuildRequires: bluez-libs-devel >= 3.14
+BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      bluez-libs >= 3.14
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,8 +30,10 @@ HCIDump - analizator pakietów HCI.
 %build
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules
 
 %{__make}
 
@@ -44,5 +49,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/hcidump
+%{_mandir}/man8/hcidump.8*
This page took 0.086423 seconds and 4 git commands to generate.