Url: http://tizen.org
Group: Meta
Source0: %{name}-%{version}.tar.gz
+Source1: domain-systemfw.inc
Suggests: %{name}-root-Headless
Suggests: %{name}-root-Kernel
"Suggests" means optional package.
"Recommened" is reserved for future usage.
"Conflicts" is to unselect unconditionally.
+
+
%files
+# Include "systemfw" domain. The script should not execute "include" if the contexst is in GBS service in OBS or GBS-Export
+%{expand:%{lua:if posix.access(rpm.expand("%{SOURCE1}"), "f") then print("%include %{SOURCE1}") end}}
%package root-Headless
Summary: Enable Tizen Headless Device
--- /dev/null
+# Maintainer: ...
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+%package root-System_FW
+Summary: Tizen System Framework Domain
+Suggests: resourced
+Suggests: deviced
+
+%description root-System_FW
+This domain, "System FW", introduces packages and sub-domains/features
+of Tizen System-FW domain.
+This is maintained by ...
+
+%files root-System_FW
+
+# END