rpms/etoys/devel etoys.spec,1.11,1.12

Daniel Drake dsd at fedoraproject.org
Mon Nov 23 13:05:36 UTC 2009


Author: dsd

Update of /cvs/pkgs/rpms/etoys/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13889

Modified Files:
	etoys.spec 
Log Message:
don't own /usr/share/sugar/activities and move sugar activity to subpackage


Index: etoys.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etoys/devel/etoys.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- etoys.spec	11 Oct 2009 16:38:57 -0000	1.11
+++ etoys.spec	23 Nov 2009 13:05:36 -0000	1.12
@@ -1,6 +1,6 @@
 %define name    etoys
 %define version 4.0.2332
-%define release 1%{?dist}
+%define release 2%{?dist}
 %define source  %{name}-%{version}
 
 Name:           %{name}
@@ -40,6 +40,14 @@ It includes the ability to share desktop
 in real-time, so many forms of immersive mentoring and play can
 be done over the Internet.
 
+%package sugar
+Summary: Sugar activity wrapper for Etoys
+Group:   Sugar/Activities
+Requires: sugar
+
+%description sugar
+A Sugar activity that launches Etoys within the Sugar environment.
+
 %prep
 %setup -q -n %{source}
 cp -p %SOURCE2 .
@@ -102,7 +110,6 @@ update-desktop-database &> /dev/null || 
 %{_datadir}/mime/*
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
-%{_datadir}/sugar/*
 %if 0%{?localebug}
 %lang(bn) %{_datadir}/etoys/locale/bn
 %lang(ru) %{_datadir}/etoys/locale/ru
@@ -135,7 +142,13 @@ update-desktop-database &> /dev/null || 
 %lang(vi) %{_datadir}/etoys/locale/vi
 %endif
 
+%files sugar
+%{_datadir}/sugar/activities/*
+
 %changelog
+* Mon Nov 23 2009 Daniel Drake <dsd at laptop.org> - 4.0.2332-2
+- don't own /usr/share/sugar/activities and move sugar activity to subpackage
+
 * Sun Oct 11 2009 Steven M. Parrish <smparrish at gmail.com> - 4.0.2332-1
 - lastest upstream release 4.0.2332
 




More information about the fedora-extras-commits mailing list