[W-Indicator] Update Flora license version 77/76577/2
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Fri, 24 Jun 2016 08:57:50 +0000 (14:27 +0530)
committerGowtham Anandha Babu <gowtham.ab@samsung.com>
Tue, 28 Jun 2016 13:27:09 +0000 (18:57 +0530)
Change-Id: Ib2e5999e6dc8af5d9082b83a851b70f8e019a5f6

packaging/org.tizen.windicator.spec

index 0f0debdce6eba0f49e07205da3894f683a05c4ab..b6b5f8776d38eb00e6860a459a102ffd77fe94e5 100644 (file)
@@ -4,7 +4,7 @@ Version:    0.0.1
 Release:    0
 Summary: Tizen W indicator application
 Source: %{name}-%{version}.tar.gz
-License: Flora
+License: Flora-1.1
 Group: Applications/System
 
 BuildRequires: cmake
@@ -36,12 +36,6 @@ BuildRequires: efl-assist-devel
 BuildRequires: gettext-tools
 BuildRequires: edje-bin, embryo-bin
 
-%ifarch %{arm}
-%define ARCH arm
-%else
-%define ARCH emulator
-%endif
-
 %description
 Notification panel for wearable devices
 
@@ -62,15 +56,9 @@ export CXXFLAGS+=" -DTIZEN_ENGINEER_MODE"
 export FFLAGS+=" -DTIZEN_ENGINEER_MODE"
 %endif
 
-%if 0%{?sec_product_feature_telephony_disable}
-export CFLAGS+=" -D_TIZEN_3G_ENABLE"
-export CXXFLAGS+=" -D_TIZEN_3G_ENABLE"
-export FFLAGS+=" -D_TIZEN_3G_ENABLE"
-%endif
-
 CFLAGS+=" -fPIC -fpie -O2 "
 LDFLAGS+="-Wl,--rpath=%{PREFIX}/lib -Wl,--as-needed -Wl,--hash-style=both"; export LDFLAGS
-cmake . -DCMAKE_INSTALL_PREFIX=%{PREFIX} -DARCH=%{ARCH}
+cmake . -DCMAKE_INSTALL_PREFIX=%{PREFIX}
 make %{?jobs:-j%jobs}
 
 %install
@@ -81,10 +69,6 @@ mkdir -p %{buildroot}/opt/usr/apps/org.tizen.windicator
 
 mkdir -p %{buildroot}%{_libdir}/systemd/system/tizen-system.target.wants
 
-%post
-/sbin/ldconfig
-/usr/bin/signing-client/hash-signer-client.sh -a -d -p platform /usr/apps/org.tizen.windicator
-
 %files
 %manifest %{name}.manifest