diff --git a/comps-extras.spec b/comps-extras.spec index efb998d..ac6bbbb 100644 --- a/comps-extras.spec +++ b/comps-extras.spec @@ -1,14 +1,16 @@ Summary: Images for components included in Fedora Name: comps-extras Version: 13 -Release: 2 +Release: 3 # no upstream source releases; the src.rpm is the source much like # with fedora-release, etc. anonymous cvs available via # cvs -d:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS co comps-extras Source0: %{name}-%{version}.tar.gz +Source1: sugar-desktop.png # while GPL isn't normal for images, it is the case here # No version specified. -License: GPL+ +# Sugar logo is CC-BY-SA, by One Laptop Per Child, Inc. +License: GPL+ and CC-BY-SA Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -25,6 +27,7 @@ This package contains images for the components included in Fedora. %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/pixmaps/comps/ %clean rm -rf $RPM_BUILD_ROOT @@ -35,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/comps/* %changelog +* Wed Sep 10 2008 Bill Nottingham - 13-3 +- add a logo for Sugar desktop + * Tue Jul 15 2008 Tom "spot" Callaway - 13-2 - fix license tag diff --git a/sugar-desktop.png b/sugar-desktop.png new file mode 100644 index 0000000..c7f3703 Binary files /dev/null and b/sugar-desktop.png differ