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