From: Xavier Roche Date: Tue, 23 Jul 2013 12:39:33 +0000 (+0200) Subject: Split elementary config and test app into separate tools package. X-Git-Tag: submit/tizen/20130808.123508^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=014773a66513fc9c78663b8253b0b3c49e081f15;p=platform%2Fupstream%2Felementary.git Split elementary config and test app into separate tools package. They are developer/power user tools rather than user tools and clutter the Applications screen. Don't need to be part of the default image. --- diff --git a/packaging/elementary.spec b/packaging/elementary.spec index 59f2adb5e..809fceaae 100644 --- a/packaging/elementary.spec +++ b/packaging/elementary.spec @@ -41,6 +41,12 @@ Summary: EFL elementary examples %description examples EFL elementary examples +%package tools +Summary: EFL elementary configuration and test apps + +%description config +EFL elementary configuration and test apps + %package devel Summary: Development components for the elementary package Group: Development/Libraries @@ -73,11 +79,11 @@ make %{?_smp_mflags} %manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING -%{_bindir}/* +%{_bindir}/elementary_quicklaunch +%{_bindir}/elementary_run %{_libdir}/edje/* %{_libdir}/elementary/* %{_libdir}/*.so.* -%{_datadir}/applications/* %{_datadir}/elementary/* %{_datadir}/icons/elementary.png @@ -85,6 +91,12 @@ make %{?_smp_mflags} %defattr(-,root,root,-) %{_libdir}/elementary/examples/* +%files tools +%defattr(-,root,root,-) +%{_datadir}/applications/* +%{_bindir}/elementary_config +%{_bindir}/elementary_test* + %files devel %manifest %{name}.manifest %defattr(-,root,root,-)