Split elementary config and test app into separate tools package.
authorXavier Roche <xavier.roche@eurogiciel.fr>
Tue, 23 Jul 2013 12:39:33 +0000 (14:39 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 15 Dec 2014 14:37:08 +0000 (15:37 +0100)
  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

index 59f2adb..809fcea 100644 (file)
@@ -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,-)