Blame SPECS/centos-logos.spec

1572fa
%global codename verne
1572fa
%global dist .el7.centos
1572fa
1572fa
Name: centos-logos
1572fa
Summary: CentOS-related icons and pictures
e47654
Version: 70.0.5 
e47654
Release: 1%{?dist}
1572fa
Group: System Environment/Base
1572fa
URL: http://www.centos.org
1572fa
# No upstream, done in internal git
1572fa
Source0: centos-logos-%{version}.tar.xz
1572fa
License: Copyright © 2014 The CentOS Project.  All rights reserved.
1572fa
1572fa
BuildArch: noarch
1572fa
Obsoletes: gnome-logos
1572fa
Obsoletes: fedora-logos <= 16.0.2-2
1572fa
Obsoletes: redhat-logos
1572fa
Provides: gnome-logos = %{version}-%{release}
1572fa
Provides: system-logos = %{version}-%{release}
1572fa
Provides: redhat-logos = %{version}-%{release}
1572fa
# We carry the GSettings schema override, tell that to gnome-desktop3
1572fa
Provides: system-backgrounds-gnome
1572fa
Conflicts: kdebase <= 3.1.5
1572fa
Conflicts: anaconda-images <= 10
1572fa
Conflicts: redhat-artwork <= 5.0.5
1572fa
# For splashtolss.sh
1572fa
#FIXME: dropped for now since it's not available yet
1572fa
#BuildRequires: syslinux-perl, netpbm-progs
1572fa
Requires(post): coreutils
1572fa
BuildRequires: hardlink
1572fa
# For _kde4_* macros:
1572fa
BuildRequires: kde-filesystem
1572fa
1572fa
%description
1572fa
The redhat-logos package (the "Package") contains files created by the
1572fa
CentOS Project to replace the Red Hat "Shadow Man" logo and  RPM logo.
1572fa
The Red Hat "Shadow Man" logo, RPM, and the RPM logo are trademarks or
1572fa
registered trademarks of Red Hat, Inc.
1572fa
1572fa
The Package and CentOS logos (the "Marks") can only used as outlined
1572fa
in the included COPYING file. Please see that file for information on
1572fa
copying and redistribution of the CentOS Marks.
1572fa
1572fa
%prep
1572fa
%setup -q
1572fa
1572fa
%build
1572fa
1572fa
%install
1572fa
# should be ifarch i386
1572fa
mkdir -p $RPM_BUILD_ROOT/boot/grub
1572fa
install -p -m 644 -D bootloader/splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz
1572fa
# end i386 bits
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/
e47654
for i in backgrounds/*.jpg backgrounds/*.png backgrounds/default.xml; do
1572fa
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/
1572fa
done
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
1572fa
install -p -m 644 backgrounds/10_org.gnome.desktop.background.default.gschema.override $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/
1572fa
install -p -m 644 backgrounds/desktop-backgrounds-default.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-%{codename}/
1572fa
for i in firstboot/* ; do
1572fa
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/firstboot/themes/fedora-%{codename}/
1572fa
done
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
1572fa
for i in pixmaps/* ; do
1572fa
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
1572fa
done
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
1572fa
for i in plymouth/charge/* ; do
1572fa
  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
1572fa
done
1572fa
1572fa
for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do
1572fa
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
1572fa
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps
1572fa
  for i in icons/hicolor/$size/apps/* ; do
1572fa
    install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
1572fa
    cp icons/hicolor/$size/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps/icon-panel-menu.png
1572fa
    cp icons/hicolor/$size/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps/gnome-main-menu.png
1572fa
    cp icons/hicolor/$size/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps/kmenu.png
1572fa
    cp icons/hicolor/$size/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps/start-here.png
1572fa
  done
1572fa
done
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
1572fa
pushd $RPM_BUILD_ROOT%{_sysconfdir}
1572fa
ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon.png favicon.png
1572fa
popd
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
1572fa
install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
1572fa
install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here.svg
1572fa
1572fa
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
1572fa
1572fa
for i in 16 22 24 32 36 48 96 256 ; do
1572fa
  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 
1572fa
done
1572fa
1572fa
# ksplash theme
1572fa
mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/
1572fa
cp -rp kde-splash/CentOS7/ $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/
1572fa
pushd $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/CentOS7/2560x1600/
1572fa
ln -s %{_datadir}/backgrounds/day.jpg background.jpg
1572fa
ln -s %{_datadir}/pixmaps/system-logo-white.png logo.png
1572fa
popd
1572fa
1572fa
# kdm theme
1572fa
mkdir -p $RPM_BUILD_ROOT/%{_kde4_appsdir}/kdm/themes/
1572fa
cp -rp kde-kdm/CentOS7/ $RPM_BUILD_ROOT/%{_kde4_appsdir}/kdm/themes/
1572fa
pushd $RPM_BUILD_ROOT/%{_kde4_appsdir}/kdm/themes/CentOS7/
1572fa
ln -s %{_datadir}/pixmaps/system-logo-white.png system-logo-white.png
1572fa
popd
1572fa
1572fa
# kde wallpaper theme
1572fa
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/wallpapers/
1572fa
cp -rp kde-plasma/CentOS7/ $RPM_BUILD_ROOT/%{_datadir}/wallpapers
1572fa
pushd $RPM_BUILD_ROOT/%{_datadir}/wallpapers/CentOS7/contents/images
1572fa
ln -s %{_datadir}/backgrounds/day.jpg 2560x1600.jpg
1572fa
popd
1572fa
1572fa
pushd $RPM_BUILD_ROOT/%{_datadir}/wallpapers/
1572fa
ln -s %{_datadir}/backgrounds .
1572fa
popd
1572fa
1572fa
# kde desktop theme
1572fa
mkdir -p $RPM_BUILD_ROOT/%{_kde4_appsdir}/desktoptheme/
1572fa
cp -rp kde-desktoptheme/* $RPM_BUILD_ROOT/%{_kde4_appsdir}/desktoptheme/
1572fa
1572fa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
1572fa
cp -a fedora/*.svg $RPM_BUILD_ROOT%{_datadir}/%{name}
1572fa
1572fa
# save some dup'd icons
1572fa
/usr/sbin/hardlink -v %{buildroot}/
1572fa
1572fa
%post
1572fa
touch --no-create %{_datadir}/icons/hicolor || :
1572fa
touch --no-create %{_datadir}/icons/Bluecurve || :
1572fa
touch --no-create %{_kde4_iconsdir}/oxygen ||:
1572fa
1572fa
%postun
1572fa
if [ $1 -eq 0 ] ; then
1572fa
  touch --no-create %{_datadir}/icons/hicolor || :
1572fa
  touch --no-create %{_datadir}/icons/Bluecurve || :
1572fa
  touch --no-create %{_kde4_iconsdir}/oxygen ||:
1572fa
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
1572fa
  gtk-update-icon-cache %{_datadir}/icons/Bluecurve &>/dev/null || :
1572fa
  gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
1572fa
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
1572fa
fi
1572fa
1572fa
%posttrans
1572fa
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
1572fa
gtk-update-icon-cache %{_datadir}/icons/Bluecurve &>/dev/null || :
1572fa
gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
1572fa
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
1572fa
1572fa
%files
e47654
%doc COPYING CREDITS
1572fa
%config(noreplace) %{_sysconfdir}/favicon.png
1572fa
%{_datadir}/backgrounds/*
1572fa
%{_datadir}/glib-2.0/schemas/*.override
1572fa
%{_datadir}/gnome-background-properties/*
1572fa
%{_datadir}/firstboot/themes/fedora-%{codename}/
1572fa
%{_datadir}/plymouth/themes/charge/
1572fa
%{_kde4_iconsdir}/oxygen/
1572fa
%{_kde4_appsdir}/ksplash/Themes/CentOS7/
1572fa
%{_kde4_appsdir}/kdm/themes/CentOS7/
1572fa
%{_kde4_datadir}/wallpapers/CentOS7/
1572fa
%{_kde4_appsdir}/desktoptheme/CentOS7/
1572fa
1572fa
%{_datadir}/pixmaps/*
1572fa
%{_datadir}/anaconda/boot/splash.lss
1572fa
%{_datadir}/anaconda/boot/syslinux-splash.png
1572fa
%{_datadir}/anaconda/pixmaps/*
1572fa
%{_datadir}/icons/hicolor/*/apps/*
1572fa
%{_datadir}/icons/Bluecurve/*/apps/*
1572fa
%{_datadir}/%{name}/
1572fa
%{_datadir}/wallpapers/backgrounds
1572fa
1572fa
# we multi-own these directories, so as not to require the packages that
1572fa
# provide them, thereby dragging in excess dependencies.
1572fa
%dir %{_datadir}/icons/Bluecurve/
1572fa
%dir %{_datadir}/icons/Bluecurve/16x16/
1572fa
%dir %{_datadir}/icons/Bluecurve/16x16/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/22x22/
1572fa
%dir %{_datadir}/icons/Bluecurve/22x22/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/24x24/
1572fa
%dir %{_datadir}/icons/Bluecurve/24x24/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/32x32/
1572fa
%dir %{_datadir}/icons/Bluecurve/32x32/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/36x36/
1572fa
%dir %{_datadir}/icons/Bluecurve/36x36/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/48x48/
1572fa
%dir %{_datadir}/icons/Bluecurve/48x48/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/96x96/
1572fa
%dir %{_datadir}/icons/Bluecurve/96x96/apps/
1572fa
%dir %{_datadir}/icons/Bluecurve/256x256/
1572fa
%dir %{_datadir}/icons/Bluecurve/256x256/apps/
1572fa
%dir %{_datadir}/icons/hicolor/
1572fa
%dir %{_datadir}/icons/hicolor/16x16/
1572fa
%dir %{_datadir}/icons/hicolor/16x16/apps/
1572fa
%dir %{_datadir}/icons/hicolor/22x22/
1572fa
%dir %{_datadir}/icons/hicolor/22x22/apps/
1572fa
%dir %{_datadir}/icons/hicolor/24x24/
1572fa
%dir %{_datadir}/icons/hicolor/24x24/apps/
1572fa
%dir %{_datadir}/icons/hicolor/32x32/
1572fa
%dir %{_datadir}/icons/hicolor/32x32/apps/
1572fa
%dir %{_datadir}/icons/hicolor/36x36/
1572fa
%dir %{_datadir}/icons/hicolor/36x36/apps/
1572fa
%dir %{_datadir}/icons/hicolor/48x48/
1572fa
%dir %{_datadir}/icons/hicolor/48x48/apps/
1572fa
%dir %{_datadir}/icons/hicolor/96x96/
1572fa
%dir %{_datadir}/icons/hicolor/96x96/apps/
1572fa
%dir %{_datadir}/icons/hicolor/256x256/
1572fa
%dir %{_datadir}/icons/hicolor/256x256/apps/
1572fa
%dir %{_datadir}/icons/hicolor/scalable/
1572fa
%dir %{_datadir}/icons/hicolor/scalable/apps/
1572fa
%dir %{_datadir}/anaconda
1572fa
%dir %{_datadir}/anaconda/pixmaps
1572fa
%dir %{_datadir}/anaconda/boot/
1572fa
%dir %{_datadir}/firstboot/
1572fa
%dir %{_datadir}/firstboot/themes/
1572fa
%dir %{_datadir}/plymouth/
1572fa
%dir %{_datadir}/plymouth/themes/
1572fa
%dir %{_kde4_sharedir}/kde4/
1572fa
%dir %{_kde4_appsdir}
1572fa
%dir %{_kde4_appsdir}/ksplash
1572fa
%dir %{_kde4_appsdir}/ksplash/Themes/
1572fa
# should be ifarch i386
1572fa
/boot/grub/splash.xpm.gz
1572fa
# end i386 bits
1572fa
1572fa
%changelog
e47654
* Mon Jun 23 2014 Jim Perrin <jperrin@centos.org> - 70.0.5-1
e47654
- Properly import all backgrounds images
e47654
- update poweredby.png
e47654
- Add CREDITS for artwork attribution as possible. 
e47654
- Update anaconda rnotes images from Tuomas, inspired by Alain
e47654
e47654
* Tue Jun 10 2014 Jim Perrin <jperrin@centos.org> - 70.0.4-1
e47654
- Added updated artwork from Tuomas Kuosmanen
e47654
- Added backgrounds from Markus Moeller
e47654
1572fa
* Thu Apr 24 2014 Johnny Hughes <johnny@centos.org> - 70.0.3-99
1572fa
- updated for the rhel7rc1 release
1572fa
- renamed centos-logos
1572fa
1572fa
* Sat Mar 08 2014 Alain Reguera Delgado <alain.reguera@gmail.com> 69.1.9-2
1572fa
- Add CentOS brands.
1572fa
- Add CentOS background images.
1572fa
- Rename themes from RHEL7 to CentOS7.
1572fa
1572fa
* Mon Nov 04 2013 Ray Strode <rstrode@redhat.com> 69.1.9-1
1572fa
- Fix file conflict
1572fa
  Resolves: #1025559
1572fa
1572fa
* Fri Oct 25 2013 Ray Strode <rstrode@redhat.com> 69.1.8-1
1572fa
- Update plymouth theme
1572fa
  Related: #1002219
1572fa
1572fa
* Mon Oct 21 2013 Ray Strode <rstrode@redhat.com> 69.1.6-1
1572fa
- Update syslinux background to black
1572fa
  Resolves: #1003873
1572fa
- Prune unused images from anaconda/ after talking to #anaconda
1572fa
1572fa
* Wed Jul 31 2013 Ray Strode <rstrode@redhat.com> 69.1.5-1
1572fa
- Update header image
1572fa
  Resolves: #988066
1572fa
1572fa
* Tue Jul 30 2013 Than Ngo <than@redhat.com> - 69.1.4-1
1572fa
- cleanup kde theme
1572fa
1572fa
* Wed Jul 17 2013 Matthias Clasen <mclasen@redhat.com> 69.1.3-3
1572fa
- Drop unused old background (#918324)
1572fa
1572fa
* Thu Jul 11 2013 Ray Strode <rstrode@redhat.com> 69.1.3-2
1572fa
- Drop fedora.icns (It brings in an undesirable dependency,
1572fa
  and we don't support the platform it's designed for
1572fa
  anyway)
1572fa
1572fa
* Wed Apr 24 2013 Than Ngo <than@redhat.com> - 69.1.3-1
1572fa
- Resolves: #949670, rendering issue in kdm theme
1572fa
- fix background in kdm theme
1572fa
1572fa
* Mon Jan 21 2013 Ray Strode <rstrode@redhat.com> 69.1.2-1
1572fa
- background reversion fixes.
1572fa
  Resolves: #884841
1572fa
1572fa
* Thu Jan 17 2013 Ray Strode <rstrode@redhat.com> 69.1.1-1
1572fa
- Revert to earlier header image
1572fa
  Resolves: #884841
1572fa
1572fa
* Wed Nov 14 2012 Ray Strode <rstrode@redhat.com> 69.1.0-1
1572fa
- Update to latest backgrounds
1572fa
  Resolves: #860311
1572fa
- Drop Fedora icon theme
1572fa
  Resolves: #800475
1572fa
1572fa
* Fri Nov  9 2012 Matthias Clasen <mclasen@redhat.com> 69.0.9-3
1572fa
- Fix a typo in the default background override
1572fa
1572fa
* Wed Oct 31 2012 Tomas Bzatek <tbzatek@redhat.com> 69.0.9-2
1572fa
- Provide the virtual system-backgrounds-gnome for gnome-desktop3
1572fa
1572fa
* Tue Oct 30 2012 Ray Strode <rstrode@redhat.com> 69.0.9-1
1572fa
- Install default background override file here, now that
1572fa
  desktop-backgrounds-gnome is gone
1572fa
1572fa
* Tue Oct 30 2012 Than Ngo <than@redhat.com> - 69.0.8-1
1572fa
- bz#835922, missing kde wallpaper
1572fa
1572fa
* Mon Jun 18 2012 Ray Strode <rstrode@redhat.com> 69.0.7-1
1572fa
- Update background to RHEL7 branding
1572fa
  Related: #833137
1572fa
1572fa
* Thu May 10 2012 Than Ngo <than@redhat.com> - 69.0.6-1
1572fa
- add missing kde desktoptheme
1572fa
1572fa
* Tue Mar 06 2012 Than Ngo <than@redhat.com> - 69.0.5-1
1572fa
- bz#798621, add missing kde themes
1572fa
1572fa
* Tue Feb 07 2012 Ray Strode <rstrode@redhat.com> 69.0.4-1
1572fa
- More syslinux splash updates
1572fa
  Related: #786885
1572fa
1572fa
* Fri Feb 03 2012 Ray Strode <rstrode@redhat.com> 69.0.3-1
1572fa
- Three's a charm?
1572fa
  Resolves: #786885
1572fa
1572fa
* Thu Feb 02 2012 Ray Strode <rstrode@redhat.com> 69.0.2-1
1572fa
- syslinux splash updates
1572fa
  Resolves: #786885
1572fa
1572fa
* Thu Jan 26 2012 Ray Strode <rstrode@redhat.com> 69.0.1-1
1572fa
- More updates (problems spotted by stickster)
1572fa
1572fa
* Tue Nov 15 2011 Ray Strode <rstrode@redhat.com> - 69.0.0-1
1572fa
- Resync from fedora-logos-16.0.2-1
1572fa
1572fa
* Wed Aug 25 2010 Ray Strode <rstrode@redhat.com> 60.0.14-1
1572fa
- Update description and COPYING file
1572fa
  Resolves: #627374
1572fa
1572fa
* Fri Jul 30 2010 Ray Strode <rstrode@redhat.com> 60.0.13-1
1572fa
- Add header image
1572fa
  Related: #558608
1572fa
1572fa
* Fri Jul 16 2010 Ray Strode <rstrode@redhat.com> 60.0.12-1
1572fa
- Drop glow theme
1572fa
  Resolves: #615251
1572fa
1572fa
* Tue Jun 15 2010 Matthias Clasen <mclasen@redhat.com> 60.0.11-2
1572fa
- Silence gtk-update-icon-cache in %%post and %%postun
1572fa
Resolves: #589983
1572fa
1572fa
* Fri May 21 2010 Ray Strode <rstrode@redhat.com> 60.0.11-1
1572fa
- Update anaconda artwork based on feedback
1572fa
  Resolves: #594825
1572fa
1572fa
* Tue May 11 2010 Than Ngo <than@redhat.com> - 60.0.10-1
1572fa
- update ksplash theme to match the latest splash
1572fa
1572fa
* Thu May 06 2010 Ray Strode <rstrode@redhat.com> 60.0.9-1
1572fa
- Add back grub.splash
1572fa
  Resolves: 589703
1572fa
- Add extra frame to plymouth splash
1572fa
  Related: #558608
1572fa
1572fa
* Wed May 05 2010 Ray Strode <rstrode@redhat.com> 60.0.8-1
1572fa
- Add large logo for compiz easter egg
1572fa
  Resolves: #582411
1572fa
- Drop Bluecurve
1572fa
  Related: #559765
1572fa
- Install logo icons in System theme
1572fa
  Related: #566370
1572fa
1572fa
* Tue May 04 2010 Ray Strode <rstrode@redhat.com> 60.0.7-1
1572fa
- Rename firstboot theme to RHEL
1572fa
  Resolves: #566173
1572fa
- Add new plymouth artwork
1572fa
  Related: #558608
1572fa
- Update backgrounds
1572fa
- Update anaconda
1572fa
- Drop gnome-splash
1572fa
- Drop empty screensaver dir
1572fa
  Resolves: #576912
1572fa
- Drop grub splash at request of artists
1572fa
1572fa
* Thu Apr 22 2010 Than Ngo <than@redhat.com> - 60.0.6-1
1572fa
- fix many cosmetic issues in kdm/ksplash theme
1572fa
1572fa
* Mon Apr 12 2010 Ray Strode <rstrode@redhat.com> 60.0.5-3
1572fa
Resolves: #576912
1572fa
- Readd default.xml
1572fa
1572fa
* Fri Apr 09 2010 Ray Strode <rstrode@redhat.com> 60.0.5-2
1572fa
- Make the upgrade path from alpha a little smoother
1572fa
  Resolves: #580475
1572fa
1572fa
* Wed Apr 07 2010 Ray Strode <rstrode@redhat.com> 60.0.5-1
1572fa
Resolves: #576912
1572fa
- Update wallpapers
1572fa
1572fa
* Tue Feb 23 2010 Ray Strode <rstrode@redhat.com> 60.0.4-3
1572fa
Resolves: #559695
1572fa
- Drop xpm symlinking logic
1572fa
- hide anaconda image dir behind macro
1572fa
1572fa
* Wed Feb 17 2010 Ray Strode <rstrode@redhat.com> 60.0.4-1
1572fa
Resolves: #565886
1572fa
- One more update to the KDE artwork
1572fa
- Revert firstboot theme rename until later since compat link
1572fa
  is causing problems.
1572fa
1572fa
* Wed Feb 17 2010 Ray Strode <rstrode@redhat.com> 60.0.3-1
1572fa
Resolves: #565886
1572fa
- Put backgrounds here since they're "trade dress"
1572fa
- Rename firstboot theme from leonidas to RHEL (with compat link)
1572fa
1572fa
* Wed Feb 17 2010 Jaroslav Reznik <jreznik@redhat.com> 60.0.2-1
1572fa
- KDE theme merged into redhat-logos package
1572fa
- updated license (year in copyright)
1572fa
1572fa
* Fri Feb 05 2010 Ray Strode <rstrode@redhat.com> 60.0.1-3
1572fa
Resolves: #559695
1572fa
- spec file cleanups
1572fa
1572fa
* Mon Jan 25 2010 Than Ngo <than@redhat.com> - 60.0.1-2
1572fa
- drop useless leonidas in KDE
1572fa
1572fa
* Fri Jan 22 2010 Ray Strode <rstrode@redhat.com> 60.0.1-1
1572fa
Resolves: #556906
1572fa
- Add updated artwork for Beta
1572fa
1572fa
* Thu Jan 21 2010 Matthias Clasen <mclasen@redhat.com> 60.0.0-2
1572fa
- Remove a non-UTF-8 char from the spec
1572fa
 
1572fa
* Wed Jan 20 2010 Ray Strode <rstrode@redhat.com> 60.0.0-1
1572fa
Resolves: #556906
1572fa
- Add bits from glow plymouth theme
1572fa
1572fa
* Wed Jan 20 2010 Ray Strode <rstrode@redhat.com> - 11.90.4-1
1572fa
Resolves: #556906
1572fa
- Update artwork for Beta
1572fa
1572fa
* Tue Dec 08 2009 Dennis Gregorovic <dgregor@redhat.com> - 11.90.3-1.1
1572fa
- Rebuilt for RHEL 6
1572fa
1572fa
* Mon Jun 01 2009 Ray Strode <rstrode@redhat.com> - 11.90.3-1
1572fa
- remove some of the aliasing from the charge theme
1572fa
1572fa
* Thu May 28 2009 Ray Strode <rstrode@redhat.com> - 11.90.0-1
1572fa
- Update artwork for RHEL 6 alpha
1572fa
1572fa
* Thu Jan  4 2007 Jeremy Katz <katzj@redhat.com> - 4.9.16-1
1572fa
- Fix syslinux splash conversion, Resolves: #209201
1572fa
1572fa
* Fri Dec  1 2006 Matthias Clasen <mclasen@redhat.com> - 4.9.15-1
1572fa
- Readd rhgb/main-logo.png, Resolves: #214868
1572fa
1572fa
* Tue Nov 28 2006 David Zeuthen <davidz@redhat.com> - 4.9.14-1
1572fa
- Don't include LILO splash. Resolves: #216748
1572fa
- New syslinux-splash from Diana Fong. Resolves: #217493
1572fa
1572fa
* Tue Nov 21 2006 David Zeuthen <davidz@redhat.com> - 4.9.13-1
1572fa
- Make firstboot/splash-small.png completely transparent
1572fa
- Fix up date for last commit
1572fa
- Resolves: #216501
1572fa
1572fa
* Mon Nov 20 2006 David Zeuthen <davidz@redhat.com> - 4.9.12-1
1572fa
- New shadowman gdm logo from Diana Fong (#216370)
1572fa
1572fa
* Wed Nov 15 2006 David Zeuthen <davidz@redhat.com> - 4.9.10-1
1572fa
- New shadowman logos from Diana Fong (#215614)
1572fa
1572fa
* Fri Nov 10 2006 Than Ngo <than@redhat.com> - 4.9.9-1
1572fa
- add missing KDE splash (#212130)
1572fa
1572fa
* Wed Oct 25 2006 David Zeuthen <davidz@redhat.com> - 4.9.8-1
1572fa
- Add new shadowman logos (#211837)
1572fa
1572fa
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 4.9.7-1 
1572fa
- Include the xml file in the tarball
1572fa
1572fa
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 4.9.6-1
1572fa
- Add names for the default background (#211556)
1572fa
1572fa
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 4.9.5-1
1572fa
- Update the url pointing to the trademark policy (#187124)
1572fa
1572fa
* Thu Oct  5 2006 Matthias Clasen <mclasen@redhat.com> - 4.9.4-1
1572fa
- Fix some colormap issues in the syslinux-splash (#209201)
1572fa
1572fa
* Wed Sep 20 2006 Ray Strode <rstrode@redhat.com> - 4.9.2-1
1572fa
- ship new artwork from Diana Fong for login screen
1572fa
1572fa
* Tue Sep 19 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.8-1
1572fa
- Fix packager to dist the xml background file
1572fa
1572fa
* Tue Sep 19 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.7-1
1572fa
- Add background xml file for the new backgrounds
1572fa
- Add po directory for translating the background xml
1572fa
1572fa
* Tue Sep 19 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.6-1
1572fa
- Add new RHEL graphics
1572fa
1572fa
* Fri Aug 25 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.5-1
1572fa
- Modify the anaconda/splash.png file to say Beta instead of Alpha
1572fa
1572fa
* Tue Aug 01 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.4-1
1572fa
- Add firstboot-left to the firstboot images
1572fa
1572fa
* Fri Jul 28 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.3-1
1572fa
- Add attributions to the background graphics metadata
1572fa
- Add a 4:3 asspect ratio version of the default background graphic
1572fa
1572fa
* Thu Jul 27 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.2-1
1572fa
- Add default backgrounds
1572fa
1572fa
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 1.2.1-1
1572fa
- Add system lock dialog
1572fa
1572fa
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 1.2.0-1
1572fa
- alpha graphics
1572fa
1572fa
* Wed Aug  3 2005 David Zeuthen <davidz@redhat.com> - 1.1.26-1
1572fa
- Add russian localisation for rnotes (#160738)
1572fa
1572fa
* Thu Dec  2 2004 Jeremy Katz <katzj@redhat.com> - 1.1.25-1
1572fa
- add rnotes
1572fa
1572fa
* Fri Nov 19 2004 Alexander Larsson <alexl@redhat.com> - 1.1.24-1
1572fa
- Add rhgb logo (#139788)
1572fa
1572fa
* Mon Nov  1 2004 Alexander Larsson <alexl@redhat.com> - 1.1.22-1
1572fa
- Move rh logo from redhat-artwork here (#137593)
1572fa
1572fa
* Fri Oct 29 2004 Alexander Larsson <alexl@redhat.com> - 1.1.21-1
1572fa
- Fix alignment of gnome splash screen (#137360)
1572fa
1572fa
* Fri Oct  1 2004 Alexander Larsson <alexl@redhat.com> - 1.1.20-1
1572fa
- New gnome splash
1572fa
1572fa
* Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 1.1.19-1
1572fa
- update firstboot splash
1572fa
1572fa
* Sat Jun  5 2004 Jeremy Katz <katzj@redhat.com> - 1.1.18-1
1572fa
- provides: system-logos
1572fa
1572fa
* Thu Jun  3 2004 Jeremy Katz <katzj@redhat.com> - 1.1.17-1
1572fa
- add anaconda bits
1572fa
1572fa
* Tue Mar 23 2004 Alexander Larsson <alexl@redhat.com> 1.1.16-1
1572fa
- fix the logos in the gdm theme
1572fa
1572fa
* Fri Jul 18 2003 Havoc Pennington <hp@redhat.com> 1.1.15-1
1572fa
- build new stuff from garrett
1572fa
1572fa
* Wed Feb 26 2003 Havoc Pennington <hp@redhat.com> 1.1.14-1
1572fa
- build new stuff in cvs
1572fa
1572fa
* Mon Feb 24 2003 Jeremy Katz <katzj@redhat.com> 1.1.12-1
1572fa
- updated again
1572fa
- actually update the grub splash
1572fa
1572fa
* Fri Feb 21 2003 Jeremy Katz <katzj@redhat.com> 1.1.11-1
1572fa
- updated splash screens from Garrett
1572fa
1572fa
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 1.1.10-1
1572fa
- move in a logo from gdm theme #84543
1572fa
1572fa
* Mon Feb  3 2003 Havoc Pennington <hp@redhat.com> 1.1.9-1
1572fa
- rebuild
1572fa
1572fa
* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.1.8-1
1572fa
- rebuild for completeness
1572fa
1572fa
* Mon Dec 16 2002 Havoc Pennington <hp@redhat.com>
1572fa
- rebuild
1572fa
1572fa
* Thu Sep  5 2002 Havoc Pennington <hp@redhat.com>
1572fa
- add firstboot images to makefile/specfile
1572fa
- add /usr/share/pixmaps stuff
1572fa
- add splash screen images
1572fa
- add COPYING
1572fa
1572fa
* Thu Sep  5 2002 Jeremy Katz <katzj@redhat.com>
1572fa
- add boot loader images
1572fa
1572fa
* Thu Sep  5 2002 Havoc Pennington <hp@redhat.com>
1572fa
- move package to CVS
1572fa
1572fa
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
1572fa
- Add a shadowman-only derived from redhat-transparent.png
1572fa
1572fa
* Thu May 23 2002 Tim Powers <timp@redhat.com>
1572fa
- automated rebuild
1572fa
1572fa
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1572fa
- automated rebuild
1572fa
1572fa
* Thu May 31 2001 Owen Taylor <otaylor@redhat.com>
1572fa
- Fix alpha channel in redhat-transparent.png
1572fa
1572fa
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1572fa
- automatic rebuild
1572fa
1572fa
* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
1572fa
- Add %%defattr
1572fa
1572fa
* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
1572fa
- Add version of logo for embossing on the desktop
1572fa
1572fa
* Tue May 16 2000 Preston Brown <pbrown@redhat.com>
1572fa
- add black and white version of our logo (for screensaver).
1572fa
1572fa
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1572fa
- rebuild for new description.
1572fa
1572fa
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
1572fa
- added transparent mini and 32x32 round icons
1572fa
1572fa
* Sat Apr 10 1999 Michael Fulbright <drmike@redhat.com>
1572fa
- added rhad logos
1572fa
1572fa
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
1572fa
- added smaller redhat logo for use on web page
1572fa
1572fa
* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
1572fa
- added transparent large redhat logo
1572fa
1572fa
* Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
1572fa
- added mini-* links to make AnotherLevel happy
1572fa
1572fa
* Mon Apr 05 1999 Preston Brown <pbrown@redhat.com>
1572fa
- added copyright
1572fa
1572fa
* Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
1572fa
- added 48 pixel rounded logo image for gmc use
1572fa
1572fa
* Mon Mar 29 1999 Preston Brown <pbrown@redhat.com>
1572fa
- package created