Remove with_tizen build macro 56/257256/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 22 Apr 2021 01:01:48 +0000 (10:01 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 22 Apr 2021 01:01:48 +0000 (10:01 +0900)
Change-Id: I565075d4b1dbc99f73fd3bcc7afe5eb944bce854
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/libsyscommon.spec

index 3b6869f..80e7db4 100644 (file)
@@ -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