remove %profile macro and put explicit profile name 38/27038/1 accepted/tizen/common/20140904.154810 accepted/tizen/ivi/20140905.151336 submit/tizen/20140903.124406
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 3 Sep 2014 12:41:27 +0000 (14:41 +0200)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 3 Sep 2014 12:41:27 +0000 (14:41 +0200)
Change-Id: If05b11aee5517736b0ed6bfa649534582633c5c4
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
packaging/common-graphics-suite.spec

index 318fc756a735532dbcb1008d21b90f41081d9318..fc6ee34d55428eb8d3eb357f681d63f6c739a72e 100644 (file)
@@ -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}