From e2af1e6325af742bd3ed90af862734958b6622e1 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Thu, 22 Apr 2021 10:01:48 +0900 Subject: [PATCH] Remove with_tizen build macro Change-Id: I565075d4b1dbc99f73fd3bcc7afe5eb944bce854 Signed-off-by: Hyotaek Shim --- packaging/libsyscommon.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packaging/libsyscommon.spec b/packaging/libsyscommon.spec index 3b6869f..80e7db4 100644 --- a/packaging/libsyscommon.spec +++ b/packaging/libsyscommon.spec @@ -5,9 +5,7 @@ Release: 0%{?release_flags} License: Apache-2.0 Group: System/Libraries Source: %{name}-%{version}.tar.gz -%if 0%{?_with_tizen} Source1001: %{name}.manifest -%endif BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gio-2.0) >= 2.44 @@ -36,9 +34,7 @@ Development header files for system common library. %prep %setup -q -%if 0%{?_with_tizen} cp %{SOURCE1001} . -%endif %build %cmake . @@ -58,17 +54,13 @@ touch debugsources.list %files %defattr(-,root,root,-) -%if 0%{?_with_tizen} %manifest %{name}.manifest -%endif %license LICENSE.Apache-2.0 %{_libdir}/libsyscommon.so.* %files -n libsyscommon-devel %defattr(-,root,root,-) -%if 0%{?_with_tizen} %manifest %{name}.manifest -%endif %license LICENSE.Apache-2.0 %{_libdir}/libsyscommon.so %{_includedir}/libsyscommon/*.h -- 2.7.4