From: Nicolas Zingilé Date: Wed, 3 Sep 2014 12:41:27 +0000 (+0200) Subject: remove %profile macro and put explicit profile name X-Git-Tag: submit/tizen/20140903.124406^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b876843edb51ec9a96cf5c5c32f60e69bfcaa58;p=test%2Fcommon%2Fcommon-graphics-suite.git remove %profile macro and put explicit profile name Change-Id: If05b11aee5517736b0ed6bfa649534582633c5c4 Signed-off-by: Nicolas Zingilé --- diff --git a/packaging/common-graphics-suite.spec b/packaging/common-graphics-suite.spec index 318fc75..fc6ee34 100644 --- a/packaging/common-graphics-suite.spec +++ b/packaging/common-graphics-suite.spec @@ -27,14 +27,14 @@ cp %{SOURCE1001} . %install -install -d %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -install -m 0755 runtest %{buildroot}/%{_datadir}/tests/%{profile}/%{name} -install -m 0644 *.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 0644 *.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}