diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-05-20 09:42:47 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-05-20 09:42:47 +0900 |
commit | e7179814de126f94bc10ab3ea2d9f903ddc720da (patch) | |
tree | 4f0d6527a310b0b12c16a3448a4341a6bf3c2555 /packaging/which.spec | |
parent | 1a6845fe87f1460429b2ee184b2e6725f5dd86e6 (diff) | |
download | which-accepted/tizen_6.5_base_tool.tar.gz which-accepted/tizen_6.5_base_tool.tar.bz2 which-accepted/tizen_6.5_base_tool.zip |
Bump to which 2.17tizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_base/20201208.051733submit/tizen_base/20201208.051231submit/tizen_base/20201207.055733submit/tizen_base/20201202.063715submit/tizen_base/20201202.050643submit/tizen_7.0_base_hotfix/20221115.161701submit/tizen_7.0_base/20221028.201301submit/tizen_6.5_base/20211028.124201submit/tizen_6.5_base/20211028.121101submit/tizen_6.5_base/20211027.211501submit/tizen_6.5_base/20211027.201201submit/tizen_6.5_base/20211027.183102submit/tizen_6.5_base/20211026.180902submit/tizen/20201202.050554accepted/tizen/base/tool/20201202.211618accepted/tizen/base/20230714.003627accepted/tizen/8.0/base/20231005.045338accepted/tizen/7.0/base/tool/hotfix/20221115.084839accepted/tizen/7.0/base/tool/20221028.120805accepted/tizen/7.0/base/hotfix/20230714.004027accepted/tizen/7.0/base/20230714.003218accepted/tizen/6.5/base/tool/20211028.034944accepted/tizen/6.5/base/20230714.002811tizen_8.0_basetizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizenaccepted/tizen_base_toolaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_base
[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>
Diffstat (limited to 'packaging/which.spec')
-rw-r--r-- | packaging/which.spec | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/packaging/which.spec b/packaging/which.spec new file mode 100644 index 0000000..d41a64e --- /dev/null +++ b/packaging/which.spec @@ -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}/* |