diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2018-01-17 17:07:45 +0900 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2018-01-17 17:07:45 +0900 |
commit | 586a1b47cbc42bea6c6742ff3230600b80c7fd7b (patch) | |
tree | 075b4e11267bb2319b427469f0b239fa3adc7439 | |
parent | e60efc322073ab022b84aead46ab1abbccc8918a (diff) | |
download | make-accepted/tizen_5.0_base.tar.gz make-accepted/tizen_5.0_base.tar.bz2 make-accepted/tizen_5.0_base.zip |
disable %check sectiontizen_5.5.m2_releasesubmit/tizen_base/20180122.011841submit/tizen_5.5_base_wearable_hotfix/20201023.155601submit/tizen_5.5_base_mobile_hotfix/20201023.171501submit/tizen_5.5_base/20191030.000001submit/tizen_5.0_base/20181101.000001accepted/tizen/base/20180122.015350accepted/tizen/5.5/base/wearable/hotfix/20201023.080837accepted/tizen/5.5/base/mobile/hotfix/20201023.084437accepted/tizen/5.5/base/20191030.082111accepted/tizen/5.0/base/20181101.090342tizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixtizen_5.5_basetizen_5.0_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseaccepted/tizen_5.0_base
Change-Id: I5b03fc0e50289709318050a633a14882d22862f0
-rw-r--r-- | packaging/make.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/make.spec b/packaging/make.spec index 473684e..7cd9d01 100644 --- a/packaging/make.spec +++ b/packaging/make.spec @@ -1,3 +1,5 @@ +%define __spec_check_pre exit 0 + Name: make Url: http://www.gnu.org/software/make/make.html Provides: gmake @@ -29,7 +31,7 @@ export AUTOPOINT=true %{?asan:LIBS+=" -ldl "} %make_install ln -sf make %{buildroot}%{_bindir}/gmake -%files +%files %manifest %{name}.manifest %defattr(-,root,root) %license COPYING |