Tizen 2.1 base
[platform/adaptation/intel_mfld/preos-runtime.git] / packaging / preos-runtime.spec
1 Name:    preos-runtime
2 Summary: preos runtime envrionment for medfield
3 Version: 0.7
4 Release: 1
5 License: TO_BE/FILLED_IN
6 Url:     https://tizen.jf.intel.com/index.php?title=Slp/preos
7 Source0: %{name}-%{version}.tar.gz
8 # The name "preos.manifest" is hardcoded, don't change it.
9 Group:   TO_BE/FILLED_IN
10
11 # No debuginfo
12 %define debug_package %{nil}
13
14 %description
15 Pre-OS runtime is an environment deployed in device, to communicate with host
16 toolkit to provision, flash and update partitions on device.
17
18
19 %prep
20 %setup -q
21
22
23 %build
24
25
26 %install
27 rm -rf %{buildroot}
28 install -d %{buildroot}/boot
29 install -m644 *.bin %{buildroot}/boot/
30 install -m644 preos.manifest %{buildroot}/boot/preos.manifest
31
32
33 %files
34 %defattr(-,root,root,-)
35 /boot/*