Add a test subpackage 62/3762/1
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 29 May 2013 18:27:51 +0000 (11:27 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 29 May 2013 19:43:32 +0000 (12:43 -0700)
packaging/webkit2-efl.spec

index 0e407ea..72d849b 100644 (file)
@@ -84,6 +84,13 @@ Requires: %{name} = %{version}-%{release}
 %description devel
 Browser Engine dev library based on Webkit EFL (developement files)
 
+%package test
+Summary:        Webkit2 EFL test binaries
+Group:          Development/Tools
+Requires:       %{name} = %{version}
+%description test
+Currently test tools means MiniBrowser, more tools can be added as needed.
+
 %prep
 %setup -q
 
@@ -157,6 +164,7 @@ fi
 cd $WEBKIT_BUILD_DIR
 %make_install
 mkdir -p %{buildroot}/usr/share/edje
+cp ./bin/MiniBrowser %{buildroot}%{_bindir}/MiniBrowser
 
 %post
 #!/bin/sh
@@ -179,3 +187,7 @@ chmod 644 /usr/share/edje/webkit.edj
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
+
+%files test
+%defattr(-,root,root,-)
+%{_bindir}/MiniBrowser