[wpan-tools] initial import

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 21 22:12:02 UTC 2014


commit c341c15336eef0361fec656353ab3ea9162ad6b5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Oct 21 23:11:55 2014 +0100

    initial import

 .gitignore      |    1 +
 sources         |    1 +
 wpan-tools.spec |   45 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..18c79a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wpan-tools-0.1.tar.bz2
diff --git a/sources b/sources
index e69de29..fc435a9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cd79407ffa42a402c696c6e01441cb80  wpan-tools-0.1.tar.bz2
diff --git a/wpan-tools.spec b/wpan-tools.spec
new file mode 100644
index 0000000..1b29b93
--- /dev/null
+++ b/wpan-tools.spec
@@ -0,0 +1,45 @@
+# Tarfile created using git
+# git clone https://github.com/linux-wpan/wpan-tools.git
+# git archive --format=tar --prefix=%{name}-%{version}/ %{name}-v%{version} | bzip2 > ~/%{name}-%{version}.tar.bz2
+%define tarfile %{name}-%{version}
+
+Name:          wpan-tools
+Version:       0.1
+Release:       2%{?dist}
+Summary:       Userspace tools for the Linux IEEE 802.15.4 stack
+License:       ISC + GPLv2
+Group:         System Environment/Libraries
+URL:           https://github.com/linux-wpan/
+Source0:       %{tarfile}.tar.bz2
+
+BuildRequires: libnl3-devel
+BuildRequires: libtool autoconf automake
+
+%description
+Userspace tools for the Linux IEEE 802.15.4 stack.
+
+%prep
+%setup -q
+
+%build
+autoreconf -vif
+%configure --disable-static
+
+make %{?_smp_mflags} V=1
+
+%install
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+
+%check
+make check
+
+%files
+%doc COPYING
+%{_bindir}/iwpan
+
+%changelog
+* Tue Oct 21 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.1-2
+- Update license
+
+* Mon Oct 20 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.1-1
+- Initial package


More information about the scm-commits mailing list