]> git.pld-linux.org Git - packages/bluez-hcidump.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Apr 2003 08:55:35 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-hcidump.spec -> 1.1

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

diff --git a/bluez-hcidump.spec b/bluez-hcidump.spec
new file mode 100644 (file)
index 0000000..b7299ba
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       HCIDump - HCI packet analyzer
+Summary(pl):   HCIDump - analizator pakietów HCI
+Name:          bluez-hcidump
+Version:       1.5
+Release:       1
+License:       GPL v2
+Group:         Networking/Utilities
+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
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HCIDump - HCI packet analyzer.
+
+%description -l pl
+HCIDump - analizator pakietów HCI.
+
+%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}/*
+%{_mandir}/man8/*
This page took 0.083438 seconds and 4 git commands to generate.