X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bluez-hcidump.spec;h=f0704c1236b6e683c68e5c55dde0c4694ff01aad;hb=a661a54c6682c26e291473125859c49ff4fa425c;hp=6de0c328da218302f80e48b94afbc871b9e626e6;hpb=3e409afe3f854bd44e9dd6c36341243931957b3d;p=packages%2Fbluez-hcidump.git diff --git a/bluez-hcidump.spec b/bluez-hcidump.spec index 6de0c32..f0704c1 100644 --- a/bluez-hcidump.spec +++ b/bluez-hcidump.spec @@ -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*