Add spec file 14/250714/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified_hotfix tizen_6.5 tizen_7.0_hotfix accepted/tizen/6.5/unified/20211029.013739 accepted/tizen/7.0/unified/20221110.060938 accepted/tizen/7.0/unified/hotfix/20221116.110914 accepted/tizen/unified/20210104.130217 submit/tizen/20210104.045945 submit/tizen_6.5/20211028.163401 tizen_6.5.m2_release tizen_7.0_m2_release
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 4 Jan 2021 04:57:10 +0000 (13:57 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 4 Jan 2021 04:57:55 +0000 (13:57 +0900)
Change-Id: Ic089b6260de629189cc6dda1a35cb37755d4ecc0

packaging/iw.manifest [new file with mode: 0755]
packaging/iw.spec [new file with mode: 0755]

diff --git a/packaging/iw.manifest b/packaging/iw.manifest
new file mode 100755 (executable)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
diff --git a/packaging/iw.spec b/packaging/iw.spec
new file mode 100755 (executable)
index 0000000..79125a7
--- /dev/null
@@ -0,0 +1,27 @@
+Name:           iw
+Summary:        Wireless configuration tool
+License:        0BSD
+Version:        5.9
+Release:        0
+Url:            https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git
+Source0:        %{name}-%{version}.tar.gz
+Source1001:     %{name}.manifest
+BuildRequires: pkgconfig(libnl-3.0)
+
+%description
+Wireless configuration tool
+
+%prep
+%setup -q
+
+%build
+cp %{SOURCE1001} .
+make %{?_smp_mflags}
+
+%install
+#rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_bindir}
+cp -f ./iw %{buildroot}%{_bindir}/iw
+
+%files
+%{_bindir}/iw