From 014773a66513fc9c78663b8253b0b3c49e081f15 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 23 Jul 2013 14:39:33 +0200 Subject: [PATCH] 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. --- packaging/elementary.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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,-) -- 2.34.1