Updated tct-wrt.spec to change the name to tct-wrt
authorjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 23 May 2013 05:54:57 +0000 (13:54 +0800)
committerjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 23 May 2013 05:54:57 +0000 (13:54 +0800)
packaging/tct-wrt.spec

index c0b0855..afdabb0 100644 (file)
@@ -1,6 +1,6 @@
 
 Summary: Template Tizen Integration Test Suite
-Name: tct
+Name: tct-wrt
 Version: 1.1
 Release: 1
 License: BSD
@@ -10,7 +10,7 @@ Source: %name-%version.tar.gz
 %description
 This is general Tizen integration test suite 
 
-%package extension-tests
+%package -n tct-extension-tests
 Summary: wrt config extension test suite
 Version: 1.3.5
 Release: 1
@@ -18,10 +18,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description extension-tests
+%description -n tct-extension-tests
 This is wrt config extension test suite package
 
-%package management-tests
+%package -n tct-management-tests
 Summary: wrt package management test suite
 Version: 1.3.5
 Release: 1
@@ -29,10 +29,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description management-tests
+%description -n tct-management-tests
 This is wrt package management test suite package
 
-%package runtime-tests
+%package -n tct-runtime-tests
 Summary: wrt runtime test suite
 Version: 1.3.5
 Release: 1
@@ -40,10 +40,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description runtime-tests
+%description -n tct-runtime-tests
 This is wrt runtime test suite package
 
-%package wrtui-tests
+%package -n tct-wrtui-tests
 Summary: wrt runtime ui test suite
 Version: 1.3.5
 Release: 1
@@ -51,10 +51,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description wrtui-tests
+%description -n tct-wrtui-tests
 This is wrt runtime ui test suite package
 
-%package privacy-tests
+%package -n tct-privacy-tests
 Summary: wrt security privacy test suite
 Version: 1.3.5
 Release: 1
@@ -62,10 +62,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description privacy-tests
+%description -n tct-privacy-tests
 This is wrt security privacy test suite package
 
-%package acceptance-tests
+%package -n tct-acceptance-tests
 Summary: wrt acceptance tests
 Version: 1.3.5
 Release: 1
@@ -73,10 +73,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description acceptance-tests
+%description -n tct-acceptance-tests
 This is wrt acceptance test suite package
 
-%package stability-tests
+%package -n tct-stability-tests
 Summary: wrt stability tests
 Version: 1.3.5
 Release: 1
@@ -84,10 +84,10 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description stability-tests
+%description -n tct-stability-tests
 This is wrt stability test suite package
 
-%package widget-tests
+%package -n tct-widget-tests
 Summary: wrt webapp widget tests
 Version: 1.3.5
 Release: 1
@@ -95,7 +95,7 @@ License: BSD
 Group: test/tct/wrt
 BuildRequires: zip
 
-%description widget-tests
+%description -n tct-widget-tests
 This is wrt webapp widget test suite package
 
 %prep
@@ -123,39 +123,39 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
-%files extension-tests
+%files -n tct-extension-tests
 /opt/tct-extension-tests
 /usr/share/tct-extension-tests
 
-%files management-tests
+%files -n tct-management-tests
 /opt/tct-management-tests
 /usr/share/tct-management-tests
 
-%files runtime-tests
+%files -n tct-runtime-tests
 /opt/tct-runtime-tests
 /usr/share/tct-runtime-tests
 
-%files wrtui-tests
+%files -n tct-wrtui-tests
 /opt/tct-wrtui-tests
 /usr/share/tct-wrtui-tests
 
-%files privacy-tests
+%files -n tct-privacy-tests
 /opt/tct-privacy-tests
 /usr/share/tct-privacy-tests
 
-%files acceptance-tests
+%files -n tct-acceptance-tests
 /opt/tct-acceptance-tests
 /usr/share/tct-acceptance-tests
 
-%files stability-tests
+%files -n tct-stability-tests
 /opt/tct-stability-tests
 /usr/share/tct-stability-tests
 
-%files widget-tests
+%files -n tct-widget-tests
 /opt/tct-widget-tests
 /usr/share/tct-widget-tests
 
-%post extension-tests
+%post -n tct-extension-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -168,7 +168,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post management-tests
+%post -n tct-management-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -181,7 +181,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post runtime-tests
+%post -n tct-runtime-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -194,7 +194,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post wrtui-tests
+%post -n tct-wrtui-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -207,7 +207,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post privacy-tests
+%post -n tct-privacy-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -220,7 +220,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post stability-tests
+%post -n tct-stability-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -233,7 +233,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%post widget-tests
+%post -n tct-widget-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -246,7 +246,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun extension-tests
+%preun -n tct-extension-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -263,7 +263,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun management-tests
+%preun -n tct-management-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -280,7 +280,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun runtime-tests
+%preun -n tct-runtime-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -297,7 +297,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun wrtui-tests
+%preun -n tct-wrtui-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -314,7 +314,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun privacy-tests 
+%preun -n tct-privacy-tests 
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -331,7 +331,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun stability-tests
+%preun -n tct-stability-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then
@@ -348,7 +348,7 @@ if [ $? -eq 0 ]; then
     done
 fi
 
-%preun widget-tests
+%preun -n tct-widget-tests
 wgt_installer="wrt-installer"
 which $wgt_installer > /dev/null 2>&1
 if [ $? -eq 0 ]; then