e8e61ff
%global codename laughlin
e8e61ff
cvsdist 8e9a11d
Name: fedora-logos
f941161
Summary: Fedora-related icons and pictures
7df2ce7
Version: 14.0.1
7df2ce7
Release: 500%{?dist}
cvsdist 8e9a11d
Group: System Environment/Base
8a20f65
URL: http://git.fedorahosted.org/git/fedora-logos.git/
8a20f65
Source0: https://fedorahosted.org/releases/f/e/fedora-logos/fedora-logos-%{version}.tar.bz2
c8fac62
License: Licensed only for approved usage, see COPYING for details. 
95d050d
11394a6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1482b44
BuildArch: noarch
cvsdist 8e9a11d
Obsoletes: redhat-logos
4f7d2a6
Provides: redhat-logos = %{version}-%{release}
4f7d2a6
Provides: system-logos = %{version}-%{release}
f403b19
Conflicts: kdebase <= 3.1.5
cvsdist cea7a72
Conflicts: anaconda-images <= 10
f403b19
Conflicts: redhat-artwork <= 5.0.5
7df2ce7
# For splashtolss.sh
7df2ce7
BuildRequires: syslinux-perl, netpbm-progs
33fdf3e
Requires(post): coreutils
7077ee1
BuildRequires: hardlink
d73bd2f
# For _kde4_* macros:
a50b6dd
BuildRequires: kde-filesystem
cvsdist 8e9a11d
cvsdist 8e9a11d
%description
9097eb6
The fedora-logos package contains image files which incorporate the 
c8fac62
Fedora trademarks (the "Marks"). The Marks are trademarks or registered 
c8fac62
trademarks of Red Hat, Inc. in the United States and other countries and 
c8fac62
are used by permission.
c8fac62
c8fac62
This package and its content may not be distributed with anything but
c8fac62
unmodified packages from Fedora Project. It can be used in a Fedora Spin, 
c8fac62
but not in a Fedora Remix. If necessary, this package can be replaced by 
c8fac62
the more liberally licensed generic-logos package.
cvsdist 8e9a11d
c8fac62
See the included COPYING file for full information on copying and 
c8fac62
redistribution of this package and its contents.
cvsdist 8e9a11d
cvsdist 8e9a11d
%prep
3be5887
%setup -q
cvsdist 8e9a11d
cvsdist 8e9a11d
%build
cvsdist 8e9a11d
cvsdist 8e9a11d
%install
cvsdist 8e9a11d
rm -rf $RPM_BUILD_ROOT
cvsdist 8e9a11d
cvsdist 8e9a11d
# should be ifarch i386
cvsdist 8e9a11d
mkdir -p $RPM_BUILD_ROOT/boot/grub
d4221ef
install -p -m 644 -D bootloader/splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz
cvsdist 8e9a11d
# end i386 bits
cvsdist 8e9a11d
e8e61ff
mkdir -p $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-%{codename}/
cvsdist 8e9a11d
for i in firstboot/* ; do
e8e61ff
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-%{codename}/
cvsdist 8e9a11d
done
cvsdist 8e9a11d
cvsdist 8e9a11d
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
cvsdist 8e9a11d
for i in gnome-splash/* ; do
b778a06
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
cvsdist 8e9a11d
done
cvsdist 8e9a11d
1482b44
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-screensaver
1482b44
for i in gnome-screensaver/* ; do
b778a06
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/gnome-screensaver
1482b44
done
1482b44
517aea7
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
517aea7
for i in pixmaps/* ; do
b778a06
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
517aea7
done
517aea7
19895fc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
19895fc
for i in plymouth/charge/* ; do
19895fc
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
19895fc
done
19895fc
73839d1
for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do
1eb1118
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
6ea13dc
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps
1eb1118
  for i in icons/hicolor/$size/apps/* ; do
b778a06
    install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
6ea13dc
    pushd $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps
6ea13dc
    ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png icon-panel-menu.png
6ea13dc
    ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png gnome-main-menu.png
6ea13dc
    ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png kmenu.png
62c4e47
    ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png start-here.png
1eb1118
    popd
517aea7
  done
517aea7
done
cvsdist 8e9a11d
c7c0e59
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/48x48/apps
c7c0e59
install -p -m 644 icons/Fedora/48x48/apps/* $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/48x48/apps/
7fd5404
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/scalable/apps
d73bd2f
install -p -m 644 icons/Fedora/scalable/apps/* $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/scalable/apps/
d73bd2f
7077ee1
mkdir -p $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/48x48/apps/
7077ee1
install -p -m 644 icons/Fedora/48x48/apps/* $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/48x48/apps/
7077ee1
mkdir -p $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/
7077ee1
install -p -m 644 icons/Fedora/scalable/apps/*  $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/
c7c0e59
b0aca7f
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
b0aca7f
pushd $RPM_BUILD_ROOT%{_sysconfdir}
b0aca7f
ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon.png favicon.png
b0aca7f
popd
b0aca7f
50c32fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
8a20f65
install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
1a0adac
install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here.svg
50c32fa
cvsdist cea7a72
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
cvsdist cea7a72
73839d1
for i in 16 22 24 32 36 48 96 256 ; do
33fdf3e
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/${i}x${i}/places
b778a06
  install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/${i}x${i}/places/start-here.png
7077ee1
  install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/${i}x${i}/places/start-here-kde-fedora.png 
33fdf3e
done
33fdf3e
1a0adac
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/scalable/places/
1a0adac
pushd $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/scalable/places/
1a0adac
ln -s ../../../hicolor/scalable/apps/start-here.svg .
1a0adac
popd
1a0adac
c651039
mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/
c651039
install -p -m 644 kde-splash/Leonidas-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png
a50b6dd
7077ee1
# save some dup'd icons
7077ee1
/usr/sbin/hardlink -v %{buildroot}/
7077ee1
7077ee1
cvsdist 8e9a11d
%clean
cvsdist 8e9a11d
rm -rf $RPM_BUILD_ROOT
cvsdist 8e9a11d
33fdf3e
%post
33fdf3e
touch --no-create %{_datadir}/icons/hicolor || :
33fdf3e
touch --no-create %{_datadir}/icons/Bluecurve || :
33fdf3e
touch --no-create %{_datadir}/icons/Fedora || :
7077ee1
touch --no-create %{_kde4_iconsdir}/oxygen ||:
d73bd2f
d73bd2f
%postun
d73bd2f
if [ $1 -eq 0 ] ; then
d73bd2f
touch --no-create %{_datadir}/icons/hicolor || :
d73bd2f
touch --no-create %{_datadir}/icons/Bluecurve || :
d73bd2f
touch --no-create %{_datadir}/icons/Fedora || :
7077ee1
touch --no-create %{_kde4_iconsdir}/oxygen ||:
d73bd2f
if [ -x /usr/bin/gtk-update-icon-cache ]; then
d73bd2f
  if [ -f %{_datadir}/icons/hicolor/index.theme ]; then
d73bd2f
    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
d73bd2f
  fi
d73bd2f
  if [ -f %{_datadir}/icons/Bluecurve/index.theme ]; then
d73bd2f
    gtk-update-icon-cache --quiet %{_datadir}/icons/Bluecurve || :
d73bd2f
  fi
d73bd2f
  if [ -f %{_datadir}/icons/Fedora/index.theme ]; then
d73bd2f
    gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || :
d73bd2f
  fi
7077ee1
  if [ -f %{_kde4_iconsdir}/oxygen/index.theme ]; then
7077ee1
    gtk-update-icon-cache --quiet %{_kde4_iconsdir}/oxygen || :
d73bd2f
  fi
d73bd2f
fi
77c7297
fi
d73bd2f
d73bd2f
%posttrans
33fdf3e
if [ -x /usr/bin/gtk-update-icon-cache ]; then
d14c074
  if [ -f %{_datadir}/icons/hicolor/index.theme ]; then
d14c074
    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
d14c074
  fi
d14c074
  if [ -f %{_datadir}/icons/Bluecurve/index.theme ]; then
d14c074
    gtk-update-icon-cache --quiet %{_datadir}/icons/Bluecurve || :
d14c074
  fi
d14c074
  if [ -f %{_datadir}/icons/Fedora/index.theme ]; then
d14c074
    gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || :
d14c074
  fi
7077ee1
  if [ -f %{_kde4_iconsdir}/oxygen/index.theme ]; then
7077ee1
    gtk-update-icon-cache --quiet %{_kde4_iconsdir}/oxygen || :
d73bd2f
  fi
33fdf3e
fi
33fdf3e
cvsdist 8e9a11d
%files
d92d84f
%defattr(-, root, root, -)
cvsdist 8e9a11d
%doc COPYING
b0aca7f
%config(noreplace) %{_sysconfdir}/favicon.png
e8e61ff
%{_datadir}/firstboot/themes/fedora-%{codename}/
19895fc
%{_datadir}/plymouth/themes/charge/
7077ee1
%{_kde4_iconsdir}/oxygen/
c651039
%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png
7a0190d
334e66f
%{_datadir}/pixmaps/*
cvsdist cea7a72
%{_datadir}/anaconda/pixmaps/*
7df2ce7
%{_datadir}/anaconda/boot/splash.lss
e8e61ff
%{_datadir}/anaconda/boot/syslinux-splash.png
e8e61ff
%{_datadir}/anaconda/boot/syslinux-vesa-splash.jpg
6c415ce
%{_datadir}/icons/hicolor/*/apps/*
6c415ce
%{_datadir}/icons/Bluecurve/*/apps/*
c7c0e59
%{_datadir}/icons/Fedora/*/apps/
33fdf3e
%{_datadir}/icons/Fedora/*/places/*
81e12ae
%{_datadir}/gnome-screensaver/*
cvsdist 8e9a11d
bb03bb4
# we multi-own these directories, so as not to require the packages that
bb03bb4
# provide them, thereby dragging in excess dependencies.
bb03bb4
%dir %{_datadir}/icons/Bluecurve
bb03bb4
%dir %{_datadir}/icons/hicolor
bb03bb4
%dir %{_datadir}/anaconda
e8e61ff
%dir %{_datadir}/anaconda/boot/
bb03bb4
%dir %{_datadir}/anaconda/pixmaps/
bb03bb4
%dir %{_kde4_appsdir}
bb03bb4
%dir %{_kde4_appsdir}/ksplash
bb03bb4
%dir %{_kde4_appsdir}/ksplash/Themes
d92d84f
# should be ifarch i386
d92d84f
/boot/grub/splash.xpm.gz
d92d84f
# end i386 bits
d92d84f
cvsdist 8e9a11d
%changelog
7df2ce7
* Fri Oct 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 14.0.1-500
7df2ce7
- convert missing Requires to BuildRequires
7df2ce7
- no longer package splashtolss.sh
7df2ce7
- package splash.lss
7df2ce7
- update to 14.0.1-500, so we are equal to (or greater than) generic-logos.
7df2ce7
  Hey notting, stop bumping past me in version, its not a race! ;)
7df2ce7
10fad96
* Wed Oct 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 14.0.0-3
10fad96
- add missing Requires for splashtolss.sh (bz 635289)
10fad96
7077ee1
* Tue Sep 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 14.0.0-2 
7077ee1
- s/Fedora-KDE/oxygen/ icons (#615621)
7077ee1
- use hardlink to save a little space
7077ee1
e8e61ff
* Mon Sep 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 14.0.0-1
e8e61ff
- update to 14.0.0
e8e61ff
9bc5c37
* Sun Jul 18 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 13.0.3-3
9bc5c37
- And fix another %%postun scriptlet error
9bc5c37
77c7297
* Sat Jul 17 2010 Rex Dieter <rdieter@fedoraproject.org> - 13.0.3-2
77c7297
- fix %%postun scriptlet error 
77c7297
e89e6d7
* Fri Jul 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> 13.0.3-1
e89e6d7
- Anaconda changed where it puts and looks for items, so we need to place
e89e6d7
  our files in the correct spot.
e89e6d7
d73bd2f
* Fri Jun 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 13.0.2-2
d73bd2f
- Fedora-KDE icons are now fedora-kde-icons-theme, not kde-settings
d73bd2f
- simplify Fedora-KDE multidir ownership
d73bd2f
- optimize icon scriplets
d73bd2f
- drop ancient Conflicts: kdebase ...
d73bd2f
1a0adac
* Wed May  5 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 13.0.2-1
1a0adac
- add scalable start-here svg
1a0adac
97461e8
* Mon May  3 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 13.0.1-1
97461e8
- fix makefile to not overwrite progress_first.png
97461e8
73839d1
* Mon May  3 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 13.0.0-1
73839d1
- f13 art, improved fedora icon
73839d1
7a0190d
* Wed Nov  4 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.3-2
7a0190d
- kde icon installation
7a0190d
7fc1360
* Thu Oct 29 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.3-1
7fc1360
- Update to 12.0.3, yet another name for system-software-install icons
7fc1360
7fd5404
* Wed Oct 28 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.2-2
7fd5404
- Fixed 12.0.2 source, package up scalable svg source for system-software-install icon
7fd5404
c7c0e59
* Wed Oct 28 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.2-1
c7c0e59
- Update to 12.0.2, has improved system-software-install icon
c7c0e59
473199c
* Wed Oct 21 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.1-1
473199c
- Update to 12.0.1, switch to generic version of firstboot-left.png
473199c
fbc3f60
* Thu Oct  1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 12.0.0-1
fbc3f60
- Update to 12.0.0, F12 art (except KDE)
fbc3f60
c8fac62
* Fri Sep  4 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 11.0.7-1
c8fac62
- Update to 11.0.7, fix license tag, description
c8fac62
4f626af
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.0.6-2
4f626af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4f626af
814038c
* Mon May 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> 11.0.6-1
814038c
- drop "lowres" image, saves a small amount of diskspace
814038c
19895fc
* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 11.0.5-1
19895fc
- Add plymouth "Charge" theme artwork
19895fc
a74dfe8
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> 11.0.4-1
a74dfe8
- update to 11.0.4, fix art to actually be in leonidas theme
a74dfe8
c651039
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> 11.0.3-1
c651039
- update to 11.0.3, adds KDE splash
c651039
b5fc0a8
* Mon Apr 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> 11.0.2-1
b5fc0a8
- fix missing progress files
b5fc0a8
3018861
* Sun Apr 19 2009 Lubomir Rintel <lkundrak@v3.sk> - 11.0.1-2
3018861
- fix bootsplash to be a bit more psychadelic
3018861
f4d9ba4
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 11.0.1-1
f4d9ba4
- fix bootsplash to be less psychadelic
f4d9ba4
ee555b9
* Wed Apr 15 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 11.0.0-1
ee555b9
- Update to 11.0.0 art (except for KDE splash)
ee555b9
ce9ef1c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.1-5
ce9ef1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ce9ef1c
e28f482
* Wed Jan 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> 10.0.1-4
e28f482
- actually, no. I won't make a grub subpackage. No real benefit aside from saving 1MB on disk.
e28f482
d92d84f
* Wed Jan 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> 10.0.1-3
d92d84f
- make grub subpackage (bz 479949)
d92d84f
b7f7681
* Thu Nov  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 10.0.1-2
b7f7681
- pull .git files out of source tarball to keep SRPM size down
b7f7681
bb03bb4
* Thu Nov  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 10.0.1-1
bb03bb4
- fix broken xfce4 icon (bz 470353)
bb03bb4
- own directories for clean removal (bz 169282)
bb03bb4
a50b6dd
* Sun Oct 26 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 10.0.0-2
a50b6dd
- Add (current version of) Fedora logo for SolarComet KSplash theme
a50b6dd
d4221ef
* Fri Oct 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 10.0.0-1
d4221ef
- New solar art
d4221ef
b0aca7f
* Thu Oct 23 2008 Colin Walters <walters@verbum.org> - 0.99.4-3
b0aca7f
- Install logo as /etc/favicon.png (http://cgwalters.livejournal.com/19030.html)
b0aca7f
55c88e0
* Thu Oct  2 2008 Matthias Clasen  <mclasen@redaht.com> - 9.99.4-2
55c88e0
- Don't ship the screensaver desktop file thats in fedora-screensaver-theme
55c88e0
0c08016
* Tue Sep 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9.99.4-1
0c08016
- update to 9.99.4
0c08016
- replace firstboot workstation logo with something modern for F10
0c08016
8a20f65
* Wed Sep 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9.99.3-1
8a20f65
- move to its new home
8a20f65
- package up xfce4_xicon1.svg (bz 445986)
8a20f65
34931ee
* Mon Aug 25 2008 Ray Strode <rstrode@redhat.com> - 9.99.2-1
34931ee
- Move kde background upstream
34931ee
50c32fa
* Mon Aug 25 2008 Ray Strode <rstrode@redhat.com> - 9.99.1-1
50c32fa
- add a logo for xfce (bug 445986)
50c32fa
4ab4181
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 9.99.0-1
4ab4181
- rhgb is no more
4ab4181
d2d8613
* Thu May 29 2008 Ray Strode <rstrode@redhat.com> - 9.0.1-1
d2d8613
- Add logo with white type face
d2d8613
58672e1
* Mon Apr 28 2008 Matthias Clasen <mclasen@redhat.com> - 9.0.0-3
58672e1
- Remove a broken symlink (#444298)
58672e1
c5cdb83
* Mon Apr 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9.0.0-2
c5cdb83
- use bg image without rounded corners for kde-splash (Pavel Shevchuk, #443308)
c5cdb83
02fc87d
* Fri Apr 11 2008 Ray Strode <rstrode@redhat.com> - 9.0.0-1
02fc87d
- update grub splash screen to not have sulfur and look better
02fc87d
  on EFI systems
02fc87d
b778a06
* Thu Apr 10 2008 Rex Dieter <rdieter@fedoraproject.org> - 8.99.2-2
b778a06
- kde-splash: rename to FedoraWaves, fixup animation
b778a06
- include start-here icons for Fedora-KDE icon theme
b778a06
4d0d357
* Wed Apr  2 2008 Ray Strode <rstrode@redhat.com> - 8.99.2-1
4d0d357
- firstboot changed artwork locations
4d0d357
3be5887
* Tue Apr  1 2008 Ray Strode <rstrode@redhat.com> - 8.99.1-1
3be5887
- Add grub, firstboot and anaconda artwork
3be5887
- merge kde artwork from downstream
3be5887
- drop unused images
3be5887
025f010
* Tue Apr  1 2008 Ray Strode <rstrode@redhat.com> - 8.99.0-1
025f010
- Add F-9 rhgb artwork
025f010
57bb5ea
* Thu Mar 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 8.0.3-4
57bb5ea
- Include Waves KSplash theme for KDE 4
57bb5ea
db213bc
* Thu Mar 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 8.0.3-3
db213bc
- Don't ship KDE 3 KSplash and KDM themes (which don't work in KDE 4)
db213bc
fd56953
* Fri Mar 21 2008 Matthias Clasen <mclasen@redhat.com> - 8.0.3-2
3161259
- Don't ship parts of gdm themes that gdm doesn't use anymore
3161259
9097eb6
* Wed Nov 14 2007 Ray Strode <rstrode@redhat.com> - 8.0.3-1
9097eb6
- Install Fedora Flying High GDM logo (woops, bug 382281)
9097eb6
9097eb6
* Mon Oct 29 2007 Matthias Clasen <mclasen@redhat.com> - 8.0.2-2
9097eb6
- Fix a typo in the description (Stepan Kasal)
9097eb6
65243d9
* Mon Oct 29 2007 Matthias Clasen <mclasen@redhat.com> - 8.0.2-1
65243d9
- Add Infinity splash screens for KDE and Gnome
ca9f2f6
d14c074
* Fri Oct 19 2007 Matthias Clasen <mclasen@redhat.com> - 8.0.0-2
d14c074
- Silence %%post (#340551)
d14c074
67deddd
* Wed Oct 17 2007 Ray Strode <rstrode@redhat.com> - 8.0.0-1
67deddd
- Drop Fedora Infinity gdm theme
67deddd
bdb3326
* Tue Oct 16 2007 Ray Strode <rstrode@redhat.com> - 7.96.0-1
bdb3326
- Fix up some %%install goo
bdb3326
- drop bluecurve kdm fedora logo images too
bdb3326
d9a4dd8
* Tue Oct 16 2007 Ray Strode <rstrode@redhat.com> - 7.95.0-1
d9a4dd8
- actually drop bluecurve gdm fedora logo images that aren't trademarked
d9a4dd8
c4f5e50
* Wed Oct 10 2007 Ray Strode <rstrode@redhat.com> - 7.94.0-1
c4f5e50
- drop bluecurve gdm fedora logo images that aren't trademarked
c4f5e50
999d259
* Wed Oct 10 2007 Ray Strode <rstrode@redhat.com> - 7.93.0-1
999d259
- Install fedora 7 logo in the right place
999d259
9cec65f
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 7.92.4-1
9cec65f
- Acutally install the gdm theme
9cec65f
41e7efd
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 7.92.3-1
41e7efd
- Add infinity gdm theme
41e7efd
0ce82c6
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 7.92.2-1
0ce82c6
- Add infinity lock dialog
2b6182e
b898b69
* Thu Sep 13 2007 Bill Nottingham <notting@redhat.com> - 7.92.1-1
b898b69
- add the powered-by logo (#250676)
b898b69
33fdf3e
* Wed Sep  5 2007 Jeremy Katz <katzj@redhat.com> - 7.92.0-4
33fdf3e
- merge back changes that got lost
33fdf3e
fb2e4ee
* Fri Aug 31 2007 Jeremy Katz <katzj@redhat.com> - 7.92.0-3
249fb33
- fix grub splash image to be an actual image
249fb33
0a65194
* Tue Aug 28 2007 Máirín Duffy <duffy@redhat.com> - 7.92.0-1
0a65194
- update the anaconda artwork
0a65194
- changed default backgrounds
0a65194
c718773
* Mon Aug 27 2007 Ray Strode <rstrode@redhat.com> - 7.90.2-1
90ab1bc
- update the firstboot artwork
90ab1bc
- update the grub artwork
90ab1bc
de9a147
* Mon Aug 27 2007 Ray Strode <rstrode@redhat.com> - 7.90.1-1
de9a147
- update the rhgb artwork
de9a147
95d050d
* Fri Aug 24 2007 Ray Strode <rstrode@redhat.com> - 7.90.0-1
95d050d
- add a 150px variant of the fedora logo
95d050d
  (requested by Paul Frields)
95d050d
- update license field to be more clear
93f2dde
33fdf3e
* Wed Jul 04 2007 Florian La Roche <laroche@redhat.com> 6.0.98-5
33fdf3e
- require coreutils for the %%post script
33fdf3e
33fdf3e
* Fri Jun 15 2007 Adam Jackson <ajax@redhat.com> 6.0.98-4
33fdf3e
- Remove the Requires on redhat-artwork and fedora-icon-theme, and just
33fdf3e
  multi-own the directories.  Fixes some hilarious dependency chains.
33fdf3e
33fdf3e
* Mon Apr 23 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.98-3
33fdf3e
- Clean up %%post scriptlet (#237428)
33fdf3e
33fdf3e
* Fri Apr 20 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.98-2
33fdf3e
- Add a Fedora icon theme
33fdf3e
cb508e8
* Thu Apr 05 2007 Than Ngo <than@redhat.com> - 6.0.98-1
cb508e8
- fix ksplash BlueCurve theme
cb508e8
c09f9d9
* Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> 6.0.97-2
c09f9d9
- Save some space by linking backgrounds
c09f9d9
2c9b947
* Thu Mar 22 2007 Than Ngo <than@redhat.com> 6.0.97-1
2c9b947
- Add new Ksplash theme for Fedora 7
2c9b947
3996214
* Tue Mar 20 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.96-1
3996214
- Add dual screen backgrounds
3996214
a973008
* Thu Mar 15 2007 Ray Strode <rstrode@redhat.com> - 6.0.95-1
a973008
- Drop weird gnome-logo-icon-transparent.png symlink that 
a973008
  makes fedora show up where gnome logo is supposed to
a973008
8b2cade
* Thu Mar 15 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.94-1
8b2cade
- Retouch parts of the rhgb image to align it
8b2cade
  better with the login screen
8b2cade
6c415ce
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.93-1
6c415ce
- New backgrounds (dual versions still missing)
6c415ce
6c415ce
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.92-5
6c415ce
- Directory ownership fixes
6c415ce
11394a6
* Thu Feb 22 2007 Jeremy Katz <katzj@redhat.com> - 6.0.92-4
11394a6
- resave the syslinux splash so that it works (lalalala....)
11394a6
11394a6
* Thu Feb 22 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.92-3
11394a6
- Improve the branded lock dialog 
11394a6
11394a6
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.92-2
11394a6
- Some more new images
11394a6
3c545d7
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.92-1
3c545d7
- New lock dialog
3c545d7
3c545d7
* Tue Feb 20 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.91-3
3c545d7
- Some more new anaconda images
3c545d7
- Slight update to one rhgb image
3c545d7
3c545d7
* Sun Feb 18 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.91-2
3c545d7
- Add new gnome splash 
3c545d7
- New firstboot images
3c545d7
- Add some new anaconda images
3c545d7
- Add new grub image
3c545d7
077fedd
* Sun Feb 18 2007 Matthias Clasen <mclasen@redhat.com> - 6.0.91-1
077fedd
- Add new RHGB images
4ca376f
f3a9a55
* Thu Jan 18 2007 Jeremy Katz <katzj@redhat.com> - 6.0.90-1
f3a9a55
- add syslinux splash for use with graphical menu
f3a9a55
ec86a71
* Fri Sep 22 2006 Than Ngo <than@redhat.com> - 6.0.6-1
ec86a71
- add FedoraDNA theme for KDM
ec86a71
9bf4179
* Fri Sep 22 2006 Matthias Clasen <mclasen@redhat.com> - 6.0.5-1
334e66f
- Add a description for the default backgrounds
334e66f
69d8411
* Fri Sep 22 2006 Ray Strode <rstrode@redhat.com> - 6.0.2-1
69d8411
- update screenshot in FedoraDNA theme
69d8411
992c5da
* Fri Sep 22 2006 Than Ngo <than@redhat.com> - 6.0.1-1
992c5da
- update kde ksplash
992c5da
f403b19
* Fri Sep 22 2006 Ray Strode <rstrode@redhat.com> - 6.0.0-1
f403b19
- drop unused n-small image in FedoraDNA gdm theme
f403b19
- rename fedora.png to logo.png in FedoraDNA gdm theme
f403b19
- crop fedora.png to not have uneven padding in FedoraDNA 
f403b19
  gdm theme
f403b19
f403b19
* Fri Sep 22 2006 Bill Nottingham <notting@redhat.com>
f403b19
- update grub splash (#207637)
f403b19
f941161
* Thu Sep 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.55-1
f941161
- Final update for FC6 graphics
f941161
c7aea65
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.54-1
c7aea65
- Update to themed lock dialog
7fc7823
0a7b831
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.53-1
0a7b831
- Update the syslinux splash
0a7b831
f122a98
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.52-1
f122a98
- Fix the colors in the grub splash
f122a98
8df01c7
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.51-1
8df01c7
- Add new gdm theme 
8df01c7
8831be3
* Wed Sep 06 2006 John (J5) Palmieri <johnp@redhat.com> - 1.1.50-1
8831be3
- cvs add the new backgrounds this time
8831be3
f3bd107
* Tue Sep 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.1.49-1
f3bd107
- New graphics for fc6
f3bd107
- Remove the 4:3 background and add 5:4 ratio background
f3bd107
4e248a3
* Sun Aug 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.48-1.fc6
4e248a3
- Update lock dialog to work with current gnome-screensaver
4e248a3
62c4e47
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.1.47-2.fc6
62c4e47
- Add links for new icon name used in the gnome-panel menubar
62c4e47
a38d136
* Fri Jul 28 2006 John (J5) Palmieri <johnp@redhat.com> - 1.1.47-1
a38d136
- Add a 4:3 aspect ratio background 
a38d136
- Fix extention to be .jpg on backgrounds 
a38d136
3538a18
* Thu Jul 27 2006 John (J5) Palmieri <johnp@redhat.com> - 1.1.46-1
3538a18
- Add new default backgrounds
3538a18
4f7d2a6
* Wed Jul 26 2006 Alexander Larsson <alexl@redhat.com> - 1.1.45-1
4f7d2a6
- Add wide version of default desktop background
4f7d2a6
4f7d2a6
* Tue Jul 25 2006 Florian La Roche <laroche@redhat.com>
4f7d2a6
- add version/release to the Provides: in the specfile
4f7d2a6
14c1010
* Tue Jul 11 2006 Matthias Clasen <mclasen@redhat.com> 1.1.44-1
14c1010
- Move the complete lock dialog theme here
14c1010
1482b44
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> 1.1.43-1
1482b44
- Add branded desktop background and move the lock dialog
1482b44
  background to the right directory
1482b44
8130bc8
* Tue Feb 28 2006 Matthias Clasen <mclasen@redhat.com> 1.1.42-1
8130bc8
- New artwork for gdm, kdm Bluecurve from Diana Fong
8130bc8
562124d
* Wed Jan 25 2006 Chris Lumens <clumens@redhat.com> 1.1.41-1
562124d
- New artwork for firstboot from dfong (#178106).
562124d
18f2fdb
* Fri Jan 20 2006 Ray Strode <rstrode@redhat.com> - 1.1.40-1
18f2fdb
- update the logo in the corner
18f2fdb
122d54d
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 1.1.39-1
122d54d
- give rhgb a new look from Diana Fong
122d54d
941296c
* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 1.1.38-1
941296c
- add logo bits of new gdm theme
941296c
1c9b562
* Tue Dec 20 2005 Ray Strode <rstrode@redhat.com> - 1.1.37-1
1c9b562
- another new image from dfong (splash screen)
1c9b562
- move screensaver lock dialog background here
1c9b562
c1bd3ac
* Tue Dec 20 2005 Ray Strode <rstrode@redhat.com> - 1.1.36-1
c1bd3ac
- another new image from dfong (screensaver sprite)
c1bd3ac
8491222
* Mon Dec 19 2005 Jeremy Katz <katzj@redhat.com> - 1.1.35-1
8491222
- new images from dfong
8491222
02c8c53
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
02c8c53
- rebuilt
02c8c53
6ea13dc
* Thu Nov 10 2005 John (J5) Palmieri <johnp@redhat.com> - 1.1.34-1
6ea13dc
- Symlink fedora-logo-icon into Bluecurve instead of hicolor
6ea13dc
  to avoid conflicts with other packages
6ea13dc
1eb1118
* Thu Nov 10 2005 John (J5) Palmieri <johnp@redhat.com> - 1.1.33-1
1eb1118
- Add symlinks for the panel icons to be the fedora logos
1eb1118
517aea7
* Thu Nov 10 2005 John (J5) Palmieri <johnp@redhat.com> - 1.1.32-1
517aea7
- Add new fedora logos to pixmap and icons/hicolor
Florian La Roche 772944f
e38d6a2
* Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 1.1.31-1
e38d6a2
- copyright date on anaconda splash (#153964)
e38d6a2
a34f685
* Mon Apr 18 2005 Than Ngo <than@redhat.com> 1.1.30-1
a34f685
- add missing fedora logos for kdmtheme
a34f685
a34f685
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 1.1.29-1
a34f685
- non-test anaconda splash
a34f685
a34f685
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 1.1.28-1
a34f685
- generic Fedora Core graphics for !test release
a34f685
f4f4f3b
* Thu Sep 30 2004 Than Ngo <than@redhat.com> 1.1.27-1
f4f4f3b
- fix kde splash
f4f4f3b
cvsdist 34f349d
* Sat Jun  5 2004 Jeremy Katz <katzj@redhat.com> - 1.1.26-1
cvsdist 34f349d
- provide: system-logos
cvsdist 34f349d
cvsdist cea7a72
* Thu Jun  3 2004 Jeremy Katz <katzj@redhat.com> - 1.1.25-1
cvsdist cea7a72
- add anaconda bits with fedora logos
cvsdist cea7a72
cvsdist 801093b
* Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 1.1.24-1
cvsdist 801093b
- newer grub image for fc2
cvsdist 801093b
cvsdist 7a11a02
* Tue Mar 23 2004 Alexander Larsson <alexl@redhat.com> 1.1.23-1
cvsdist 7a11a02
- Use correct gdm logo 
cvsdist 7a11a02
cvsdist 7a11a02
* Tue Mar 23 2004 Alexander Larsson <alexl@redhat.com> 1.1.22-1
cvsdist 7a11a02
- fix up gdm logo and add screenshot
cvsdist 85e0e04
cvsdist 85e0e04
* Tue Feb  3 2004 Jonathan Blandford <jrb@redhat.com> 1.1.21-1
cvsdist 85e0e04
- add rhgb logo
cvsdist 85e0e04
cvsdist 489dfa6
* Tue Nov 11 2003 Than Ngo <than@redhat.com> 1.1.20.2-1
cvsdist 489dfa6
- added Preview for ksplash
cvsdist 489dfa6
cvsdist 489dfa6
* Mon Nov 10 2003 Than Ngo <than@redhat.com> 1.1.20.1-1
cvsdist 489dfa6
- added new BlueCurve Ksplash Theme for KDE 3.2
cvsdist 489dfa6
cvsdist 62fab93
* Thu Oct 30 2003 Havoc Pennington <hp@redhat.com> 1.1.20-1
cvsdist 62fab93
- build new stuff from garrett
cvsdist 62fab93
cvsdist 8e9a11d
* Thu Oct  9 2003 Bill Nottingham <notting@redhat.com> 1.1.19-1
cvsdist 8e9a11d
- add a symlink for up2date
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Oct  7 2003 Bill Nottingham <notting@redhat.com> 1.1.18-1
cvsdist 8e9a11d
- rename package
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Sep 24 2003 Bill Nottingham <notting@redhat.com> 1.1.17-1
cvsdist 8e9a11d
- new license
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Sep 23 2003 Michael Fulbright <msf@redhat.com> 1.1.16-1
cvsdist 8e9a11d
- added Fedora graphics
cvsdist 8e9a11d
cvsdist 8e9a11d
* Fri Jul 18 2003 Havoc Pennington <hp@redhat.com> 1.1.15-1
cvsdist 8e9a11d
- build new stuff from garrett
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Feb 26 2003 Havoc Pennington <hp@redhat.com> 1.1.14-1
cvsdist 8e9a11d
- build new stuff in cvs
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Feb 24 2003 Jeremy Katz <katzj@redhat.com> 1.1.12-1
cvsdist 8e9a11d
- updated again
cvsdist 8e9a11d
- actually update the grub splash
cvsdist 8e9a11d
cvsdist 8e9a11d
* Fri Feb 21 2003 Jeremy Katz <katzj@redhat.com> 1.1.11-1
cvsdist 8e9a11d
- updated splash screens from Garrett
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 1.1.10-1
cvsdist 8e9a11d
- move in a logo from gdm theme #84543
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Feb  3 2003 Havoc Pennington <hp@redhat.com> 1.1.9-1
cvsdist 8e9a11d
- rebuild
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.1.8-1
cvsdist 8e9a11d
- rebuild for completeness
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Dec 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 8e9a11d
- rebuild
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu Sep  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 8e9a11d
- add firstboot images to makefile/specfile
cvsdist 8e9a11d
- add /usr/share/pixmaps stuff
cvsdist 8e9a11d
- add splash screen images
cvsdist 8e9a11d
- add COPYING
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu Sep  5 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 8e9a11d
- add boot loader images
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu Sep  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 8e9a11d
- move package to CVS
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 8e9a11d
- Add a shadowman-only derived from redhat-transparent.png
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 8e9a11d
- automated rebuild
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8e9a11d
- automated rebuild
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu May 31 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8e9a11d
- Fix alpha channel in redhat-transparent.png
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 8e9a11d
- automatic rebuild
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 8e9a11d
- Add %defattr
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 8e9a11d
- Add version of logo for embossing on the desktop
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue May 16 2000 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- add black and white version of our logo (for screensaver).
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- rebuild for new description.
cvsdist 8e9a11d
cvsdist 8e9a11d
* Fri Sep 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8e9a11d
- different.
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- added transparent mini and 32x32 round icons
cvsdist 8e9a11d
cvsdist 8e9a11d
* Sat Apr 10 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 8e9a11d
- added rhad logos
cvsdist 8e9a11d
cvsdist 8e9a11d
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8e9a11d
- added smaller redhat logo for use on web page
cvsdist 8e9a11d
cvsdist 8e9a11d
* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- added transparent large redhat logo
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8e9a11d
- added mini-* links to make AnotherLevel happy
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Apr 05 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- added copyright
cvsdist 8e9a11d
cvsdist 8e9a11d
* Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 8e9a11d
- added 48 pixel rounded logo image for gmc use
cvsdist 8e9a11d
cvsdist 8e9a11d
* Mon Mar 29 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8e9a11d
- package created