From: Nicolas Zingilé Date: Wed, 3 Sep 2014 12:40:17 +0000 (+0200) Subject: remove %profile macros and put explicite profile name X-Git-Tag: submit/tizen/20140903.124413^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4de009e6b6cea4abf8436203a78bd545c1c0af0d;p=test%2Fcommon%2Fcommon-sanity-suite.git remove %profile macros and put explicite profile name Change-Id: I441bb159e78d6e5afbcc3c8806738be9278b7315 Signed-off-by: Nicolas Zingilé --- diff --git a/packaging/common-sanity-suite.spec b/packaging/common-sanity-suite.spec index 36630ad..e2c56fb 100644 --- a/packaging/common-sanity-suite.spec +++ b/packaging/common-sanity-suite.spec @@ -25,14 +25,14 @@ cp %{SOURCE1001} . %install ## common-sanity-suite -install -d %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -install -m 0755 runtest %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -install -m 644 *.xml %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -install -m 0644 LICENSE %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -cp -r TESTDIR %{buildroot}/%{_datadir}/tests/%{profile}/%{name} +install -d %{buildroot}/%{_datadir}/tests/common/%{name} +install -m 0755 runtest %{buildroot}/%{_datadir}/tests/common/%{name} +install -m 644 *.xml %{buildroot}/%{_datadir}/tests/common/%{name} +install -m 0644 LICENSE %{buildroot}/%{_datadir}/tests/common/%{name} +cp -r TESTDIR %{buildroot}/%{_datadir}/tests/common/%{name} %files %manifest %{name}.manifest %defattr(-,root,root) -%{_datadir}/tests/%{profile}/%{name} +%{_datadir}/tests/common/%{name}