condition added to exclusive build on wayland 27/38327/1 accepted/tizen/tv/20150416.234701 submit/tizen/20150416.132703
authorPatryk Kaczmarek <patryk.k@samsung.com>
Thu, 16 Apr 2015 12:47:23 +0000 (14:47 +0200)
committerPatryk Kaczmarek <patryk.k@samsung.com>
Thu, 16 Apr 2015 12:47:23 +0000 (14:47 +0200)
Change-Id: I812a151a9e8f4621a3e27fa9c6cb82b88cfea556

packaging/org.tizen.etest.spec~ [deleted file]
packaging/org.tizen.screen-reader.spec

diff --git a/packaging/org.tizen.etest.spec~ b/packaging/org.tizen.etest.spec~
deleted file mode 100644 (file)
index 5beebce..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-%define AppInstallPath /opt/usr/apps/%{name}
-%define Exec etest
-
-
-Name:       org.tizen.etest
-Summary:    Empty app
-Version:    0.0.1
-Release:    1
-License:    Apache-2.0
-Source0:    %{name}-%{version}.tar.gz
-
-BuildRequires:  pkgconfig(appcore-efl)
-BuildRequires:  pkgconfig(ecore)
-BuildRequires:  pkgconfig(eina)
-BuildRequires:  pkgconfig(evas)
-BuildRequires:  pkgconfig(bundle)
-BuildRequires:  cmake
-BuildRequires:  tts
-BuildRequires:  tts-devel
-
-
-%description
-An utility library for developers of the menu screen.
-
-%prep
-%setup -q
-
-%build
-cmake . -DCMAKE_INSTALL_PREFIX="%{AppInstallPath}" -DCMAKE_TARGET="%{Exec}" -DCMAKE_PACKAGE="%{name}"
-make %{?jobs:-j%jobs}
-
-%install
-rm -rf %{buildroot}
-%make_install
-
-%post 
-/sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files
-%{AppInstallPath}/bin/etest
-%{AppInstallPath}/res/icons/etest.png
-/opt/share/packages/%{name}.xml
-
-
index a5ce4d2..fc1bc04 100755 (executable)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:       org.tizen.screen-reader
 Summary:    Empty app
 Version:    0.0.1
@@ -6,6 +8,10 @@ Group:      Applications/Core Applications
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 BuildRequires:  at-spi2-core
 BuildRequires:  at-spi2-core-devel
 BuildRequires:  cmake
@@ -19,6 +25,7 @@ BuildRequires:  tts-devel
 BuildRequires:  vconf
 BuildRequires:  pkgconfig(check)
 
+
 %define AppInstallPath /usr/apps/%{name}
 %define Exec screen-reader