From: Nicolas Zingilé Date: Fri, 14 Mar 2014 16:09:23 +0000 (+0100) Subject: initial packaging X-Git-Tag: submit/tizen_ivi/20140729.000001~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a9b03424e239e72b3ff30a5cf9753c8e0de687f;p=test%2Ftools%2Ftestkit-stub.git initial packaging Change-Id: I2ab6b664003a59beebf2b24c0df99878579f7f3f Signed-off-by: Nicolas Zingilé --- diff --git a/packaging/testkit-stub.manifest b/packaging/testkit-stub.manifest new file mode 100644 index 0000000..d45d10d --- /dev/null +++ b/packaging/testkit-stub.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/testkit-stub.spec b/packaging/testkit-stub.spec index b1fcc36..6efb99d 100644 --- a/packaging/testkit-stub.spec +++ b/packaging/testkit-stub.spec @@ -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 0.10 -- create for SLP build