Bump to which 2.17 11/70611/1 accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix accepted/tizen_8.0_base accepted/tizen_base_tool tizen tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base accepted/tizen/6.5/base/20230714.002811 accepted/tizen/6.5/base/tool/20211028.034944 accepted/tizen/7.0/base/20230714.003218 accepted/tizen/7.0/base/hotfix/20230714.004027 accepted/tizen/7.0/base/tool/20221028.120805 accepted/tizen/7.0/base/tool/hotfix/20221115.084839 accepted/tizen/8.0/base/20231005.045338 accepted/tizen/base/20230714.003627 accepted/tizen/base/tool/20201202.211618 submit/tizen/20201202.050554 submit/tizen_6.5_base/20211026.180902 submit/tizen_6.5_base/20211027.183102 submit/tizen_6.5_base/20211027.201201 submit/tizen_6.5_base/20211027.211501 submit/tizen_6.5_base/20211028.121101 submit/tizen_6.5_base/20211028.124201 submit/tizen_7.0_base/20221028.201301 submit/tizen_7.0_base_hotfix/20221115.161701 submit/tizen_base/20201202.050643 submit/tizen_base/20201202.063715 submit/tizen_base/20201207.055733 submit/tizen_base/20201208.051231 submit/tizen_base/20201208.051733 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 May 2016 00:42:47 +0000 (09:42 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 May 2016 00:42:47 +0000 (09:42 +0900)
[Model] ALL
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] GPL license problem ( "Which 2.19" is GPL3 )
[Cause & Measure] Bump to which 2.17
[Checking Method] Which binary test

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I709c131be758040b14db87038b213637c4c44a1d
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/which.manifest [new file with mode: 0644]
packaging/which.spec [new file with mode: 0644]

diff --git a/packaging/which.manifest b/packaging/which.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/which.spec b/packaging/which.spec
new file mode 100644 (file)
index 0000000..d41a64e
--- /dev/null
@@ -0,0 +1,34 @@
+Name:           which
+Version:        2.17
+Release:        0
+License:        GPL-2.0
+Summary:        Displays where a particular program in your path is located
+Url:            http://savannah.gnu.org/projects/which
+Group:          Applications/System
+Source0:        http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
+Source1001:    which.manifest
+BuildRequires:  readline-devel
+
+%description
+The which command shows the full pathname of a specified program, if
+the specified program is in your PATH.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%docs_package
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%license COPYING
+%{_bindir}/*