cvsdist 8e9a11d
Name: fedora-logos
f941161
Summary: Fedora-related icons and pictures
bb03bb4
Version: 10.0.1
b7f7681
Release: 2%{?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
95d050d
95d050d
# The trademarks contained in this file are the property of Red Hat, Inc.  No
95d050d
# license to these trademarks is provided or is necessary if you merely
95d050d
# replicate the Fedora code as you downloaded it from the Fedora Project
95d050d
# website.  However, there are permissions granted for the use of these marks
95d050d
# under certain other conditions.  You may find those permissions at
95d050d
# http://fedoraproject.org/wiki/Legal/TrademarkGuidelines and COPYING file.
95d050d
License:  Not licensed.  See COPYING file for trademark permission.
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
33fdf3e
Requires(post): coreutils
a50b6dd
# For _kde4_appsdir macro:
a50b6dd
BuildRequires: kde-filesystem
cvsdist 8e9a11d
cvsdist 8e9a11d
%description
9097eb6
The fedora-logos package contains image files which incorporate the 
9097eb6
Fedora trademark and the RPM logo (the "Marks").
cvsdist 8e9a11d
The Marks are trademarks or registered trademarks of Red Hat, Inc.
cvsdist 8e9a11d
in the United States and other countries and are used by permission.
cvsdist 8e9a11d
cvsdist 8e9a11d
See the included COPYING file for information on copying and
cvsdist 8e9a11d
redistribution.
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
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/redhat
cvsdist 8e9a11d
for i in redhat-pixmaps/*; do
b778a06
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/redhat
cvsdist 8e9a11d
done
cvsdist 8e9a11d
(cd $RPM_BUILD_ROOT%{_datadir}/pixmaps/redhat; \
cvsdist 8e9a11d
for i in *-mini.xpm; do \
cvsdist 8e9a11d
  linkfile=`echo $i | sed -e "s/\(.*\)-mini/mini-\1/"` ; \
cvsdist 8e9a11d
  ln -s $i $linkfile ; \
cvsdist 8e9a11d
done)
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
d4221ef
mkdir -p $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-solar
cvsdist 8e9a11d
for i in firstboot/* ; do
d4221ef
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-solar
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
517aea7
for size in 16x16 24x24 32x32 36x36 48x48 96x96 ; 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
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
50c32fa
cvsdist cea7a72
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
cvsdist cea7a72
33fdf3e
for i in 16 24 32 36 48 96; do
33fdf3e
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/${i}x${i}/places
b778a06
  # why not use (sym)links like Bluecurve above?  -- Rex
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
b778a06
  install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/${i}x${i}/places/start-here.png 
33fdf3e
done
33fdf3e
a50b6dd
mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024
bb03bb4
install -p -m 644 kde-splash/SolarComet-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
a50b6dd
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 || :
b778a06
touch --no-create %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE ||:
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
33fdf3e
fi
33fdf3e
cvsdist 8e9a11d
%files
cvsdist 8e9a11d
%defattr(-, root, root)
cvsdist 8e9a11d
%doc COPYING
b0aca7f
%config(noreplace) %{_sysconfdir}/favicon.png
d4221ef
%{_datadir}/firstboot/themes/fedora-solar
b778a06
%{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/*/places/*
a50b6dd
%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
334e66f
%{_datadir}/pixmaps/*
cvsdist cea7a72
%{_datadir}/anaconda/pixmaps/*
6c415ce
%{_datadir}/icons/hicolor/*/apps/*
6c415ce
%{_datadir}/icons/Bluecurve/*/apps/*
33fdf3e
%{_datadir}/icons/Fedora/*/places/*
81e12ae
%{_datadir}/gnome-screensaver/*
cvsdist cea7a72
/usr/lib/anaconda-runtime/boot/*png
8491222
/usr/lib/anaconda-runtime/*.sh
f3a9a55
/usr/lib/anaconda-runtime/*.jpg
cvsdist 8e9a11d
# should be ifarch i386
cvsdist 8e9a11d
/boot/grub/splash.xpm.gz
cvsdist 8e9a11d
# end i386 bits
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 /usr/lib/anaconda-runtime
bb03bb4
%dir /usr/lib/anaconda-runtime/boot
bb03bb4
%dir %{_datadir}/anaconda
bb03bb4
%dir %{_datadir}/anaconda/pixmaps/
bb03bb4
%dir %{_datadir}/kde-settings
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/16x16
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/16x16/places
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/24x24
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/24x24/places
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/32x32
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/32x32/places
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/36x36
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/36x36/places
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/48x48
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/48x48/places
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/96x96
bb03bb4
%dir %{_datadir}/kde-settings/kde-profile/default/share/icons/Fedora-KDE/96x96/places
bb03bb4
%dir %{_kde4_appsdir}
bb03bb4
%dir %{_kde4_appsdir}/ksplash
bb03bb4
%dir %{_kde4_appsdir}/ksplash/Themes
bb03bb4
cvsdist 8e9a11d
%changelog
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