rpms/sugar/F-9 sugar.spec,1.22,1.23

Simon Schampijer (erikos) fedora-extras-commits at redhat.com
Thu Jul 17 07:05:13 UTC 2008


Author: erikos

Update of /cvs/pkgs/rpms/sugar/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12218

Modified Files:
	sugar.spec 
Log Message:
* Thu Jul 17 2008 Simon Schampijer <simon at laptop.org> - 0.81.6-4.20080715git8137d5c37f
- split the sugar-emulator in it's own package to get rid of the 
  xephyr dependency




Index: sugar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar/F-9/sugar.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sugar.spec	15 Jul 2008 20:32:57 -0000	1.22
+++ sugar.spec	17 Jul 2008 07:04:28 -0000	1.23
@@ -5,7 +5,7 @@
 Name: sugar
 Version: 0.81.6
 #Release: 1%{?dist}
-Release: 3.%{alphatag}%{?dist}
+Release: 4.%{alphatag}%{?dist}
 URL: http://dev.laptop.org
 # git clone git://dev.laptop.org/sugar
 # cd sugar
@@ -28,7 +28,6 @@
 Requires: gnome-python2-libwnck
 Requires: matchbox-window-manager
 Requires: numpy
-Requires: xorg-x11-server-Xephyr
 
 %description
 
@@ -36,6 +35,16 @@
 sites http://fedoraproject.org/wiki/OLPC and http://www.laptop.org for
 goals of this project.
 
+%package emulator
+Summary: The emulator for the Desktop Environment sugar
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: xorg-x11-server-Xephyr
+
+%description emulator
+The emulator let's you test and debug sugar. For example it allows you to run 
+multiple instances of sugar. 
+
 %prep
 %setup -q
 
@@ -74,10 +83,19 @@
 %{_datadir}/dbus-1/services/*.service
 
 %{_bindir}/*
+%exclude %{_bindir}/sugar-emulator
 
 %{_datadir}/mime/packages/sugar.xml
 
+%files emulator
+%defattr(-,root,root,-)
+%{_bindir}/sugar-emulator
+
 %changelog
+* Thu Jul 17 2008 Simon Schampijer <simon at laptop.org> - 0.81.6-4.20080715git8137d5c37f
+- split the sugar-emulator in it's own package to get rid of the 
+  xephyr dependency
+
 * Tue Jul 15 2008 Tomeu Vizoso <tomeu at tomeuvizoso.net> - 0.81.6-3.20080715git8137d5c37f
 - 7071 Add an option for uninstalling activities from the home view
 - 7476 Order control panel modules logically




More information about the fedora-extras-commits mailing list