pass-hal: standard: Create spec file for RPM package 91/140091/1 accepted/tizen/4.0/unified/20170816.013711 accepted/tizen/unified/20170803.161411 submit/tizen/20170803.052703 submit/tizen_4.0/20170811.094300
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 8 Feb 2017 05:45:41 +0000 (14:45 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 24 Jul 2017 00:07:12 +0000 (09:07 +0900)
This patch creates files required to build the RPM package. Although it
is possible to build the package, only one empty RPM file would be
created since source files are not implemented yet.

Change-Id: I5132d84314e2329f17082d41d5e0b71836b0c0c0
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
packaging/pass-hal-standard.manifest [new file with mode: 0644]
packaging/pass-hal-standard.spec [new file with mode: 0644]

diff --git a/packaging/pass-hal-standard.manifest b/packaging/pass-hal-standard.manifest
new file mode 100644 (file)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
diff --git a/packaging/pass-hal-standard.spec b/packaging/pass-hal-standard.spec
new file mode 100644 (file)
index 0000000..2a8b4f9
--- /dev/null
@@ -0,0 +1,27 @@
+%define version 0.0.1
+%define release 1
+
+Name:       pass-hal-standard
+Summary:    PASS standard hal
+Version:    %{version}
+Release:    %{release}
+Group:      System/Hardware Adaptation
+License:    Apache-2.0
+Source1:    %{name}.manifest
+
+%description
+PASS standard hal
+
+%prep
+cp %{SOURCE1} .
+
+%build
+
+%install
+
+%post
+
+%postun
+
+%files
+%manifest %{name}.manifest