From: Hyotaek Shim Date: Thu, 22 Apr 2021 01:01:48 +0000 (+0900) Subject: Remove with_tizen build macro X-Git-Tag: accepted/tizen/unified/20210615.120427~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2af1e6325af742bd3ed90af862734958b6622e1;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git Remove with_tizen build macro Change-Id: I565075d4b1dbc99f73fd3bcc7afe5eb944bce854 Signed-off-by: Hyotaek Shim --- 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