remove %profile macros and put explicite profile name 37/27037/1 submit/tizen/20140903.124413
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 3 Sep 2014 12:40:17 +0000 (14:40 +0200)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 3 Sep 2014 12:40:17 +0000 (14:40 +0200)
Change-Id: I441bb159e78d6e5afbcc3c8806738be9278b7315
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
packaging/common-sanity-suite.spec

index 36630addf21735799d9c77ed61097d853575eb6c..e2c56fbbe53edcf05a362ceab466c56542a2812f 100644 (file)
@@ -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}