From 9b876843edb51ec9a96cf5c5c32f60e69bfcaa58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20Zingil=C3=A9?= Date: Wed, 3 Sep 2014 14:41:27 +0200 Subject: [PATCH] remove %profile macro and put explicit profile name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: If05b11aee5517736b0ed6bfa649534582633c5c4 Signed-off-by: Nicolas Zingilé --- packaging/common-graphics-suite.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} -- 2.34.1