initial packaging
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 14 Mar 2014 16:09:23 +0000 (17:09 +0100)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 14 Mar 2014 16:09:23 +0000 (17:09 +0100)
Change-Id: I2ab6b664003a59beebf2b24c0df99878579f7f3f
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
packaging/testkit-stub.manifest [new file with mode: 0644]
packaging/testkit-stub.spec

diff --git a/packaging/testkit-stub.manifest b/packaging/testkit-stub.manifest
new file mode 100644 (file)
index 0000000..d45d10d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ <request>
+</manifest>
index b1fcc36fe4f3e75cb66ee03533d2db4832728273..6efb99d895ba8364c59f8d45f86a61ed801cd52d 100644 (file)
@@ -1,57 +1,37 @@
+Name:          testkit-stub
+Summary:       Test stub of testkit-lite
+Version:       1.0
+Release:       1
+Group:         Development/Testing
+License:       GPL-2.0
+URL:           http://github.com/testkit/testkit-stub
+Source:                %{name}-%{version}.tar.gz
+Source1001:    %{name}.manifest
+BuildRoot:     %{_tmppath}/%{name}-%{version}-build
 
-Name:       testkit-stub
-Summary:    test
-Version:    1.0
-Release:    1
-Group:      Development/Debug
-License:    GPL v2 only
-URL:        http://www.moblin.org/
-Source0:    %{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-test
+Test stub for testkit-lite to run web applications
 
 
 %prep
 %setup -q -n %{name}-%{version}
-# >> setup
-# << setup
+cp %{SOURCE1001} .
 
 %build
-# >> build pre
-# << build pre
-
-
-# Call make instruction with smp support
 make %{?jobs:-j%jobs}
 
-# >> build post
-# << build post
+
 %install
 rm -rf %{buildroot}
-# >> install pre
-# << install pre
 %make_install
 
-# >> install post
-# << install post
 
 %clean
 rm -rf %{buildroot}
 
 
-
-
-
-
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
-# >> files
 %{_bindir}/testkit-stub
-# << files
-
-
-%changelog
-* Tue Mar  21 2013 Li Min <min.a.li@intel.com> 0.10
-- create for SLP build