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

index fe2c1b008f6913ecf2b28cad5bd7460acbc6cd59..20e3d54af677d52a2cc12bebd5be4e858841e514 100644 (file)
@@ -1,7 +1,7 @@
 %define _unpackaged_files_terminate_build 0 
 
 Summary: Tizen Web UI FW Test Suite
-Name: tct
+Name: tct-webuifw
 Version: 1.1
 Release: 0
 License: BSD
@@ -11,7 +11,7 @@ Source: %name-%version.tar.gz
 %description
 This is general Tizen Web UI FW test suite 
 
-%package webuifw-tests
+%package -n tct-webuifw-tests
 Summary: Tizen Web UI FW test suite
 Version: 1.2.2
 Release: 1
@@ -19,7 +19,7 @@ License: BSD
 Group: test/tct/webuifw
 BuildRequires: zip
 
-%description webuifw-tests
+%description -n tct-webuifw-tests
 This is Tizen Web UI FW test suite package
 
 %prep
@@ -55,10 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
-%files webuifw-tests
+%files -n tct-webuifw-tests
 /opt/tct-webuifw-tests
 
-%post webuifw-tests
+%post -n tct-webuifw-tests
 SUB_PKG_NAME=tct-webuifw-tests
 wgt_installer="wrt-installer"
 
@@ -73,7 +73,7 @@ if [ $? -eq 0 ]; then
     sync
 fi
 
-%postun webuifw-tests
+%postun -n tct-webuifw-tests
 SUB_PKG_NAME=tct-webuifw-tests
 wgt_installer="wrt-installer"