tizen 2.3 release
[framework/security/ca-certificates.git] / packaging / ca-certificates.spec
index 1320141..7184574 100644 (file)
@@ -1,12 +1,13 @@
+#sbs-git:slp/pkgs/c/ca-certificates ca-certificates 0.0.1 93a79fb3ff2d8233e4775b96f0d7592db74aea03
+
 Name:       ca-certificates
 Summary:    Install basic certificates which be used applications
-Version: 0.0.2
+Version: 0.0.1
 Release:    2
 Group:      System/Files
 License:    None
 Source0:    %{name}-%{version}.tar.gz
 
-%if "%{_repository}" == "wearable"
 
 %description
 install basic certificates which be used applications
@@ -15,10 +16,7 @@ install basic certificates which be used applications
 %setup -q
 
 %build
-echo "########################################"
-echo "TIZEN_PROFILE_WEARABLE"
-echo "########################################"
-cp -R modules_wearable/* .
+
 
 %install
 rm -rf %{buildroot}
@@ -32,32 +30,3 @@ cp -arf certs %{buildroot}/opt/etc/ssl/
 %defattr(-,root,root,-)
 /opt/etc/ssl/certs/*
 %{_datadir}/license/%{name}
-
-
-%else
-
-%description
-install basic certificates which be used applications
-
-%prep
-%setup -q
-
-%build
-echo "########################################"
-echo "TIZEN_PROFILE_MOBILE"
-echo "########################################"
-cp -R modules_mobile/* .
-
-%install
-rm -rf %{buildroot}
-
-mkdir -p %{buildroot}/opt/etc/ssl
-cp -arf certs %{buildroot}/opt/etc/ssl/
-
-%files
-%defattr(-,root,root,-)
-/opt/etc/ssl/certs/*
-
-
-
-%endif