diff --git a/.github/workflows/reusable-build-iso.yml b/.github/workflows/reusable-build-iso.yml index f66d7b21b98..786ec5ef996 100644 --- a/.github/workflows/reusable-build-iso.yml +++ b/.github/workflows/reusable-build-iso.yml @@ -150,6 +150,12 @@ jobs: ${image} /temp_flatpak_install_dir/script.sh docker rmi ${image} + - name: Setup Branding Repo + id: setup-branding-repo + shell: bash + run: | + curl -Lo "${{ github.workspace }}/brand.repo" "https://copr.fedorainfracloud.org/coprs/ublue-os/bluefin/repo/fedora-${{ steps.labels.outputs.fedora_version }}/ublue-os-${{ inputs.brand_name }}-fedora-${{ steps.labels.outputs.fedora_version }}.repo" + - name: Build ISOs uses: jasonn3/build-container-installer@v1.2.2 id: build @@ -167,6 +173,8 @@ jobs: enable_cache_skopeo: "false" flatpak_remote_refs_dir: ${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }} enable_flatpak_dependencies: "false" + #additional_templates: "/github/workspace/lorax_templates/bluefin_branding.tmpl" + repos: "/github/workspace/brand.repo /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo" - name: Move ISOs to Upload Directory id: upload-directory diff --git a/lorax_templates/aurora_branding.tmpl b/lorax_templates/aurora_branding.tmpl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/lorax_templates/aurora_files/anaconda_header.png b/lorax_templates/aurora_files/anaconda_header.png new file mode 100644 index 00000000000..b059b3836c7 Binary files /dev/null and b/lorax_templates/aurora_files/anaconda_header.png differ diff --git a/lorax_templates/aurora_files/fedora-logos.spec b/lorax_templates/aurora_files/fedora-logos.spec new file mode 100644 index 00000000000..b8a4676ccce --- /dev/null +++ b/lorax_templates/aurora_files/fedora-logos.spec @@ -0,0 +1,1253 @@ +Name: fedora-logos +Summary: Fedora-related icons and pictures +Version: 38.1.0 +Release: 100%{?dist}.aurora +URL: https://pagure.io/fedora-logos +Source0: https://pagure.io/fedora-logos/archive/%{version}/fedora-logos-%{version}.tar.gz +Source1: sidebar-bg.png +Source2: sidebar-logo.png +Source3: topbar-bg.png +Source4: anaconda_header.png +Source5: fedora.css +License: LicenseRef-Fedora-Logos +Provides: redhat-logos = %{version}-%{release} +Provides: gnome-logos = %{version}-%{release} +Provides: system-logos = %{version}-%{release} +BuildArch: noarch +BuildRequires: hardlink + +%if ! 0%{?eln} +# For _kde4_* macros: +BuildRequires: kde4-macros(api) +%endif + +%description +The fedora-logos package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package httpd +Summary: Fedora-related icons and pictures used by httpd +Provides: system-logos-httpd = %{version}-%{release} +BuildArch: noarch +Recommends: julietaula-montserrat-fonts +Provides: system-logos(httpd-logo-ng) + +%description httpd +The fedora-logos-httpd package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package classic +Summary: Classic versions of the Fedora icons and pictures +BuildArch: noarch + +%description classic +The fedora-logos-classic package contains image files which incorporate the +classic Fedora trademarks (the "Marks"). The Marks are trademarks or +registered trademarks of Red Hat, Inc. in the United States and other +countries and are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +PLEASE NOTE: This package does not provide system-logos and cannot be +used as a drop-in replacement for fedora-logos. + +%prep +%autosetup -p1 + +%build + +%install +# Bootloader related files +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader +# To regenerate this file, see the bootloader/fedora.icns entry in the Makefile +install -p -m 644 bootloader/fedora.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# Classic variant +install -p -m 644 bootloader/fedora_classic.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# To regenerate these files, run: +# pngtopnm foo.png | ppmtoapplevol > foo.vol +install -p -m 644 bootloader/fedora.vol bootloader/fedora-media.vol $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# m1n1 logos, see Makefile for how to regenerate +install -p -m 644 bootloader/bootlogo_128.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_128.png +install -p -m 644 bootloader/bootlogo_256.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_256.png + +# General purpose Fedora logos +for i in pixmaps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps +done + +# Anaconda release notes (that contain Fedora logos) +# Pretty sure these are legacy/unused now (2021). +for i in rnotes/* ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i + install -p -m 644 $i/* $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i +done + +# The Plymouth charge theme (uses the Fedora logo) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +done + +# The Plymoth spinner theme Fedora logo bits +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner +install -p -m 644 pixmaps/fedora-gdm-logo.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner/watermark.png + +# Fedora logo icons +for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + pushd $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png icon-panel-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png icon-panel-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png gnome-main-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png gnome-main-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png kmenu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png kmenu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png start-here.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png start-here_classic.png + popd + for i in icons/hicolor/$size/apps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + done +done + +for i in 16 22 24 32 36 48 96 256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here.png + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here_classic.png +%if ! 0%{?eln} + 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 + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/${i}x${i}/places/start-here-kde-fedora_classic.png +%endif +done + +%if ! 0%{?eln} +mkdir -p $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +%endif + +# Fedora favicon +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +pushd $RPM_BUILD_ROOT%{_sysconfdir} + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon.png favicon.png + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon_classic.png favicon_classic.png +popd + +# Fedora hicolor icons +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here.svg +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here_classic.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ +pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ + ln -s ../apps/start-here.svg . + ln -s ../apps/start-here_classic.svg . +popd +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ + +# Fedora logos for the clearlooks theme (icewm) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ + +# Fedora art in anaconda +# To regenerate the lss file, see anaconda/Makefile +mkdir -p %{buildroot}%{_datadir}/anaconda/boot +install -p -m 644 anaconda/splash.lss %{buildroot}%{_datadir}/anaconda/boot/ +install -p -m 644 anaconda/syslinux-splash.png %{buildroot}%{_datadir}/anaconda/boot/ +# note the filename change +install -p -m 644 anaconda/syslinux-vesa-splash.png %{buildroot}%{_datadir}/anaconda/boot/splash.png +mkdir -p %{buildroot}%{_datadir}/anaconda/pixmaps +# install -p -m 644 anaconda/anaconda_header.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE4} %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/anaconda_header_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +# This had not been regenerated since Fedora 17. Clearly not used anymore. +# install -p -m 644 anaconda/progress_first.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/splash.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/sidebar-logo.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/sidebar-logo_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/sidebar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/topbar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE3} %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/fedora.css %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE5} %{buildroot}%{_datadir}/anaconda/pixmaps/ + +# Variant Anaconda art +pushd anaconda +for i in atomic cloud server silverblue workstation ; do + cp -a $i $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/ +done +popd + +%if ! 0%{?eln} +# KDE Theme logos +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/ +install -p -m 644 kde-splash/Leonidas-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +install -p -m 644 kde-splash/Leonidas-fedora_classic.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif + +# SVG Fedora logos +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -a fedora/*.svg $RPM_BUILD_ROOT%{_datadir}/%{name} + +# HTTP files +cp -a css3 $RPM_BUILD_ROOT%{_datadir}/%{name}/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ +cp -a testpage/index.html $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ + +# The proper path should be unbranded, but because of history it's easier for +# this package to symlink the old path to the proper one. This avoids having +# to perform scriptlet trickery to handle upgrades from the directory to a +# symlink. +ln -s fedora-testpage $RPM_BUILD_ROOT%{_datadir}/testpage + +# save some dup'd icons +# Except in /boot. Because some people think it is fun to use VFAT for /boot. +# hardlink is /usr/sbin/hardlink on Fedora <= 30 and /usr/bin/hardlink on F31+ +hardlink -vv %{buildroot}/usr + +%files +%license COPYING +%config(noreplace) %{_sysconfdir}/favicon.png +%{_datadir}/plymouth/themes/spinner/ +%if ! 0%{?eln} +# No one else before us owns this, so we shall. +%dir %{_kde4_sharedir}/kde4/ +%exclude %{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%exclude %{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_iconsdir}/oxygen/ +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +%endif +# in -classic +%exclude %{_datadir}/pixmaps/bootloader/fedora_classic.icns +%exclude %{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-small_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%exclude %{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%exclude %{_datadir}/pixmaps/poweredby_classic.png +%exclude %{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/pixmaps/* +# This lives in the http subpackage +%exclude %{_datadir}/pixmaps/poweredby.png +%exclude %{_datadir}/anaconda/pixmaps/*_classic* +%exclude %{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/anaconda/boot/splash.lss +%{_datadir}/anaconda/boot/syslinux-splash.png +%{_datadir}/anaconda/boot/splash.png +%exclude %{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%exclude %{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/* +%exclude %{_datadir}/icons/hicolor/*/apps/*_classic* +%exclude %{_datadir}/icons/hicolor/*/places/*_classic* +%exclude %{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/icons/hicolor/*/places/* +%{_datadir}/icons/Bluecurve/*/apps/* +%exclude %{_datadir}/%{name}/*_classic* +# old logo +%exclude %{_datadir}/%{name}/css3 +%{_datadir}/%{name}/ +%{_datadir}/plymouth/themes/charge/ +%exclude %{_datadir}/plymouth/themes/charge/*_classic* +# we multi-own these directories, so as not to require the packages that +# provide them, thereby dragging in excess dependencies. +%dir %{_datadir}/icons/Bluecurve/ +%dir %{_datadir}/icons/Bluecurve/16x16/ +%dir %{_datadir}/icons/Bluecurve/16x16/apps/ +%dir %{_datadir}/icons/Bluecurve/22x22/ +%dir %{_datadir}/icons/Bluecurve/22x22/apps/ +%dir %{_datadir}/icons/Bluecurve/24x24/ +%dir %{_datadir}/icons/Bluecurve/24x24/apps/ +%dir %{_datadir}/icons/Bluecurve/32x32/ +%dir %{_datadir}/icons/Bluecurve/32x32/apps/ +%dir %{_datadir}/icons/Bluecurve/36x36/ +%dir %{_datadir}/icons/Bluecurve/36x36/apps/ +%dir %{_datadir}/icons/Bluecurve/48x48/ +%dir %{_datadir}/icons/Bluecurve/48x48/apps/ +%dir %{_datadir}/icons/Bluecurve/96x96/ +%dir %{_datadir}/icons/Bluecurve/96x96/apps/ +%dir %{_datadir}/icons/Bluecurve/256x256/ +%dir %{_datadir}/icons/Bluecurve/256x256/apps/ +%dir %{_datadir}/icons/hicolor/ +%dir %{_datadir}/icons/hicolor/16x16/ +%dir %{_datadir}/icons/hicolor/16x16/apps/ +%dir %{_datadir}/icons/hicolor/16x16/places/ +%dir %{_datadir}/icons/hicolor/22x22/ +%dir %{_datadir}/icons/hicolor/22x22/apps/ +%dir %{_datadir}/icons/hicolor/22x22/places/ +%dir %{_datadir}/icons/hicolor/24x24/ +%dir %{_datadir}/icons/hicolor/24x24/apps/ +%dir %{_datadir}/icons/hicolor/24x24/places/ +%dir %{_datadir}/icons/hicolor/32x32/ +%dir %{_datadir}/icons/hicolor/32x32/apps/ +%dir %{_datadir}/icons/hicolor/32x32/places/ +%dir %{_datadir}/icons/hicolor/36x36/ +%dir %{_datadir}/icons/hicolor/36x36/apps/ +%dir %{_datadir}/icons/hicolor/36x36/places/ +%dir %{_datadir}/icons/hicolor/48x48/ +%dir %{_datadir}/icons/hicolor/48x48/apps/ +%dir %{_datadir}/icons/hicolor/48x48/places/ +%dir %{_datadir}/icons/hicolor/96x96/ +%dir %{_datadir}/icons/hicolor/96x96/apps/ +%dir %{_datadir}/icons/hicolor/96x96/places/ +%dir %{_datadir}/icons/hicolor/256x256/ +%dir %{_datadir}/icons/hicolor/256x256/apps/ +%dir %{_datadir}/icons/hicolor/256x256/places/ +%dir %{_datadir}/icons/hicolor/scalable/ +%dir %{_datadir}/icons/hicolor/scalable/apps/ +%dir %{_datadir}/icons/hicolor/scalable/places/ +%dir %{_datadir}/anaconda +%dir %{_datadir}/anaconda/boot/ +%dir %{_datadir}/anaconda/pixmaps/ +%dir %{_datadir}/plymouth/ +%if ! 0%{?eln} +# DO NOT REMOVE THESE DIRS!!! We still support the Leonidas and Solar themes! +%dir %{_kde4_appsdir} +%dir %{_kde4_appsdir}/ksplash +%dir %{_kde4_appsdir}/ksplash/Themes/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +%endif + +%files httpd +%license COPYING +%dir %{_datadir}/fedora-testpage +%{_datadir}/testpage +%{_datadir}/fedora-testpage/index.html +%{_datadir}/pixmaps/poweredby.png + +# EVERYTHING IN CLASSIC USES OLD LOGO +%files classic +%license COPYING +%if ! 0%{?eln} +%{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif +%{_sysconfdir}/favicon_classic.png +%{_datadir}/anaconda/pixmaps/*_classic* +%{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icons/hicolor/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/places/*_classic* +%{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/%{name}/*_classic* +%{_datadir}/%{name}/css3/ +%{_datadir}/pixmaps/bootloader/fedora_classic.icns +%{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%{_datadir}/pixmaps/fedora-logo_classic.png +%{_datadir}/pixmaps/fedora-logo-small_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%{_datadir}/pixmaps/poweredby_classic.png +%{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/plymouth/themes/charge/*_classic* + + + +%changelog +* Mon Jan 29 2024 Tom Callaway - 38.1.0-5 +- fix BR to reflect new macro provides for kde4 macros + +* Wed Jan 24 2024 Fedora Release Engineering - 38.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 38.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 38.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Feb 20 2023 Neal Gompa - 38.1.0-1 +- Update to 38.1.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 38.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Oct 27 2022 Davide Cavalca - 38.0.0-2 +- Install bootloader logos for m1n1 + +* Wed Sep 21 2022 Tom Callaway - 38.0.0-1 +- update to 38.0.0, contains darkbackground image properly in tarball +- source tarball comes from properly git tagged release + +* Thu Jul 21 2022 Fedora Release Engineering - 36.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Apr 04 2022 Nils Philippsen - 36.0.0-2 +- Add logo for dark backgrounds + +* Mon Mar 28 2022 Kevin Fenzi - 36.0.0-1 +- Add bootloader logos for m1n1 + +* Thu Jan 20 2022 Fedora Release Engineering - 35.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Oct 26 2021 Parag Nemade - 35.0.0-2 +- Change Recommends: from julietaula-montserrat-base-web-fonts to julietaula-montserrat-fonts + +* Fri Oct 8 2021 Tom Callaway - 35.0.0-1 +- add silverblue files + +* Wed Jul 21 2021 Fedora Release Engineering - 34.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 14 2021 Tom Callaway - 34.0.4-1 +- update to fix anaconda/pixmaps/topbar-bg.png (bz1959160) + +* Thu Apr 29 2021 Tom Callaway - 34.0.3-1 +- add logo file that breeze-icon-theme needs + +* Mon Apr 12 2021 Lubos Uhliarik - 34.0.2-3 +- Provide: system-logos(httpd-logo-ng) for httpd subpackage + +* Mon Apr 12 2021 Tom Callaway - 34.0.2-2 +- install anaconda/fedora.css + +* Wed Mar 31 2021 Tom Callaway - 34.0.2-1 +- fix logo without "f" cutout + +* Fri Mar 26 2021 Tom Callaway - 34.0.1-1 +- pull latest changes for new logo + +* Tue Mar 23 2021 Tom Callaway - 34.0.0-1 +- update to new logo +- make -classic subpackage + +* Tue Feb 09 2021 Jan Grulich - 33.0.0-3 +- Do not require kde-filesystem on ELN + +* Tue Jan 26 2021 Fedora Release Engineering - 33.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Oct 27 2020 Tom Callaway - 33.0.0-1 +- drop fedora 17 conditionals (lol) +- get rid of firstboot themed files (it went away after Fedora 18) +- use pre-generated files +- clean up spec file +- make it noarch again + +* Mon Jul 27 2020 Fedora Release Engineering - 30.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 30.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 30.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 14 2019 Stephen Gallagher - 30.0.2-2 +- Make the httpd testpage path non-branded. +- Clean up the display of the "powered by" icons in the httpd testpage + +* Mon Apr 15 2019 Tom Callaway - 30.0.2-1 +- update to 30.0.2 (update anaconda icons) + +* Mon Mar 18 2019 Tom Callaway - 30.0.1-1 +- update to 30.0.1 (fixes rnotes not rendering text) + +* Thu Mar 7 2019 Tim Landscheidt - 30.0.0-5 +- Remove obsolete requirements for post scriptlet + +* Wed Feb 13 2019 Hans de Goede - 30.0.0-4 +- Add plymouth spinner theme watermark to brand the new plymouth theme for: + https://fedoraproject.org/wiki/Changes/FlickerFreeBoot + +* Thu Jan 31 2019 Fedora Release Engineering - 30.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 9 2018 Tom Callaway - 30.0.0-2 +- removed all scriptlets (they were not really useful) + +* Thu Oct 4 2018 Tom Callaway - 30.0.0-1 +- update to 30.0.0 +- httpd subpackage now has a "test page" index.html + +* Fri Jul 13 2018 Fedora Release Engineering - 28.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Apr 12 2018 Tom Callaway - 28.0.3-1 +- update to 28.0.3 to fix server image + +* Fri Feb 09 2018 Igor Gnatenko - 28.0.2-3 +- Escape macros in %%changelog + +* Wed Feb 07 2018 Fedora Release Engineering - 28.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 04 2018 Tom Callaway - 28.0.2-1 +- create atomic files for anaconda to use + +* Mon Dec 04 2017 Stephen Gallagher - 28.0.1-1 +- Move CSS for logos in the graphical installer into fedora-logos + +* Wed Aug 02 2017 Fedora Release Engineering - 26.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 26.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue May 23 2017 Tom Callaway - 26.0.1-1 +- update to 26.0.1, add fedora/fedora_lightbackground.svg + +* Wed Feb 8 2017 Tom Callaway - 26.0.0-2 +- mark license files correctly + +* Tue Jan 03 2017 Tom Callaway - 26.0.0-1 +- move icewm fedora logos into this package + +* Wed Feb 03 2016 Fedora Release Engineering - 22.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 22.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 1 2015 Tom Callaway - 22.0.0-1 +- fix "join us" rnote to have new url (thanks to Zamir SUN) + +* Wed Nov 19 2014 Tom Callaway - 21.0.5-1 +- add fedora logo for background overlay +- move anaconda logo files into hicolor (drop old "Fedora" dir) +- add anaconda theme art for "no product", workstation, server, cloud + +* Tue Sep 23 2014 Tom Callaway - 21.0.4-1 +- update rnotes images to include de translations (thanks Roman Spirgi and Dominique) + +* Sat Aug 16 2014 Fedora Release Engineering - 21.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 21.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Feb 4 2014 Tom Callaway - 21.0.3-1 +- optimize pngs +- own /usr/share/kde4/ +- update rnote svg to include bulgarian and croatian + +* Mon Dec 30 2013 Tom Callaway - 21.0.2-1 +- move to svg versions of rnotes (RIP HAL-9000 rnote) + +* Thu Dec 12 2013 Tom Callaway - 21.0.1-2 +- do not make useless debuginfo package (bz 1035928) + +* Tue Nov 19 2013 Tom Callaway - 21.0.1-1 +- make arch specific package so that it always builds +- add lang specific rnotes + +* Wed Oct 9 2013 Tom Callaway - 21.0.0-1 +- update to 21.0.0 +- arch conditionalize the lss magic, cannot use ifarch because it checks + _target_cpu, not _arch, and _target_cpu evals to "noarch" here + +* Wed Oct 9 2013 Tom Callaway - 19.0.4-4 +- subpackage poweredby.png to minimize httpd footprint + +* Sat Aug 03 2013 Fedora Release Engineering - 19.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jun 19 2013 Tom Callaway - 19.0.4-2 +- drop the hal9000 release note, with great sadness + +* Fri May 24 2013 Tom Callaway - 19.0.4-1 +- bring back the grub2 background/fireworks files + +* Fri May 17 2013 Tom Callaway - 19.0.3-1 +- drop unused files to trim down this package size a bit + +* Tue May 7 2013 Tom Callaway - 19.0.2-1 +- add fedora-gdm-logo.png for login screen + +* Thu Apr 4 2013 Tom Callaway - 19.0.1-1 +- add tm mark to SVG +- removed the gradient version of the SVG from fedora-logo-sprite.svg + +* Thu Feb 14 2013 Tom Callaway - 19.0.0-1 +- add rnotes +- do not hardlink anything in /boot + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-3 +- drop unused directory ownership I accidentally reenabled in -2 + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-2 +- restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes + +* Fri Sep 21 2012 Tom Callaway - 17.0.3-1 +- update to 17.0.3 (adds css3 bits) +- make fireworks.png an actual file instead of a symlink (bz853494) +- conditionalize grub1 art so it is packaged for f17 and older + +* Tue Sep 4 2012 Tom Callaway - 17.0.2-6 +- drop grub1 art (nothing uses it anymore) + +* Tue Aug 21 2012 Tom Callaway - 17.0.2-5 +- add fireworks.png symlink + +* Thu Aug 2 2012 Tom Callaway - 17.0.2-4 +- codename update for f18 +- drop unused kde dir ownerships + +* Thu Jul 19 2012 Fedora Release Engineering - 17.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Rex Dieter 17.0.2-2 +- drop reference to (old/f11) Leonidas ksplash theme + +* Wed May 9 2012 Tom Callaway - 17.0.2-1 +- add grub2 background.png + +* Tue May 1 2012 Tom Callaway - 17.0.1-1 +- add apple efi label images +- fix copyright date on splash (bz815012) + +* Tue Feb 14 2012 Tom Callaway - 17.0.0-1 +- anaconda splash art specifying a version updated to 17 + +* Fri Jan 13 2012 Fedora Release Engineering - 16.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 13 2011 Tom Callaway - 16.0.2-1 +- 16.0.2 +- moved syslinux-vesa-splash.jpg to boot/splash.png + +* Wed Sep 7 2011 Tom Callaway - 16.0.1-1 +- 16.0.1 +- updated beta art and codename + +* Fri Aug 5 2011 Tom Callaway - 16.0.0-1 +- 16.0.0 +- updated progress_first.png +- added script and svg to generate new progress_first.png + +* Wed Jun 15 2011 Tom Callaway - 15.0.1-1 +- 15.0.1 +- add svg logos +- get the last few unowned directories + +* Thu Jun 02 2011 Tom Callaway - 15.0.0-4 +- fix unowned directories (bz 709510) + +* Sat May 07 2011 Christopher Aillon - 15.0.0-3 +- Update icon cache scriptlet + +* Wed Mar 30 2011 Tom Callaway +- Provides/Obsoletes gnome-logos (bz 692231) + +* Mon Mar 21 2011 Tom Callaway +- update with F-15 beta images, codename + +* Tue Feb 08 2011 Fedora Release Engineering - 14.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 05 2011 Matthew Garrett - 14.0.2-1 +- Add logo for EFI Macs + +* Fri Oct 15 2010 Tom "spot" Callaway - 14.0.1-500 +- convert missing Requires to BuildRequires +- no longer package splashtolss.sh +- package splash.lss +- update to 14.0.1-500, so we are equal to (or greater than) generic-logos. + Hey notting, stop bumping past me in version, its not a race! ;) + +* Wed Oct 13 2010 Tom "spot" Callaway - 14.0.0-3 +- add missing Requires for splashtolss.sh (bz 635289) + +* Tue Sep 28 2010 Rex Dieter - 14.0.0-2 +- s/Fedora-KDE/oxygen/ icons (#615621) +- use hardlink to save a little space + +* Mon Sep 13 2010 Tom "spot" Callaway - 14.0.0-1 +- update to 14.0.0 + +* Sun Jul 18 2010 Mamoru Tasaka - 13.0.3-3 +- And fix another %%postun scriptlet error + +* Sat Jul 17 2010 Rex Dieter - 13.0.3-2 +- fix %%postun scriptlet error + +* Fri Jul 16 2010 Tom "spot" Callaway 13.0.3-1 +- Anaconda changed where it puts and looks for items, so we need to place + our files in the correct spot. + +* Fri Jun 25 2010 Rex Dieter - 13.0.2-2 +- Fedora-KDE icons are now fedora-kde-icons-theme, not kde-settings +- simplify Fedora-KDE multidir ownership +- optimize icon scriplets +- drop ancient Conflicts: kdebase ... + +* Wed May 5 2010 Tom "spot" Callaway - 13.0.2-1 +- add scalable start-here svg + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.1-1 +- fix makefile to not overwrite progress_first.png + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.0-1 +- f13 art, improved fedora icon + +* Wed Nov 4 2009 Tom "spot" Callaway - 12.0.3-2 +- kde icon installation + +* Thu Oct 29 2009 Tom "spot" Callaway - 12.0.3-1 +- Update to 12.0.3, yet another name for system-software-install icons + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-2 +- Fixed 12.0.2 source, package up scalable svg source for system-software-install icon + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-1 +- Update to 12.0.2, has improved system-software-install icon + +* Wed Oct 21 2009 Tom "spot" Callaway - 12.0.1-1 +- Update to 12.0.1, switch to generic version of firstboot-left.png + +* Thu Oct 1 2009 Tom "spot" Callaway - 12.0.0-1 +- Update to 12.0.0, F12 art (except KDE) + +* Fri Sep 4 2009 Tom "spot" Callaway - 11.0.7-1 +- Update to 11.0.7, fix license tag, description + +* Fri Jul 24 2009 Fedora Release Engineering - 11.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon May 18 2009 Tom "spot" Callaway 11.0.6-1 +- drop "lowres" image, saves a small amount of diskspace + +* Wed May 06 2009 Ray Strode 11.0.5-1 +- Add plymouth "Charge" theme artwork + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.4-1 +- update to 11.0.4, fix art to actually be in leonidas theme + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.3-1 +- update to 11.0.3, adds KDE splash + +* Mon Apr 20 2009 Tom "spot" Callaway 11.0.2-1 +- fix missing progress files + +* Sun Apr 19 2009 Lubomir Rintel - 11.0.1-2 +- fix bootsplash to be a bit more psychadelic + +* Fri Apr 17 2009 Tom "spot" Callaway - 11.0.1-1 +- fix bootsplash to be less psychadelic + +* Wed Apr 15 2009 Tom "spot" Callaway - 11.0.0-1 +- Update to 11.0.0 art (except for KDE splash) + +* Tue Feb 24 2009 Fedora Release Engineering - 10.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-4 +- actually, no. I won't make a grub subpackage. No real benefit aside from saving 1MB on disk. + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-3 +- make grub subpackage (bz 479949) + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-2 +- pull .git files out of source tarball to keep SRPM size down + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-1 +- fix broken xfce4 icon (bz 470353) +- own directories for clean removal (bz 169282) + +* Sun Oct 26 2008 Kevin Kofler 10.0.0-2 +- Add (current version of) Fedora logo for SolarComet KSplash theme + +* Fri Oct 24 2008 Tom "spot" Callaway 10.0.0-1 +- New solar art + +* Thu Oct 23 2008 Colin Walters - 0.99.4-3 +- Install logo as /etc/favicon.png (http://cgwalters.livejournal.com/19030.html) + +* Thu Oct 2 2008 Matthias Clasen - 9.99.4-2 +- Don't ship the screensaver desktop file thats in fedora-screensaver-theme + +* Tue Sep 23 2008 Tom "spot" Callaway - 9.99.4-1 +- update to 9.99.4 +- replace firstboot workstation logo with something modern for F10 + +* Wed Sep 10 2008 Tom "spot" Callaway - 9.99.3-1 +- move to its new home +- package up xfce4_xicon1.svg (bz 445986) + +* Mon Aug 25 2008 Ray Strode - 9.99.2-1 +- Move kde background upstream + +* Mon Aug 25 2008 Ray Strode - 9.99.1-1 +- add a logo for xfce (bug 445986) + +* Wed Jul 9 2008 Matthias Clasen - 9.99.0-1 +- rhgb is no more + +* Thu May 29 2008 Ray Strode - 9.0.1-1 +- Add logo with white type face + +* Mon Apr 28 2008 Matthias Clasen - 9.0.0-3 +- Remove a broken symlink (#444298) + +* Mon Apr 28 2008 Kevin Kofler - 9.0.0-2 +- use bg image without rounded corners for kde-splash (Pavel Shevchuk, #443308) + +* Fri Apr 11 2008 Ray Strode - 9.0.0-1 +- update grub splash screen to not have sulfur and look better + on EFI systems + +* Thu Apr 10 2008 Rex Dieter - 8.99.2-2 +- kde-splash: rename to FedoraWaves, fixup animation +- include start-here icons for Fedora-KDE icon theme + +* Wed Apr 2 2008 Ray Strode - 8.99.2-1 +- firstboot changed artwork locations + +* Tue Apr 1 2008 Ray Strode - 8.99.1-1 +- Add grub, firstboot and anaconda artwork +- merge kde artwork from downstream +- drop unused images + +* Tue Apr 1 2008 Ray Strode - 8.99.0-1 +- Add F-9 rhgb artwork + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-4 +- Include Waves KSplash theme for KDE 4 + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-3 +- Don't ship KDE 3 KSplash and KDM themes (which don't work in KDE 4) + +* Fri Mar 21 2008 Matthias Clasen - 8.0.3-2 +- Don't ship parts of gdm themes that gdm doesn't use anymore + +* Wed Nov 14 2007 Ray Strode - 8.0.3-1 +- Install Fedora Flying High GDM logo (woops, bug 382281) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-2 +- Fix a typo in the description (Stepan Kasal) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-1 +- Add Infinity splash screens for KDE and Gnome + +* Fri Oct 19 2007 Matthias Clasen - 8.0.0-2 +- Silence %%post (#340551) + +* Wed Oct 17 2007 Ray Strode - 8.0.0-1 +- Drop Fedora Infinity gdm theme + +* Tue Oct 16 2007 Ray Strode - 7.96.0-1 +- Fix up some %%install goo +- drop bluecurve kdm fedora logo images too + +* Tue Oct 16 2007 Ray Strode - 7.95.0-1 +- actually drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.94.0-1 +- drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.93.0-1 +- Install fedora 7 logo in the right place + +* Wed Sep 19 2007 Matthias Clasen - 7.92.4-1 +- Acutally install the gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.3-1 +- Add infinity gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.2-1 +- Add infinity lock dialog + +* Thu Sep 13 2007 Bill Nottingham - 7.92.1-1 +- add the powered-by logo (#250676) + +* Wed Sep 5 2007 Jeremy Katz - 7.92.0-4 +- merge back changes that got lost + +* Fri Aug 31 2007 Jeremy Katz - 7.92.0-3 +- fix grub splash image to be an actual image + +* Tue Aug 28 2007 Máirín Duffy - 7.92.0-1 +- update the anaconda artwork +- changed default backgrounds + +* Mon Aug 27 2007 Ray Strode - 7.90.2-1 +- update the firstboot artwork +- update the grub artwork + +* Mon Aug 27 2007 Ray Strode - 7.90.1-1 +- update the rhgb artwork + +* Fri Aug 24 2007 Ray Strode - 7.90.0-1 +- add a 150px variant of the fedora logo + (requested by Paul Frields) +- update license field to be more clear + +* Wed Jul 04 2007 Florian La Roche 6.0.98-5 +- require coreutils for the %%post script + +* Fri Jun 15 2007 Adam Jackson 6.0.98-4 +- Remove the Requires on redhat-artwork and fedora-icon-theme, and just + multi-own the directories. Fixes some hilarious dependency chains. + +* Mon Apr 23 2007 Matthias Clasen - 6.0.98-3 +- Clean up %%post scriptlet (#237428) + +* Fri Apr 20 2007 Matthias Clasen - 6.0.98-2 +- Add a Fedora icon theme + +* Thu Apr 05 2007 Than Ngo - 6.0.98-1 +- fix ksplash BlueCurve theme + +* Wed Mar 28 2007 Matthias Clasen 6.0.97-2 +- Save some space by linking backgrounds + +* Thu Mar 22 2007 Than Ngo 6.0.97-1 +- Add new Ksplash theme for Fedora 7 + +* Tue Mar 20 2007 Matthias Clasen - 6.0.96-1 +- Add dual screen backgrounds + +* Thu Mar 15 2007 Ray Strode - 6.0.95-1 +- Drop weird gnome-logo-icon-transparent.png symlink that + makes fedora show up where gnome logo is supposed to + +* Thu Mar 15 2007 Matthias Clasen - 6.0.94-1 +- Retouch parts of the rhgb image to align it + better with the login screen + +* Fri Feb 23 2007 Matthias Clasen - 6.0.93-1 +- New backgrounds (dual versions still missing) + +* Fri Feb 23 2007 Matthias Clasen - 6.0.92-5 +- Directory ownership fixes + +* Thu Feb 22 2007 Jeremy Katz - 6.0.92-4 +- resave the syslinux splash so that it works (lalalala....) + +* Thu Feb 22 2007 Matthias Clasen - 6.0.92-3 +- Improve the branded lock dialog + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-2 +- Some more new images + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-1 +- New lock dialog + +* Tue Feb 20 2007 Matthias Clasen - 6.0.91-3 +- Some more new anaconda images +- Slight update to one rhgb image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-2 +- Add new gnome splash +- New firstboot images +- Add some new anaconda images +- Add new grub image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-1 +- Add new RHGB images + +* Thu Jan 18 2007 Jeremy Katz - 6.0.90-1 +- add syslinux splash for use with graphical menu + +* Fri Sep 22 2006 Than Ngo - 6.0.6-1 +- add FedoraDNA theme for KDM + +* Fri Sep 22 2006 Matthias Clasen - 6.0.5-1 +- Add a description for the default backgrounds + +* Fri Sep 22 2006 Ray Strode - 6.0.2-1 +- update screenshot in FedoraDNA theme + +* Fri Sep 22 2006 Than Ngo - 6.0.1-1 +- update kde ksplash + +* Fri Sep 22 2006 Ray Strode - 6.0.0-1 +- drop unused n-small image in FedoraDNA gdm theme +- rename fedora.png to logo.png in FedoraDNA gdm theme +- crop fedora.png to not have uneven padding in FedoraDNA + gdm theme + +* Fri Sep 22 2006 Bill Nottingham +- update grub splash (#207637) + +* Thu Sep 21 2006 Matthias Clasen - 1.1.55-1 +- Final update for FC6 graphics + +* Wed Sep 20 2006 Matthias Clasen - 1.1.54-1 +- Update to themed lock dialog + +* Thu Sep 7 2006 Matthias Clasen - 1.1.53-1 +- Update the syslinux splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.52-1 +- Fix the colors in the grub splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.51-1 +- Add new gdm theme + +* Wed Sep 06 2006 John (J5) Palmieri - 1.1.50-1 +- cvs add the new backgrounds this time + +* Tue Sep 05 2006 John (J5) Palmieri - 1.1.49-1 +- New graphics for fc6 +- Remove the 4:3 background and add 5:4 ratio background + +* Sun Aug 20 2006 Matthias Clasen - 1.1.48-1.fc6 +- Update lock dialog to work with current gnome-screensaver + +* Sun Aug 13 2006 Matthias Clasen - 1.1.47-2.fc6 +- Add links for new icon name used in the gnome-panel menubar + +* Fri Jul 28 2006 John (J5) Palmieri - 1.1.47-1 +- Add a 4:3 aspect ratio background +- Fix extention to be .jpg on backgrounds + +* Thu Jul 27 2006 John (J5) Palmieri - 1.1.46-1 +- Add new default backgrounds + +* Wed Jul 26 2006 Alexander Larsson - 1.1.45-1 +- Add wide version of default desktop background + +* Tue Jul 25 2006 Florian La Roche +- add version/release to the Provides: in the specfile + +* Tue Jul 11 2006 Matthias Clasen 1.1.44-1 +- Move the complete lock dialog theme here + +* Mon Jun 5 2006 Matthias Clasen 1.1.43-1 +- Add branded desktop background and move the lock dialog + background to the right directory + +* Tue Feb 28 2006 Matthias Clasen 1.1.42-1 +- New artwork for gdm, kdm Bluecurve from Diana Fong + +* Wed Jan 25 2006 Chris Lumens 1.1.41-1 +- New artwork for firstboot from dfong (#178106). + +* Fri Jan 20 2006 Ray Strode - 1.1.40-1 +- update the logo in the corner + +* Thu Jan 19 2006 Ray Strode - 1.1.39-1 +- give rhgb a new look from Diana Fong + +* Tue Jan 17 2006 Ray Strode - 1.1.38-1 +- add logo bits of new gdm theme + +* Tue Dec 20 2005 Ray Strode - 1.1.37-1 +- another new image from dfong (splash screen) +- move screensaver lock dialog background here + +* Tue Dec 20 2005 Ray Strode - 1.1.36-1 +- another new image from dfong (screensaver sprite) + +* Mon Dec 19 2005 Jeremy Katz - 1.1.35-1 +- new images from dfong + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.34-1 +- Symlink fedora-logo-icon into Bluecurve instead of hicolor + to avoid conflicts with other packages + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.33-1 +- Add symlinks for the panel icons to be the fedora logos + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.32-1 +- Add new fedora logos to pixmap and icons/hicolor + +* Mon May 23 2005 Jeremy Katz - 1.1.31-1 +- copyright date on anaconda splash (#153964) + +* Mon Apr 18 2005 Than Ngo 1.1.30-1 +- add missing fedora logos for kdmtheme + +* Tue Oct 26 2004 Jeremy Katz - 1.1.29-1 +- non-test anaconda splash + +* Tue Oct 26 2004 Jeremy Katz - 1.1.28-1 +- generic Fedora Core graphics for !test release + +* Thu Sep 30 2004 Than Ngo 1.1.27-1 +- fix kde splash + +* Sat Jun 5 2004 Jeremy Katz - 1.1.26-1 +- provide: system-logos + +* Thu Jun 3 2004 Jeremy Katz - 1.1.25-1 +- add anaconda bits with fedora logos + +* Wed May 5 2004 Jeremy Katz - 1.1.24-1 +- newer grub image for fc2 + +* Tue Mar 23 2004 Alexander Larsson 1.1.23-1 +- Use correct gdm logo + +* Tue Mar 23 2004 Alexander Larsson 1.1.22-1 +- fix up gdm logo and add screenshot + +* Tue Feb 3 2004 Jonathan Blandford 1.1.21-1 +- add rhgb logo + +* Tue Nov 11 2003 Than Ngo 1.1.20.2-1 +- added Preview for ksplash + +* Mon Nov 10 2003 Than Ngo 1.1.20.1-1 +- added new BlueCurve Ksplash Theme for KDE 3.2 + +* Thu Oct 30 2003 Havoc Pennington 1.1.20-1 +- build new stuff from garrett + +* Thu Oct 9 2003 Bill Nottingham 1.1.19-1 +- add a symlink for up2date + +* Tue Oct 7 2003 Bill Nottingham 1.1.18-1 +- rename package + +* Wed Sep 24 2003 Bill Nottingham 1.1.17-1 +- new license + +* Tue Sep 23 2003 Michael Fulbright 1.1.16-1 +- added Fedora graphics + +* Fri Jul 18 2003 Havoc Pennington 1.1.15-1 +- build new stuff from garrett + +* Wed Feb 26 2003 Havoc Pennington 1.1.14-1 +- build new stuff in cvs + +* Mon Feb 24 2003 Jeremy Katz 1.1.12-1 +- updated again +- actually update the grub splash + +* Fri Feb 21 2003 Jeremy Katz 1.1.11-1 +- updated splash screens from Garrett + +* Tue Feb 18 2003 Havoc Pennington 1.1.10-1 +- move in a logo from gdm theme #84543 + +* Mon Feb 3 2003 Havoc Pennington 1.1.9-1 +- rebuild + +* Wed Jan 15 2003 Brent Fox 1.1.8-1 +- rebuild for completeness + +* Mon Dec 16 2002 Havoc Pennington +- rebuild + +* Thu Sep 5 2002 Havoc Pennington +- add firstboot images to makefile/specfile +- add /usr/share/pixmaps stuff +- add splash screen images +- add COPYING + +* Thu Sep 5 2002 Jeremy Katz +- add boot loader images + +* Thu Sep 5 2002 Havoc Pennington +- move package to CVS + +* Tue Jun 25 2002 Owen Taylor +- Add a shadowman-only derived from redhat-transparent.png + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Thu May 31 2001 Owen Taylor +- Fix alpha channel in redhat-transparent.png + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Owen Taylor +- Add %%defattr + +* Mon Jun 19 2000 Owen Taylor +- Add version of logo for embossing on the desktop + +* Tue May 16 2000 Preston Brown +- add black and white version of our logo (for screensaver). + +* Mon Feb 07 2000 Preston Brown +- rebuild for new description. + +* Sat Sep 25 1999 Bill Nottingham +- different. + +* Mon Sep 13 1999 Preston Brown +- added transparent mini and 32x32 round icons + +* Sat Apr 10 1999 Michael Fulbright +- added rhad logos + +* Thu Apr 08 1999 Bill Nottingham +- added smaller redhat logo for use on web page + +* Wed Apr 07 1999 Preston Brown +- added transparent large redhat logo + +* Tue Apr 06 1999 Bill Nottingham +- added mini-* links to make AnotherLevel happy + +* Mon Apr 05 1999 Preston Brown +- added copyright + +* Tue Mar 30 1999 Michael Fulbright +- added 48 pixel rounded logo image for gmc use + +* Mon Mar 29 1999 Preston Brown +- package created diff --git a/lorax_templates/aurora_files/fedora.css b/lorax_templates/aurora_files/fedora.css new file mode 100644 index 00000000000..665ff5fc146 --- /dev/null +++ b/lorax_templates/aurora_files/fedora.css @@ -0,0 +1,37 @@ +/* Anaconda gtk style overrides for Fedora */ + +/* vendor-specific colors */ +@define-color fedora #51a2da; + +/* logo and sidebar classes */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url("/usr/share/anaconda/pixmaps/sidebar-bg.png"); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url("/usr/share/anaconda/pixmaps/sidebar-logo.png"); + background-position: 50% 20px; + background-repeat: no-repeat; + background-color: transparent; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @fedora; + background-image: url("/usr/share/anaconda/pixmaps/topbar-bg.png"); + background-repeat: repeat; + color: white; +} diff --git a/lorax_templates/aurora_files/sidebar-bg.png b/lorax_templates/aurora_files/sidebar-bg.png new file mode 100644 index 00000000000..dc9d2a22b52 Binary files /dev/null and b/lorax_templates/aurora_files/sidebar-bg.png differ diff --git a/lorax_templates/aurora_files/sidebar-logo.png b/lorax_templates/aurora_files/sidebar-logo.png new file mode 100644 index 00000000000..b756eb2a512 Binary files /dev/null and b/lorax_templates/aurora_files/sidebar-logo.png differ diff --git a/lorax_templates/aurora_files/topbar-bg.png b/lorax_templates/aurora_files/topbar-bg.png new file mode 100644 index 00000000000..a942dae9b3d Binary files /dev/null and b/lorax_templates/aurora_files/topbar-bg.png differ diff --git a/lorax_templates/bluefin_branding.tmpl b/lorax_templates/bluefin_branding.tmpl new file mode 100644 index 00000000000..98ff31cbf17 --- /dev/null +++ b/lorax_templates/bluefin_branding.tmpl @@ -0,0 +1,9 @@ +remove usr/share/anaconda/pixmaps/silverblue/fedora-silverblue.css +remove usr/share/anaconda/pixmaps/silverblue/sidebar-bg.png +remove usr/share/anaconda/pixmaps/silverblue/sidebar-logo.png +remove usr/share/anaconda/pixmaps/silverblue/topbar-bg.png + +copy tmp/config_files/workspace/lorax_templates/bluefin_files/fedora-silverblue.css usr/share/anaconda/pixmaps/silverblue/fedora-silverblue.css +copy tmp/config_files/workspace/lorax_templates/bluefin_files/sidebar-bg.png usr/share/anaconda/pixmaps/silverblue/sidebar-bg.png +copy tmp/config_files/workspace/lorax_templates/bluefin_files/sidebar-logo.png usr/share/anaconda/pixmaps/silverblue/sidebar-logo.png +copy tmp/config_files/workspace/lorax_templates/bluefin_files/topbar-bg.png usr/share/anaconda/pixmaps/silverblue/topbar-bg.png diff --git a/lorax_templates/bluefin_files/fedora-silverblue.css b/lorax_templates/bluefin_files/fedora-silverblue.css new file mode 100644 index 00000000000..b2a76cba04b --- /dev/null +++ b/lorax_templates/bluefin_files/fedora-silverblue.css @@ -0,0 +1,38 @@ +/* logo and sidebar classes for Fedora */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url("/usr/share/anaconda/pixmaps/silverblue/sidebar-bg.png"); + background-repeat: no-repeat; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @fedora; + background-image: url("/usr/share/anaconda/pixmaps/silverblue/topbar-bg.png"); + background-repeat: no-repeat; + color: white; +} + +/* Remove the box-shadow from buttons in the nav-box because it adds a white stripe + * below the buttons and makes them look dumb */ +AnacondaSpokeWindow #nav-box GtkButton { + box-shadow: none; +} + +/* Change the sidebar background color */ +.logo-sidebar { + background-color: #006eb4; +} + +AnacondaSpokeWindow #nav-box { + background-color: #006eb4; +} diff --git a/lorax_templates/bluefin_files/sidebar-bg.png b/lorax_templates/bluefin_files/sidebar-bg.png new file mode 100644 index 00000000000..97166ab20e7 Binary files /dev/null and b/lorax_templates/bluefin_files/sidebar-bg.png differ diff --git a/lorax_templates/bluefin_files/topbar-bg.png b/lorax_templates/bluefin_files/topbar-bg.png new file mode 100644 index 00000000000..6e3c4f568cb Binary files /dev/null and b/lorax_templates/bluefin_files/topbar-bg.png differ diff --git a/spec_files/aurora/fedora-logos/anaconda_header.png b/spec_files/aurora/fedora-logos/anaconda_header.png new file mode 100644 index 00000000000..b059b3836c7 Binary files /dev/null and b/spec_files/aurora/fedora-logos/anaconda_header.png differ diff --git a/spec_files/aurora/fedora-logos/fedora-logos.spec b/spec_files/aurora/fedora-logos/fedora-logos.spec new file mode 100644 index 00000000000..b8a4676ccce --- /dev/null +++ b/spec_files/aurora/fedora-logos/fedora-logos.spec @@ -0,0 +1,1253 @@ +Name: fedora-logos +Summary: Fedora-related icons and pictures +Version: 38.1.0 +Release: 100%{?dist}.aurora +URL: https://pagure.io/fedora-logos +Source0: https://pagure.io/fedora-logos/archive/%{version}/fedora-logos-%{version}.tar.gz +Source1: sidebar-bg.png +Source2: sidebar-logo.png +Source3: topbar-bg.png +Source4: anaconda_header.png +Source5: fedora.css +License: LicenseRef-Fedora-Logos +Provides: redhat-logos = %{version}-%{release} +Provides: gnome-logos = %{version}-%{release} +Provides: system-logos = %{version}-%{release} +BuildArch: noarch +BuildRequires: hardlink + +%if ! 0%{?eln} +# For _kde4_* macros: +BuildRequires: kde4-macros(api) +%endif + +%description +The fedora-logos package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package httpd +Summary: Fedora-related icons and pictures used by httpd +Provides: system-logos-httpd = %{version}-%{release} +BuildArch: noarch +Recommends: julietaula-montserrat-fonts +Provides: system-logos(httpd-logo-ng) + +%description httpd +The fedora-logos-httpd package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package classic +Summary: Classic versions of the Fedora icons and pictures +BuildArch: noarch + +%description classic +The fedora-logos-classic package contains image files which incorporate the +classic Fedora trademarks (the "Marks"). The Marks are trademarks or +registered trademarks of Red Hat, Inc. in the United States and other +countries and are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +PLEASE NOTE: This package does not provide system-logos and cannot be +used as a drop-in replacement for fedora-logos. + +%prep +%autosetup -p1 + +%build + +%install +# Bootloader related files +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader +# To regenerate this file, see the bootloader/fedora.icns entry in the Makefile +install -p -m 644 bootloader/fedora.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# Classic variant +install -p -m 644 bootloader/fedora_classic.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# To regenerate these files, run: +# pngtopnm foo.png | ppmtoapplevol > foo.vol +install -p -m 644 bootloader/fedora.vol bootloader/fedora-media.vol $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# m1n1 logos, see Makefile for how to regenerate +install -p -m 644 bootloader/bootlogo_128.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_128.png +install -p -m 644 bootloader/bootlogo_256.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_256.png + +# General purpose Fedora logos +for i in pixmaps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps +done + +# Anaconda release notes (that contain Fedora logos) +# Pretty sure these are legacy/unused now (2021). +for i in rnotes/* ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i + install -p -m 644 $i/* $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i +done + +# The Plymouth charge theme (uses the Fedora logo) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +done + +# The Plymoth spinner theme Fedora logo bits +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner +install -p -m 644 pixmaps/fedora-gdm-logo.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner/watermark.png + +# Fedora logo icons +for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + pushd $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png icon-panel-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png icon-panel-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png gnome-main-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png gnome-main-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png kmenu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png kmenu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png start-here.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png start-here_classic.png + popd + for i in icons/hicolor/$size/apps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + done +done + +for i in 16 22 24 32 36 48 96 256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here.png + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here_classic.png +%if ! 0%{?eln} + 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 + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/${i}x${i}/places/start-here-kde-fedora_classic.png +%endif +done + +%if ! 0%{?eln} +mkdir -p $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +%endif + +# Fedora favicon +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +pushd $RPM_BUILD_ROOT%{_sysconfdir} + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon.png favicon.png + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon_classic.png favicon_classic.png +popd + +# Fedora hicolor icons +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here.svg +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here_classic.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ +pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ + ln -s ../apps/start-here.svg . + ln -s ../apps/start-here_classic.svg . +popd +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ + +# Fedora logos for the clearlooks theme (icewm) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ + +# Fedora art in anaconda +# To regenerate the lss file, see anaconda/Makefile +mkdir -p %{buildroot}%{_datadir}/anaconda/boot +install -p -m 644 anaconda/splash.lss %{buildroot}%{_datadir}/anaconda/boot/ +install -p -m 644 anaconda/syslinux-splash.png %{buildroot}%{_datadir}/anaconda/boot/ +# note the filename change +install -p -m 644 anaconda/syslinux-vesa-splash.png %{buildroot}%{_datadir}/anaconda/boot/splash.png +mkdir -p %{buildroot}%{_datadir}/anaconda/pixmaps +# install -p -m 644 anaconda/anaconda_header.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE4} %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/anaconda_header_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +# This had not been regenerated since Fedora 17. Clearly not used anymore. +# install -p -m 644 anaconda/progress_first.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/splash.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/sidebar-logo.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/sidebar-logo_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/sidebar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/topbar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE3} %{buildroot}%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/fedora.css %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 %{SOURCE5} %{buildroot}%{_datadir}/anaconda/pixmaps/ + +# Variant Anaconda art +pushd anaconda +for i in atomic cloud server silverblue workstation ; do + cp -a $i $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/ +done +popd + +%if ! 0%{?eln} +# KDE Theme logos +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/ +install -p -m 644 kde-splash/Leonidas-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +install -p -m 644 kde-splash/Leonidas-fedora_classic.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif + +# SVG Fedora logos +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -a fedora/*.svg $RPM_BUILD_ROOT%{_datadir}/%{name} + +# HTTP files +cp -a css3 $RPM_BUILD_ROOT%{_datadir}/%{name}/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ +cp -a testpage/index.html $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ + +# The proper path should be unbranded, but because of history it's easier for +# this package to symlink the old path to the proper one. This avoids having +# to perform scriptlet trickery to handle upgrades from the directory to a +# symlink. +ln -s fedora-testpage $RPM_BUILD_ROOT%{_datadir}/testpage + +# save some dup'd icons +# Except in /boot. Because some people think it is fun to use VFAT for /boot. +# hardlink is /usr/sbin/hardlink on Fedora <= 30 and /usr/bin/hardlink on F31+ +hardlink -vv %{buildroot}/usr + +%files +%license COPYING +%config(noreplace) %{_sysconfdir}/favicon.png +%{_datadir}/plymouth/themes/spinner/ +%if ! 0%{?eln} +# No one else before us owns this, so we shall. +%dir %{_kde4_sharedir}/kde4/ +%exclude %{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%exclude %{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_iconsdir}/oxygen/ +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +%endif +# in -classic +%exclude %{_datadir}/pixmaps/bootloader/fedora_classic.icns +%exclude %{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-small_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%exclude %{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%exclude %{_datadir}/pixmaps/poweredby_classic.png +%exclude %{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/pixmaps/* +# This lives in the http subpackage +%exclude %{_datadir}/pixmaps/poweredby.png +%exclude %{_datadir}/anaconda/pixmaps/*_classic* +%exclude %{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/anaconda/boot/splash.lss +%{_datadir}/anaconda/boot/syslinux-splash.png +%{_datadir}/anaconda/boot/splash.png +%exclude %{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%exclude %{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/* +%exclude %{_datadir}/icons/hicolor/*/apps/*_classic* +%exclude %{_datadir}/icons/hicolor/*/places/*_classic* +%exclude %{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/icons/hicolor/*/places/* +%{_datadir}/icons/Bluecurve/*/apps/* +%exclude %{_datadir}/%{name}/*_classic* +# old logo +%exclude %{_datadir}/%{name}/css3 +%{_datadir}/%{name}/ +%{_datadir}/plymouth/themes/charge/ +%exclude %{_datadir}/plymouth/themes/charge/*_classic* +# we multi-own these directories, so as not to require the packages that +# provide them, thereby dragging in excess dependencies. +%dir %{_datadir}/icons/Bluecurve/ +%dir %{_datadir}/icons/Bluecurve/16x16/ +%dir %{_datadir}/icons/Bluecurve/16x16/apps/ +%dir %{_datadir}/icons/Bluecurve/22x22/ +%dir %{_datadir}/icons/Bluecurve/22x22/apps/ +%dir %{_datadir}/icons/Bluecurve/24x24/ +%dir %{_datadir}/icons/Bluecurve/24x24/apps/ +%dir %{_datadir}/icons/Bluecurve/32x32/ +%dir %{_datadir}/icons/Bluecurve/32x32/apps/ +%dir %{_datadir}/icons/Bluecurve/36x36/ +%dir %{_datadir}/icons/Bluecurve/36x36/apps/ +%dir %{_datadir}/icons/Bluecurve/48x48/ +%dir %{_datadir}/icons/Bluecurve/48x48/apps/ +%dir %{_datadir}/icons/Bluecurve/96x96/ +%dir %{_datadir}/icons/Bluecurve/96x96/apps/ +%dir %{_datadir}/icons/Bluecurve/256x256/ +%dir %{_datadir}/icons/Bluecurve/256x256/apps/ +%dir %{_datadir}/icons/hicolor/ +%dir %{_datadir}/icons/hicolor/16x16/ +%dir %{_datadir}/icons/hicolor/16x16/apps/ +%dir %{_datadir}/icons/hicolor/16x16/places/ +%dir %{_datadir}/icons/hicolor/22x22/ +%dir %{_datadir}/icons/hicolor/22x22/apps/ +%dir %{_datadir}/icons/hicolor/22x22/places/ +%dir %{_datadir}/icons/hicolor/24x24/ +%dir %{_datadir}/icons/hicolor/24x24/apps/ +%dir %{_datadir}/icons/hicolor/24x24/places/ +%dir %{_datadir}/icons/hicolor/32x32/ +%dir %{_datadir}/icons/hicolor/32x32/apps/ +%dir %{_datadir}/icons/hicolor/32x32/places/ +%dir %{_datadir}/icons/hicolor/36x36/ +%dir %{_datadir}/icons/hicolor/36x36/apps/ +%dir %{_datadir}/icons/hicolor/36x36/places/ +%dir %{_datadir}/icons/hicolor/48x48/ +%dir %{_datadir}/icons/hicolor/48x48/apps/ +%dir %{_datadir}/icons/hicolor/48x48/places/ +%dir %{_datadir}/icons/hicolor/96x96/ +%dir %{_datadir}/icons/hicolor/96x96/apps/ +%dir %{_datadir}/icons/hicolor/96x96/places/ +%dir %{_datadir}/icons/hicolor/256x256/ +%dir %{_datadir}/icons/hicolor/256x256/apps/ +%dir %{_datadir}/icons/hicolor/256x256/places/ +%dir %{_datadir}/icons/hicolor/scalable/ +%dir %{_datadir}/icons/hicolor/scalable/apps/ +%dir %{_datadir}/icons/hicolor/scalable/places/ +%dir %{_datadir}/anaconda +%dir %{_datadir}/anaconda/boot/ +%dir %{_datadir}/anaconda/pixmaps/ +%dir %{_datadir}/plymouth/ +%if ! 0%{?eln} +# DO NOT REMOVE THESE DIRS!!! We still support the Leonidas and Solar themes! +%dir %{_kde4_appsdir} +%dir %{_kde4_appsdir}/ksplash +%dir %{_kde4_appsdir}/ksplash/Themes/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +%endif + +%files httpd +%license COPYING +%dir %{_datadir}/fedora-testpage +%{_datadir}/testpage +%{_datadir}/fedora-testpage/index.html +%{_datadir}/pixmaps/poweredby.png + +# EVERYTHING IN CLASSIC USES OLD LOGO +%files classic +%license COPYING +%if ! 0%{?eln} +%{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif +%{_sysconfdir}/favicon_classic.png +%{_datadir}/anaconda/pixmaps/*_classic* +%{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icons/hicolor/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/places/*_classic* +%{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/%{name}/*_classic* +%{_datadir}/%{name}/css3/ +%{_datadir}/pixmaps/bootloader/fedora_classic.icns +%{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%{_datadir}/pixmaps/fedora-logo_classic.png +%{_datadir}/pixmaps/fedora-logo-small_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%{_datadir}/pixmaps/poweredby_classic.png +%{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/plymouth/themes/charge/*_classic* + + + +%changelog +* Mon Jan 29 2024 Tom Callaway - 38.1.0-5 +- fix BR to reflect new macro provides for kde4 macros + +* Wed Jan 24 2024 Fedora Release Engineering - 38.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 38.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 38.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Feb 20 2023 Neal Gompa - 38.1.0-1 +- Update to 38.1.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 38.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Oct 27 2022 Davide Cavalca - 38.0.0-2 +- Install bootloader logos for m1n1 + +* Wed Sep 21 2022 Tom Callaway - 38.0.0-1 +- update to 38.0.0, contains darkbackground image properly in tarball +- source tarball comes from properly git tagged release + +* Thu Jul 21 2022 Fedora Release Engineering - 36.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Apr 04 2022 Nils Philippsen - 36.0.0-2 +- Add logo for dark backgrounds + +* Mon Mar 28 2022 Kevin Fenzi - 36.0.0-1 +- Add bootloader logos for m1n1 + +* Thu Jan 20 2022 Fedora Release Engineering - 35.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Oct 26 2021 Parag Nemade - 35.0.0-2 +- Change Recommends: from julietaula-montserrat-base-web-fonts to julietaula-montserrat-fonts + +* Fri Oct 8 2021 Tom Callaway - 35.0.0-1 +- add silverblue files + +* Wed Jul 21 2021 Fedora Release Engineering - 34.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 14 2021 Tom Callaway - 34.0.4-1 +- update to fix anaconda/pixmaps/topbar-bg.png (bz1959160) + +* Thu Apr 29 2021 Tom Callaway - 34.0.3-1 +- add logo file that breeze-icon-theme needs + +* Mon Apr 12 2021 Lubos Uhliarik - 34.0.2-3 +- Provide: system-logos(httpd-logo-ng) for httpd subpackage + +* Mon Apr 12 2021 Tom Callaway - 34.0.2-2 +- install anaconda/fedora.css + +* Wed Mar 31 2021 Tom Callaway - 34.0.2-1 +- fix logo without "f" cutout + +* Fri Mar 26 2021 Tom Callaway - 34.0.1-1 +- pull latest changes for new logo + +* Tue Mar 23 2021 Tom Callaway - 34.0.0-1 +- update to new logo +- make -classic subpackage + +* Tue Feb 09 2021 Jan Grulich - 33.0.0-3 +- Do not require kde-filesystem on ELN + +* Tue Jan 26 2021 Fedora Release Engineering - 33.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Oct 27 2020 Tom Callaway - 33.0.0-1 +- drop fedora 17 conditionals (lol) +- get rid of firstboot themed files (it went away after Fedora 18) +- use pre-generated files +- clean up spec file +- make it noarch again + +* Mon Jul 27 2020 Fedora Release Engineering - 30.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 30.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 30.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 14 2019 Stephen Gallagher - 30.0.2-2 +- Make the httpd testpage path non-branded. +- Clean up the display of the "powered by" icons in the httpd testpage + +* Mon Apr 15 2019 Tom Callaway - 30.0.2-1 +- update to 30.0.2 (update anaconda icons) + +* Mon Mar 18 2019 Tom Callaway - 30.0.1-1 +- update to 30.0.1 (fixes rnotes not rendering text) + +* Thu Mar 7 2019 Tim Landscheidt - 30.0.0-5 +- Remove obsolete requirements for post scriptlet + +* Wed Feb 13 2019 Hans de Goede - 30.0.0-4 +- Add plymouth spinner theme watermark to brand the new plymouth theme for: + https://fedoraproject.org/wiki/Changes/FlickerFreeBoot + +* Thu Jan 31 2019 Fedora Release Engineering - 30.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 9 2018 Tom Callaway - 30.0.0-2 +- removed all scriptlets (they were not really useful) + +* Thu Oct 4 2018 Tom Callaway - 30.0.0-1 +- update to 30.0.0 +- httpd subpackage now has a "test page" index.html + +* Fri Jul 13 2018 Fedora Release Engineering - 28.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Apr 12 2018 Tom Callaway - 28.0.3-1 +- update to 28.0.3 to fix server image + +* Fri Feb 09 2018 Igor Gnatenko - 28.0.2-3 +- Escape macros in %%changelog + +* Wed Feb 07 2018 Fedora Release Engineering - 28.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 04 2018 Tom Callaway - 28.0.2-1 +- create atomic files for anaconda to use + +* Mon Dec 04 2017 Stephen Gallagher - 28.0.1-1 +- Move CSS for logos in the graphical installer into fedora-logos + +* Wed Aug 02 2017 Fedora Release Engineering - 26.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 26.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue May 23 2017 Tom Callaway - 26.0.1-1 +- update to 26.0.1, add fedora/fedora_lightbackground.svg + +* Wed Feb 8 2017 Tom Callaway - 26.0.0-2 +- mark license files correctly + +* Tue Jan 03 2017 Tom Callaway - 26.0.0-1 +- move icewm fedora logos into this package + +* Wed Feb 03 2016 Fedora Release Engineering - 22.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 22.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 1 2015 Tom Callaway - 22.0.0-1 +- fix "join us" rnote to have new url (thanks to Zamir SUN) + +* Wed Nov 19 2014 Tom Callaway - 21.0.5-1 +- add fedora logo for background overlay +- move anaconda logo files into hicolor (drop old "Fedora" dir) +- add anaconda theme art for "no product", workstation, server, cloud + +* Tue Sep 23 2014 Tom Callaway - 21.0.4-1 +- update rnotes images to include de translations (thanks Roman Spirgi and Dominique) + +* Sat Aug 16 2014 Fedora Release Engineering - 21.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 21.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Feb 4 2014 Tom Callaway - 21.0.3-1 +- optimize pngs +- own /usr/share/kde4/ +- update rnote svg to include bulgarian and croatian + +* Mon Dec 30 2013 Tom Callaway - 21.0.2-1 +- move to svg versions of rnotes (RIP HAL-9000 rnote) + +* Thu Dec 12 2013 Tom Callaway - 21.0.1-2 +- do not make useless debuginfo package (bz 1035928) + +* Tue Nov 19 2013 Tom Callaway - 21.0.1-1 +- make arch specific package so that it always builds +- add lang specific rnotes + +* Wed Oct 9 2013 Tom Callaway - 21.0.0-1 +- update to 21.0.0 +- arch conditionalize the lss magic, cannot use ifarch because it checks + _target_cpu, not _arch, and _target_cpu evals to "noarch" here + +* Wed Oct 9 2013 Tom Callaway - 19.0.4-4 +- subpackage poweredby.png to minimize httpd footprint + +* Sat Aug 03 2013 Fedora Release Engineering - 19.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jun 19 2013 Tom Callaway - 19.0.4-2 +- drop the hal9000 release note, with great sadness + +* Fri May 24 2013 Tom Callaway - 19.0.4-1 +- bring back the grub2 background/fireworks files + +* Fri May 17 2013 Tom Callaway - 19.0.3-1 +- drop unused files to trim down this package size a bit + +* Tue May 7 2013 Tom Callaway - 19.0.2-1 +- add fedora-gdm-logo.png for login screen + +* Thu Apr 4 2013 Tom Callaway - 19.0.1-1 +- add tm mark to SVG +- removed the gradient version of the SVG from fedora-logo-sprite.svg + +* Thu Feb 14 2013 Tom Callaway - 19.0.0-1 +- add rnotes +- do not hardlink anything in /boot + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-3 +- drop unused directory ownership I accidentally reenabled in -2 + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-2 +- restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes + +* Fri Sep 21 2012 Tom Callaway - 17.0.3-1 +- update to 17.0.3 (adds css3 bits) +- make fireworks.png an actual file instead of a symlink (bz853494) +- conditionalize grub1 art so it is packaged for f17 and older + +* Tue Sep 4 2012 Tom Callaway - 17.0.2-6 +- drop grub1 art (nothing uses it anymore) + +* Tue Aug 21 2012 Tom Callaway - 17.0.2-5 +- add fireworks.png symlink + +* Thu Aug 2 2012 Tom Callaway - 17.0.2-4 +- codename update for f18 +- drop unused kde dir ownerships + +* Thu Jul 19 2012 Fedora Release Engineering - 17.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Rex Dieter 17.0.2-2 +- drop reference to (old/f11) Leonidas ksplash theme + +* Wed May 9 2012 Tom Callaway - 17.0.2-1 +- add grub2 background.png + +* Tue May 1 2012 Tom Callaway - 17.0.1-1 +- add apple efi label images +- fix copyright date on splash (bz815012) + +* Tue Feb 14 2012 Tom Callaway - 17.0.0-1 +- anaconda splash art specifying a version updated to 17 + +* Fri Jan 13 2012 Fedora Release Engineering - 16.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 13 2011 Tom Callaway - 16.0.2-1 +- 16.0.2 +- moved syslinux-vesa-splash.jpg to boot/splash.png + +* Wed Sep 7 2011 Tom Callaway - 16.0.1-1 +- 16.0.1 +- updated beta art and codename + +* Fri Aug 5 2011 Tom Callaway - 16.0.0-1 +- 16.0.0 +- updated progress_first.png +- added script and svg to generate new progress_first.png + +* Wed Jun 15 2011 Tom Callaway - 15.0.1-1 +- 15.0.1 +- add svg logos +- get the last few unowned directories + +* Thu Jun 02 2011 Tom Callaway - 15.0.0-4 +- fix unowned directories (bz 709510) + +* Sat May 07 2011 Christopher Aillon - 15.0.0-3 +- Update icon cache scriptlet + +* Wed Mar 30 2011 Tom Callaway +- Provides/Obsoletes gnome-logos (bz 692231) + +* Mon Mar 21 2011 Tom Callaway +- update with F-15 beta images, codename + +* Tue Feb 08 2011 Fedora Release Engineering - 14.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 05 2011 Matthew Garrett - 14.0.2-1 +- Add logo for EFI Macs + +* Fri Oct 15 2010 Tom "spot" Callaway - 14.0.1-500 +- convert missing Requires to BuildRequires +- no longer package splashtolss.sh +- package splash.lss +- update to 14.0.1-500, so we are equal to (or greater than) generic-logos. + Hey notting, stop bumping past me in version, its not a race! ;) + +* Wed Oct 13 2010 Tom "spot" Callaway - 14.0.0-3 +- add missing Requires for splashtolss.sh (bz 635289) + +* Tue Sep 28 2010 Rex Dieter - 14.0.0-2 +- s/Fedora-KDE/oxygen/ icons (#615621) +- use hardlink to save a little space + +* Mon Sep 13 2010 Tom "spot" Callaway - 14.0.0-1 +- update to 14.0.0 + +* Sun Jul 18 2010 Mamoru Tasaka - 13.0.3-3 +- And fix another %%postun scriptlet error + +* Sat Jul 17 2010 Rex Dieter - 13.0.3-2 +- fix %%postun scriptlet error + +* Fri Jul 16 2010 Tom "spot" Callaway 13.0.3-1 +- Anaconda changed where it puts and looks for items, so we need to place + our files in the correct spot. + +* Fri Jun 25 2010 Rex Dieter - 13.0.2-2 +- Fedora-KDE icons are now fedora-kde-icons-theme, not kde-settings +- simplify Fedora-KDE multidir ownership +- optimize icon scriplets +- drop ancient Conflicts: kdebase ... + +* Wed May 5 2010 Tom "spot" Callaway - 13.0.2-1 +- add scalable start-here svg + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.1-1 +- fix makefile to not overwrite progress_first.png + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.0-1 +- f13 art, improved fedora icon + +* Wed Nov 4 2009 Tom "spot" Callaway - 12.0.3-2 +- kde icon installation + +* Thu Oct 29 2009 Tom "spot" Callaway - 12.0.3-1 +- Update to 12.0.3, yet another name for system-software-install icons + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-2 +- Fixed 12.0.2 source, package up scalable svg source for system-software-install icon + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-1 +- Update to 12.0.2, has improved system-software-install icon + +* Wed Oct 21 2009 Tom "spot" Callaway - 12.0.1-1 +- Update to 12.0.1, switch to generic version of firstboot-left.png + +* Thu Oct 1 2009 Tom "spot" Callaway - 12.0.0-1 +- Update to 12.0.0, F12 art (except KDE) + +* Fri Sep 4 2009 Tom "spot" Callaway - 11.0.7-1 +- Update to 11.0.7, fix license tag, description + +* Fri Jul 24 2009 Fedora Release Engineering - 11.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon May 18 2009 Tom "spot" Callaway 11.0.6-1 +- drop "lowres" image, saves a small amount of diskspace + +* Wed May 06 2009 Ray Strode 11.0.5-1 +- Add plymouth "Charge" theme artwork + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.4-1 +- update to 11.0.4, fix art to actually be in leonidas theme + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.3-1 +- update to 11.0.3, adds KDE splash + +* Mon Apr 20 2009 Tom "spot" Callaway 11.0.2-1 +- fix missing progress files + +* Sun Apr 19 2009 Lubomir Rintel - 11.0.1-2 +- fix bootsplash to be a bit more psychadelic + +* Fri Apr 17 2009 Tom "spot" Callaway - 11.0.1-1 +- fix bootsplash to be less psychadelic + +* Wed Apr 15 2009 Tom "spot" Callaway - 11.0.0-1 +- Update to 11.0.0 art (except for KDE splash) + +* Tue Feb 24 2009 Fedora Release Engineering - 10.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-4 +- actually, no. I won't make a grub subpackage. No real benefit aside from saving 1MB on disk. + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-3 +- make grub subpackage (bz 479949) + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-2 +- pull .git files out of source tarball to keep SRPM size down + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-1 +- fix broken xfce4 icon (bz 470353) +- own directories for clean removal (bz 169282) + +* Sun Oct 26 2008 Kevin Kofler 10.0.0-2 +- Add (current version of) Fedora logo for SolarComet KSplash theme + +* Fri Oct 24 2008 Tom "spot" Callaway 10.0.0-1 +- New solar art + +* Thu Oct 23 2008 Colin Walters - 0.99.4-3 +- Install logo as /etc/favicon.png (http://cgwalters.livejournal.com/19030.html) + +* Thu Oct 2 2008 Matthias Clasen - 9.99.4-2 +- Don't ship the screensaver desktop file thats in fedora-screensaver-theme + +* Tue Sep 23 2008 Tom "spot" Callaway - 9.99.4-1 +- update to 9.99.4 +- replace firstboot workstation logo with something modern for F10 + +* Wed Sep 10 2008 Tom "spot" Callaway - 9.99.3-1 +- move to its new home +- package up xfce4_xicon1.svg (bz 445986) + +* Mon Aug 25 2008 Ray Strode - 9.99.2-1 +- Move kde background upstream + +* Mon Aug 25 2008 Ray Strode - 9.99.1-1 +- add a logo for xfce (bug 445986) + +* Wed Jul 9 2008 Matthias Clasen - 9.99.0-1 +- rhgb is no more + +* Thu May 29 2008 Ray Strode - 9.0.1-1 +- Add logo with white type face + +* Mon Apr 28 2008 Matthias Clasen - 9.0.0-3 +- Remove a broken symlink (#444298) + +* Mon Apr 28 2008 Kevin Kofler - 9.0.0-2 +- use bg image without rounded corners for kde-splash (Pavel Shevchuk, #443308) + +* Fri Apr 11 2008 Ray Strode - 9.0.0-1 +- update grub splash screen to not have sulfur and look better + on EFI systems + +* Thu Apr 10 2008 Rex Dieter - 8.99.2-2 +- kde-splash: rename to FedoraWaves, fixup animation +- include start-here icons for Fedora-KDE icon theme + +* Wed Apr 2 2008 Ray Strode - 8.99.2-1 +- firstboot changed artwork locations + +* Tue Apr 1 2008 Ray Strode - 8.99.1-1 +- Add grub, firstboot and anaconda artwork +- merge kde artwork from downstream +- drop unused images + +* Tue Apr 1 2008 Ray Strode - 8.99.0-1 +- Add F-9 rhgb artwork + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-4 +- Include Waves KSplash theme for KDE 4 + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-3 +- Don't ship KDE 3 KSplash and KDM themes (which don't work in KDE 4) + +* Fri Mar 21 2008 Matthias Clasen - 8.0.3-2 +- Don't ship parts of gdm themes that gdm doesn't use anymore + +* Wed Nov 14 2007 Ray Strode - 8.0.3-1 +- Install Fedora Flying High GDM logo (woops, bug 382281) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-2 +- Fix a typo in the description (Stepan Kasal) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-1 +- Add Infinity splash screens for KDE and Gnome + +* Fri Oct 19 2007 Matthias Clasen - 8.0.0-2 +- Silence %%post (#340551) + +* Wed Oct 17 2007 Ray Strode - 8.0.0-1 +- Drop Fedora Infinity gdm theme + +* Tue Oct 16 2007 Ray Strode - 7.96.0-1 +- Fix up some %%install goo +- drop bluecurve kdm fedora logo images too + +* Tue Oct 16 2007 Ray Strode - 7.95.0-1 +- actually drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.94.0-1 +- drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.93.0-1 +- Install fedora 7 logo in the right place + +* Wed Sep 19 2007 Matthias Clasen - 7.92.4-1 +- Acutally install the gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.3-1 +- Add infinity gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.2-1 +- Add infinity lock dialog + +* Thu Sep 13 2007 Bill Nottingham - 7.92.1-1 +- add the powered-by logo (#250676) + +* Wed Sep 5 2007 Jeremy Katz - 7.92.0-4 +- merge back changes that got lost + +* Fri Aug 31 2007 Jeremy Katz - 7.92.0-3 +- fix grub splash image to be an actual image + +* Tue Aug 28 2007 Máirín Duffy - 7.92.0-1 +- update the anaconda artwork +- changed default backgrounds + +* Mon Aug 27 2007 Ray Strode - 7.90.2-1 +- update the firstboot artwork +- update the grub artwork + +* Mon Aug 27 2007 Ray Strode - 7.90.1-1 +- update the rhgb artwork + +* Fri Aug 24 2007 Ray Strode - 7.90.0-1 +- add a 150px variant of the fedora logo + (requested by Paul Frields) +- update license field to be more clear + +* Wed Jul 04 2007 Florian La Roche 6.0.98-5 +- require coreutils for the %%post script + +* Fri Jun 15 2007 Adam Jackson 6.0.98-4 +- Remove the Requires on redhat-artwork and fedora-icon-theme, and just + multi-own the directories. Fixes some hilarious dependency chains. + +* Mon Apr 23 2007 Matthias Clasen - 6.0.98-3 +- Clean up %%post scriptlet (#237428) + +* Fri Apr 20 2007 Matthias Clasen - 6.0.98-2 +- Add a Fedora icon theme + +* Thu Apr 05 2007 Than Ngo - 6.0.98-1 +- fix ksplash BlueCurve theme + +* Wed Mar 28 2007 Matthias Clasen 6.0.97-2 +- Save some space by linking backgrounds + +* Thu Mar 22 2007 Than Ngo 6.0.97-1 +- Add new Ksplash theme for Fedora 7 + +* Tue Mar 20 2007 Matthias Clasen - 6.0.96-1 +- Add dual screen backgrounds + +* Thu Mar 15 2007 Ray Strode - 6.0.95-1 +- Drop weird gnome-logo-icon-transparent.png symlink that + makes fedora show up where gnome logo is supposed to + +* Thu Mar 15 2007 Matthias Clasen - 6.0.94-1 +- Retouch parts of the rhgb image to align it + better with the login screen + +* Fri Feb 23 2007 Matthias Clasen - 6.0.93-1 +- New backgrounds (dual versions still missing) + +* Fri Feb 23 2007 Matthias Clasen - 6.0.92-5 +- Directory ownership fixes + +* Thu Feb 22 2007 Jeremy Katz - 6.0.92-4 +- resave the syslinux splash so that it works (lalalala....) + +* Thu Feb 22 2007 Matthias Clasen - 6.0.92-3 +- Improve the branded lock dialog + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-2 +- Some more new images + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-1 +- New lock dialog + +* Tue Feb 20 2007 Matthias Clasen - 6.0.91-3 +- Some more new anaconda images +- Slight update to one rhgb image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-2 +- Add new gnome splash +- New firstboot images +- Add some new anaconda images +- Add new grub image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-1 +- Add new RHGB images + +* Thu Jan 18 2007 Jeremy Katz - 6.0.90-1 +- add syslinux splash for use with graphical menu + +* Fri Sep 22 2006 Than Ngo - 6.0.6-1 +- add FedoraDNA theme for KDM + +* Fri Sep 22 2006 Matthias Clasen - 6.0.5-1 +- Add a description for the default backgrounds + +* Fri Sep 22 2006 Ray Strode - 6.0.2-1 +- update screenshot in FedoraDNA theme + +* Fri Sep 22 2006 Than Ngo - 6.0.1-1 +- update kde ksplash + +* Fri Sep 22 2006 Ray Strode - 6.0.0-1 +- drop unused n-small image in FedoraDNA gdm theme +- rename fedora.png to logo.png in FedoraDNA gdm theme +- crop fedora.png to not have uneven padding in FedoraDNA + gdm theme + +* Fri Sep 22 2006 Bill Nottingham +- update grub splash (#207637) + +* Thu Sep 21 2006 Matthias Clasen - 1.1.55-1 +- Final update for FC6 graphics + +* Wed Sep 20 2006 Matthias Clasen - 1.1.54-1 +- Update to themed lock dialog + +* Thu Sep 7 2006 Matthias Clasen - 1.1.53-1 +- Update the syslinux splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.52-1 +- Fix the colors in the grub splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.51-1 +- Add new gdm theme + +* Wed Sep 06 2006 John (J5) Palmieri - 1.1.50-1 +- cvs add the new backgrounds this time + +* Tue Sep 05 2006 John (J5) Palmieri - 1.1.49-1 +- New graphics for fc6 +- Remove the 4:3 background and add 5:4 ratio background + +* Sun Aug 20 2006 Matthias Clasen - 1.1.48-1.fc6 +- Update lock dialog to work with current gnome-screensaver + +* Sun Aug 13 2006 Matthias Clasen - 1.1.47-2.fc6 +- Add links for new icon name used in the gnome-panel menubar + +* Fri Jul 28 2006 John (J5) Palmieri - 1.1.47-1 +- Add a 4:3 aspect ratio background +- Fix extention to be .jpg on backgrounds + +* Thu Jul 27 2006 John (J5) Palmieri - 1.1.46-1 +- Add new default backgrounds + +* Wed Jul 26 2006 Alexander Larsson - 1.1.45-1 +- Add wide version of default desktop background + +* Tue Jul 25 2006 Florian La Roche +- add version/release to the Provides: in the specfile + +* Tue Jul 11 2006 Matthias Clasen 1.1.44-1 +- Move the complete lock dialog theme here + +* Mon Jun 5 2006 Matthias Clasen 1.1.43-1 +- Add branded desktop background and move the lock dialog + background to the right directory + +* Tue Feb 28 2006 Matthias Clasen 1.1.42-1 +- New artwork for gdm, kdm Bluecurve from Diana Fong + +* Wed Jan 25 2006 Chris Lumens 1.1.41-1 +- New artwork for firstboot from dfong (#178106). + +* Fri Jan 20 2006 Ray Strode - 1.1.40-1 +- update the logo in the corner + +* Thu Jan 19 2006 Ray Strode - 1.1.39-1 +- give rhgb a new look from Diana Fong + +* Tue Jan 17 2006 Ray Strode - 1.1.38-1 +- add logo bits of new gdm theme + +* Tue Dec 20 2005 Ray Strode - 1.1.37-1 +- another new image from dfong (splash screen) +- move screensaver lock dialog background here + +* Tue Dec 20 2005 Ray Strode - 1.1.36-1 +- another new image from dfong (screensaver sprite) + +* Mon Dec 19 2005 Jeremy Katz - 1.1.35-1 +- new images from dfong + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.34-1 +- Symlink fedora-logo-icon into Bluecurve instead of hicolor + to avoid conflicts with other packages + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.33-1 +- Add symlinks for the panel icons to be the fedora logos + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.32-1 +- Add new fedora logos to pixmap and icons/hicolor + +* Mon May 23 2005 Jeremy Katz - 1.1.31-1 +- copyright date on anaconda splash (#153964) + +* Mon Apr 18 2005 Than Ngo 1.1.30-1 +- add missing fedora logos for kdmtheme + +* Tue Oct 26 2004 Jeremy Katz - 1.1.29-1 +- non-test anaconda splash + +* Tue Oct 26 2004 Jeremy Katz - 1.1.28-1 +- generic Fedora Core graphics for !test release + +* Thu Sep 30 2004 Than Ngo 1.1.27-1 +- fix kde splash + +* Sat Jun 5 2004 Jeremy Katz - 1.1.26-1 +- provide: system-logos + +* Thu Jun 3 2004 Jeremy Katz - 1.1.25-1 +- add anaconda bits with fedora logos + +* Wed May 5 2004 Jeremy Katz - 1.1.24-1 +- newer grub image for fc2 + +* Tue Mar 23 2004 Alexander Larsson 1.1.23-1 +- Use correct gdm logo + +* Tue Mar 23 2004 Alexander Larsson 1.1.22-1 +- fix up gdm logo and add screenshot + +* Tue Feb 3 2004 Jonathan Blandford 1.1.21-1 +- add rhgb logo + +* Tue Nov 11 2003 Than Ngo 1.1.20.2-1 +- added Preview for ksplash + +* Mon Nov 10 2003 Than Ngo 1.1.20.1-1 +- added new BlueCurve Ksplash Theme for KDE 3.2 + +* Thu Oct 30 2003 Havoc Pennington 1.1.20-1 +- build new stuff from garrett + +* Thu Oct 9 2003 Bill Nottingham 1.1.19-1 +- add a symlink for up2date + +* Tue Oct 7 2003 Bill Nottingham 1.1.18-1 +- rename package + +* Wed Sep 24 2003 Bill Nottingham 1.1.17-1 +- new license + +* Tue Sep 23 2003 Michael Fulbright 1.1.16-1 +- added Fedora graphics + +* Fri Jul 18 2003 Havoc Pennington 1.1.15-1 +- build new stuff from garrett + +* Wed Feb 26 2003 Havoc Pennington 1.1.14-1 +- build new stuff in cvs + +* Mon Feb 24 2003 Jeremy Katz 1.1.12-1 +- updated again +- actually update the grub splash + +* Fri Feb 21 2003 Jeremy Katz 1.1.11-1 +- updated splash screens from Garrett + +* Tue Feb 18 2003 Havoc Pennington 1.1.10-1 +- move in a logo from gdm theme #84543 + +* Mon Feb 3 2003 Havoc Pennington 1.1.9-1 +- rebuild + +* Wed Jan 15 2003 Brent Fox 1.1.8-1 +- rebuild for completeness + +* Mon Dec 16 2002 Havoc Pennington +- rebuild + +* Thu Sep 5 2002 Havoc Pennington +- add firstboot images to makefile/specfile +- add /usr/share/pixmaps stuff +- add splash screen images +- add COPYING + +* Thu Sep 5 2002 Jeremy Katz +- add boot loader images + +* Thu Sep 5 2002 Havoc Pennington +- move package to CVS + +* Tue Jun 25 2002 Owen Taylor +- Add a shadowman-only derived from redhat-transparent.png + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Thu May 31 2001 Owen Taylor +- Fix alpha channel in redhat-transparent.png + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Owen Taylor +- Add %%defattr + +* Mon Jun 19 2000 Owen Taylor +- Add version of logo for embossing on the desktop + +* Tue May 16 2000 Preston Brown +- add black and white version of our logo (for screensaver). + +* Mon Feb 07 2000 Preston Brown +- rebuild for new description. + +* Sat Sep 25 1999 Bill Nottingham +- different. + +* Mon Sep 13 1999 Preston Brown +- added transparent mini and 32x32 round icons + +* Sat Apr 10 1999 Michael Fulbright +- added rhad logos + +* Thu Apr 08 1999 Bill Nottingham +- added smaller redhat logo for use on web page + +* Wed Apr 07 1999 Preston Brown +- added transparent large redhat logo + +* Tue Apr 06 1999 Bill Nottingham +- added mini-* links to make AnotherLevel happy + +* Mon Apr 05 1999 Preston Brown +- added copyright + +* Tue Mar 30 1999 Michael Fulbright +- added 48 pixel rounded logo image for gmc use + +* Mon Mar 29 1999 Preston Brown +- package created diff --git a/spec_files/aurora/fedora-logos/fedora.css b/spec_files/aurora/fedora-logos/fedora.css new file mode 100644 index 00000000000..665ff5fc146 --- /dev/null +++ b/spec_files/aurora/fedora-logos/fedora.css @@ -0,0 +1,37 @@ +/* Anaconda gtk style overrides for Fedora */ + +/* vendor-specific colors */ +@define-color fedora #51a2da; + +/* logo and sidebar classes */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url("/usr/share/anaconda/pixmaps/sidebar-bg.png"); + background-color: @fedora; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url("/usr/share/anaconda/pixmaps/sidebar-logo.png"); + background-position: 50% 20px; + background-repeat: no-repeat; + background-color: transparent; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @fedora; + background-image: url("/usr/share/anaconda/pixmaps/topbar-bg.png"); + background-repeat: repeat; + color: white; +} diff --git a/spec_files/aurora/fedora-logos/sidebar-bg.png b/spec_files/aurora/fedora-logos/sidebar-bg.png new file mode 100644 index 00000000000..dc9d2a22b52 Binary files /dev/null and b/spec_files/aurora/fedora-logos/sidebar-bg.png differ diff --git a/spec_files/aurora/fedora-logos/sidebar-logo.png b/spec_files/aurora/fedora-logos/sidebar-logo.png new file mode 100644 index 00000000000..b756eb2a512 Binary files /dev/null and b/spec_files/aurora/fedora-logos/sidebar-logo.png differ diff --git a/spec_files/aurora/fedora-logos/topbar-bg.png b/spec_files/aurora/fedora-logos/topbar-bg.png new file mode 100644 index 00000000000..a942dae9b3d Binary files /dev/null and b/spec_files/aurora/fedora-logos/topbar-bg.png differ diff --git a/spec_files/bluefin/fedora-logos/fedora-logos.spec b/spec_files/bluefin/fedora-logos/fedora-logos.spec new file mode 100644 index 00000000000..bb682422d1a --- /dev/null +++ b/spec_files/bluefin/fedora-logos/fedora-logos.spec @@ -0,0 +1,1251 @@ +Name: fedora-logos +Summary: Fedora-related icons and pictures +Version: 38.1.0 +Release: 104%{?dist}.bluefin +URL: https://pagure.io/fedora-logos +Source0: https://pagure.io/fedora-logos/archive/%{version}/fedora-logos-%{version}.tar.gz +Source1: sidebar-bg.png +Source2: topbar-bg.png +Source3: fedora-silverblue.css +License: LicenseRef-Fedora-Logos +Provides: redhat-logos = %{version}-%{release} +Provides: gnome-logos = %{version}-%{release} +Provides: system-logos = %{version}-%{release} +BuildArch: noarch +BuildRequires: hardlink + +%if ! 0%{?eln} +# For _kde4_* macros: +BuildRequires: kde4-macros(api) +%endif + +%description +The fedora-logos package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package httpd +Summary: Fedora-related icons and pictures used by httpd +Provides: system-logos-httpd = %{version}-%{release} +BuildArch: noarch +Recommends: julietaula-montserrat-fonts +Provides: system-logos(httpd-logo-ng) + +%description httpd +The fedora-logos-httpd package contains image files which incorporate the +Fedora trademarks (the "Marks"). The Marks are trademarks or registered +trademarks of Red Hat, Inc. in the United States and other countries and +are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. It can be used in a Fedora Spin, +but not in a Fedora Remix. If necessary, this package can be replaced by +the more liberally licensed generic-logos package. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +%package classic +Summary: Classic versions of the Fedora icons and pictures +BuildArch: noarch + +%description classic +The fedora-logos-classic package contains image files which incorporate the +classic Fedora trademarks (the "Marks"). The Marks are trademarks or +registered trademarks of Red Hat, Inc. in the United States and other +countries and are used by permission. + +This package and its content may not be distributed with anything but +unmodified packages from Fedora Project. + +See the included COPYING file for full information on copying and +redistribution of this package and its contents. + +PLEASE NOTE: This package does not provide system-logos and cannot be +used as a drop-in replacement for fedora-logos. + +%prep +%autosetup -p1 + +%build + +%install +# Bootloader related files +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader +# To regenerate this file, see the bootloader/fedora.icns entry in the Makefile +install -p -m 644 bootloader/fedora.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# Classic variant +install -p -m 644 bootloader/fedora_classic.icns $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# To regenerate these files, run: +# pngtopnm foo.png | ppmtoapplevol > foo.vol +install -p -m 644 bootloader/fedora.vol bootloader/fedora-media.vol $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader + +# m1n1 logos, see Makefile for how to regenerate +install -p -m 644 bootloader/bootlogo_128.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_128.png +install -p -m 644 bootloader/bootlogo_256.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/bootloader/bootlogo_256.png + +# General purpose Fedora logos +for i in pixmaps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps +done + +# Anaconda release notes (that contain Fedora logos) +# Pretty sure these are legacy/unused now (2021). +for i in rnotes/* ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i + install -p -m 644 $i/* $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/$i +done + +# The Plymouth charge theme (uses the Fedora logo) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +done + +# The Plymoth spinner theme Fedora logo bits +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner +install -p -m 644 pixmaps/fedora-gdm-logo.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner/watermark.png + +# Fedora logo icons +for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + pushd $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/$size/apps + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png icon-panel-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png icon-panel-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png gnome-main-menu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png gnome-main-menu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png kmenu.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png kmenu_classic.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon.png start-here.png + ln -s ../../../hicolor/$size/apps/fedora-logo-icon_classic.png start-here_classic.png + popd + for i in icons/hicolor/$size/apps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + done +done + +for i in 16 22 24 32 36 48 96 256 ; do + mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here.png + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/places/start-here_classic.png +%if ! 0%{?eln} + 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 + install -p -m 644 -D $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/fedora-logo-icon_classic.png $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/${i}x${i}/places/start-here-kde-fedora_classic.png +%endif +done + +%if ! 0%{?eln} +mkdir -p $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_kde4_iconsdir}/oxygen/scalable/apps/ +%endif + +# Fedora favicon +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +pushd $RPM_BUILD_ROOT%{_sysconfdir} + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon.png favicon.png + ln -s %{_datadir}/icons/hicolor/16x16/apps/fedora-logo-icon_classic.png favicon_classic.png +popd + +# Fedora hicolor icons +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here.svg +install -p -m 644 icons/hicolor/scalable/apps/fedora-logo-icon_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/start-here_classic.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller.svg +install -p -m 644 icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ +pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/places/ + ln -s ../apps/start-here.svg . + ln -s ../apps/start-here_classic.svg . +popd +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ +install -p -m 644 icons/hicolor/symbolic/apps/org.fedoraproject.AnacondaInstaller-symbolic_classic.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/symbolic/apps/ + +# Fedora logos for the clearlooks theme (icewm) +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks/taskbar/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/icewm_taskbar_logos_fedora_classic.tar.gz $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ +install -p -m 644 icons/clearlooks/taskbar/linux_fedora_logo_classic.xpm $RPM_BUILD_ROOT%{_datadir}/icewm/themes/clearlooks-2px/taskbar/ + +# Fedora art in anaconda +# To regenerate the lss file, see anaconda/Makefile +mkdir -p %{buildroot}%{_datadir}/anaconda/boot +install -p -m 644 anaconda/splash.lss %{buildroot}%{_datadir}/anaconda/boot/ +install -p -m 644 anaconda/syslinux-splash.png %{buildroot}%{_datadir}/anaconda/boot/ +# note the filename change +install -p -m 644 anaconda/syslinux-vesa-splash.png %{buildroot}%{_datadir}/anaconda/boot/splash.png +mkdir -p %{buildroot}%{_datadir}/anaconda/pixmaps +install -p -m 644 anaconda/anaconda_header.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/anaconda_header_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +# This had not been regenerated since Fedora 17. Clearly not used anymore. +# install -p -m 644 anaconda/progress_first.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/splash.png %%{buildroot}%%{_datadir}/anaconda/pixmaps/ +# install -p -m 644 anaconda/sidebar-logo.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/sidebar-logo_classic.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/sidebar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/topbar-bg.png %{buildroot}%{_datadir}/anaconda/pixmaps/ +install -p -m 644 anaconda/fedora.css %{buildroot}%{_datadir}/anaconda/pixmaps/ + +# Variant Anaconda art +pushd anaconda +for i in atomic cloud server silverblue workstation ; do + cp -a $i $RPM_BUILD_ROOT%{_datadir}/anaconda/pixmaps/ +done +popd + +# Bluefin Logos for Anaconda +install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/anaconda/pixmaps/silverblue/ +install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/anaconda/pixmaps/silverblue/ +install -p -m 644 %{SOURCE3} %{buildroot}%{_datadir}/anaconda/pixmaps/silverblue/ + +%if ! 0%{?eln} +# KDE Theme logos +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/ +install -p -m 644 kde-splash/Leonidas-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +install -p -m 644 kde-splash/Leonidas-fedora_classic.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif + +# SVG Fedora logos +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -a fedora/*.svg $RPM_BUILD_ROOT%{_datadir}/%{name} + +# HTTP files +cp -a css3 $RPM_BUILD_ROOT%{_datadir}/%{name}/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ +cp -a testpage/index.html $RPM_BUILD_ROOT%{_datadir}/fedora-testpage/ + +# The proper path should be unbranded, but because of history it's easier for +# this package to symlink the old path to the proper one. This avoids having +# to perform scriptlet trickery to handle upgrades from the directory to a +# symlink. +ln -s fedora-testpage $RPM_BUILD_ROOT%{_datadir}/testpage + +# save some dup'd icons +# Except in /boot. Because some people think it is fun to use VFAT for /boot. +# hardlink is /usr/sbin/hardlink on Fedora <= 30 and /usr/bin/hardlink on F31+ +hardlink -vv %{buildroot}/usr + +%files +%license COPYING +%config(noreplace) %{_sysconfdir}/favicon.png +%{_datadir}/plymouth/themes/spinner/ +%if ! 0%{?eln} +# No one else before us owns this, so we shall. +%dir %{_kde4_sharedir}/kde4/ +%exclude %{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%exclude %{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_iconsdir}/oxygen/ +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +%endif +# in -classic +%exclude %{_datadir}/pixmaps/bootloader/fedora_classic.icns +%exclude %{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-small_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%exclude %{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%exclude %{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%exclude %{_datadir}/pixmaps/poweredby_classic.png +%exclude %{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/pixmaps/* +# This lives in the http subpackage +%exclude %{_datadir}/pixmaps/poweredby.png +%exclude %{_datadir}/anaconda/pixmaps/*_classic* +%exclude %{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/anaconda/boot/splash.lss +%{_datadir}/anaconda/boot/syslinux-splash.png +%{_datadir}/anaconda/boot/splash.png +%exclude %{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%exclude %{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/* +%exclude %{_datadir}/icons/hicolor/*/apps/*_classic* +%exclude %{_datadir}/icons/hicolor/*/places/*_classic* +%exclude %{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/icons/hicolor/*/places/* +%{_datadir}/icons/Bluecurve/*/apps/* +%exclude %{_datadir}/%{name}/*_classic* +# old logo +%exclude %{_datadir}/%{name}/css3 +%{_datadir}/%{name}/ +%{_datadir}/plymouth/themes/charge/ +%exclude %{_datadir}/plymouth/themes/charge/*_classic* +# we multi-own these directories, so as not to require the packages that +# provide them, thereby dragging in excess dependencies. +%dir %{_datadir}/icons/Bluecurve/ +%dir %{_datadir}/icons/Bluecurve/16x16/ +%dir %{_datadir}/icons/Bluecurve/16x16/apps/ +%dir %{_datadir}/icons/Bluecurve/22x22/ +%dir %{_datadir}/icons/Bluecurve/22x22/apps/ +%dir %{_datadir}/icons/Bluecurve/24x24/ +%dir %{_datadir}/icons/Bluecurve/24x24/apps/ +%dir %{_datadir}/icons/Bluecurve/32x32/ +%dir %{_datadir}/icons/Bluecurve/32x32/apps/ +%dir %{_datadir}/icons/Bluecurve/36x36/ +%dir %{_datadir}/icons/Bluecurve/36x36/apps/ +%dir %{_datadir}/icons/Bluecurve/48x48/ +%dir %{_datadir}/icons/Bluecurve/48x48/apps/ +%dir %{_datadir}/icons/Bluecurve/96x96/ +%dir %{_datadir}/icons/Bluecurve/96x96/apps/ +%dir %{_datadir}/icons/Bluecurve/256x256/ +%dir %{_datadir}/icons/Bluecurve/256x256/apps/ +%dir %{_datadir}/icons/hicolor/ +%dir %{_datadir}/icons/hicolor/16x16/ +%dir %{_datadir}/icons/hicolor/16x16/apps/ +%dir %{_datadir}/icons/hicolor/16x16/places/ +%dir %{_datadir}/icons/hicolor/22x22/ +%dir %{_datadir}/icons/hicolor/22x22/apps/ +%dir %{_datadir}/icons/hicolor/22x22/places/ +%dir %{_datadir}/icons/hicolor/24x24/ +%dir %{_datadir}/icons/hicolor/24x24/apps/ +%dir %{_datadir}/icons/hicolor/24x24/places/ +%dir %{_datadir}/icons/hicolor/32x32/ +%dir %{_datadir}/icons/hicolor/32x32/apps/ +%dir %{_datadir}/icons/hicolor/32x32/places/ +%dir %{_datadir}/icons/hicolor/36x36/ +%dir %{_datadir}/icons/hicolor/36x36/apps/ +%dir %{_datadir}/icons/hicolor/36x36/places/ +%dir %{_datadir}/icons/hicolor/48x48/ +%dir %{_datadir}/icons/hicolor/48x48/apps/ +%dir %{_datadir}/icons/hicolor/48x48/places/ +%dir %{_datadir}/icons/hicolor/96x96/ +%dir %{_datadir}/icons/hicolor/96x96/apps/ +%dir %{_datadir}/icons/hicolor/96x96/places/ +%dir %{_datadir}/icons/hicolor/256x256/ +%dir %{_datadir}/icons/hicolor/256x256/apps/ +%dir %{_datadir}/icons/hicolor/256x256/places/ +%dir %{_datadir}/icons/hicolor/scalable/ +%dir %{_datadir}/icons/hicolor/scalable/apps/ +%dir %{_datadir}/icons/hicolor/scalable/places/ +%dir %{_datadir}/anaconda +%dir %{_datadir}/anaconda/boot/ +%dir %{_datadir}/anaconda/pixmaps/ +%dir %{_datadir}/plymouth/ +%if ! 0%{?eln} +# DO NOT REMOVE THESE DIRS!!! We still support the Leonidas and Solar themes! +%dir %{_kde4_appsdir} +%dir %{_kde4_appsdir}/ksplash +%dir %{_kde4_appsdir}/ksplash/Themes/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +%endif + +%files httpd +%license COPYING +%dir %{_datadir}/fedora-testpage +%{_datadir}/testpage +%{_datadir}/fedora-testpage/index.html +%{_datadir}/pixmaps/poweredby.png + +# EVERYTHING IN CLASSIC USES OLD LOGO +%files classic +%license COPYING +%if ! 0%{?eln} +%{_kde4_iconsdir}/oxygen/*/places/start-here-kde-fedora_classic.png +%{_kde4_iconsdir}/oxygen/scalable/apps/org.fedoraproject.AnacondaInstaller_classic.svg +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo_classic.png +%endif +%{_sysconfdir}/favicon_classic.png +%{_datadir}/anaconda/pixmaps/*_classic* +%{_datadir}/anaconda/pixmaps/*/*_classic* +%{_datadir}/icewm/themes/clearlooks/taskbar/*_classic* +%{_datadir}/icewm/themes/clearlooks-2px/taskbar/*_classic* +%{_datadir}/icons/hicolor/*/apps/*_classic* +%{_datadir}/icons/hicolor/*/places/*_classic* +%{_datadir}/icons/Bluecurve/*/apps/*_classic* +%{_datadir}/%{name}/*_classic* +%{_datadir}/%{name}/css3/ +%{_datadir}/pixmaps/bootloader/fedora_classic.icns +%{_datadir}/pixmaps/fedora-gdm-logo_classic.png +%{_datadir}/pixmaps/fedora-logo_classic.png +%{_datadir}/pixmaps/fedora-logo-small_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.png +%{_datadir}/pixmaps/fedora-logo-sprite_classic.svg +%{_datadir}/pixmaps/fedora_whitelogo_classic.svg +%{_datadir}/pixmaps/poweredby_classic.png +%{_datadir}/pixmaps/system-logo-white_classic.png +%{_datadir}/plymouth/themes/charge/*_classic* + + + +%changelog +* Mon Jan 29 2024 Tom Callaway - 38.1.0-5 +- fix BR to reflect new macro provides for kde4 macros + +* Wed Jan 24 2024 Fedora Release Engineering - 38.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 38.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 38.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Feb 20 2023 Neal Gompa - 38.1.0-1 +- Update to 38.1.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 38.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Oct 27 2022 Davide Cavalca - 38.0.0-2 +- Install bootloader logos for m1n1 + +* Wed Sep 21 2022 Tom Callaway - 38.0.0-1 +- update to 38.0.0, contains darkbackground image properly in tarball +- source tarball comes from properly git tagged release + +* Thu Jul 21 2022 Fedora Release Engineering - 36.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Apr 04 2022 Nils Philippsen - 36.0.0-2 +- Add logo for dark backgrounds + +* Mon Mar 28 2022 Kevin Fenzi - 36.0.0-1 +- Add bootloader logos for m1n1 + +* Thu Jan 20 2022 Fedora Release Engineering - 35.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Oct 26 2021 Parag Nemade - 35.0.0-2 +- Change Recommends: from julietaula-montserrat-base-web-fonts to julietaula-montserrat-fonts + +* Fri Oct 8 2021 Tom Callaway - 35.0.0-1 +- add silverblue files + +* Wed Jul 21 2021 Fedora Release Engineering - 34.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 14 2021 Tom Callaway - 34.0.4-1 +- update to fix anaconda/pixmaps/topbar-bg.png (bz1959160) + +* Thu Apr 29 2021 Tom Callaway - 34.0.3-1 +- add logo file that breeze-icon-theme needs + +* Mon Apr 12 2021 Lubos Uhliarik - 34.0.2-3 +- Provide: system-logos(httpd-logo-ng) for httpd subpackage + +* Mon Apr 12 2021 Tom Callaway - 34.0.2-2 +- install anaconda/fedora.css + +* Wed Mar 31 2021 Tom Callaway - 34.0.2-1 +- fix logo without "f" cutout + +* Fri Mar 26 2021 Tom Callaway - 34.0.1-1 +- pull latest changes for new logo + +* Tue Mar 23 2021 Tom Callaway - 34.0.0-1 +- update to new logo +- make -classic subpackage + +* Tue Feb 09 2021 Jan Grulich - 33.0.0-3 +- Do not require kde-filesystem on ELN + +* Tue Jan 26 2021 Fedora Release Engineering - 33.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Oct 27 2020 Tom Callaway - 33.0.0-1 +- drop fedora 17 conditionals (lol) +- get rid of firstboot themed files (it went away after Fedora 18) +- use pre-generated files +- clean up spec file +- make it noarch again + +* Mon Jul 27 2020 Fedora Release Engineering - 30.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 30.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 30.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 14 2019 Stephen Gallagher - 30.0.2-2 +- Make the httpd testpage path non-branded. +- Clean up the display of the "powered by" icons in the httpd testpage + +* Mon Apr 15 2019 Tom Callaway - 30.0.2-1 +- update to 30.0.2 (update anaconda icons) + +* Mon Mar 18 2019 Tom Callaway - 30.0.1-1 +- update to 30.0.1 (fixes rnotes not rendering text) + +* Thu Mar 7 2019 Tim Landscheidt - 30.0.0-5 +- Remove obsolete requirements for post scriptlet + +* Wed Feb 13 2019 Hans de Goede - 30.0.0-4 +- Add plymouth spinner theme watermark to brand the new plymouth theme for: + https://fedoraproject.org/wiki/Changes/FlickerFreeBoot + +* Thu Jan 31 2019 Fedora Release Engineering - 30.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 9 2018 Tom Callaway - 30.0.0-2 +- removed all scriptlets (they were not really useful) + +* Thu Oct 4 2018 Tom Callaway - 30.0.0-1 +- update to 30.0.0 +- httpd subpackage now has a "test page" index.html + +* Fri Jul 13 2018 Fedora Release Engineering - 28.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Apr 12 2018 Tom Callaway - 28.0.3-1 +- update to 28.0.3 to fix server image + +* Fri Feb 09 2018 Igor Gnatenko - 28.0.2-3 +- Escape macros in %%changelog + +* Wed Feb 07 2018 Fedora Release Engineering - 28.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 04 2018 Tom Callaway - 28.0.2-1 +- create atomic files for anaconda to use + +* Mon Dec 04 2017 Stephen Gallagher - 28.0.1-1 +- Move CSS for logos in the graphical installer into fedora-logos + +* Wed Aug 02 2017 Fedora Release Engineering - 26.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 26.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue May 23 2017 Tom Callaway - 26.0.1-1 +- update to 26.0.1, add fedora/fedora_lightbackground.svg + +* Wed Feb 8 2017 Tom Callaway - 26.0.0-2 +- mark license files correctly + +* Tue Jan 03 2017 Tom Callaway - 26.0.0-1 +- move icewm fedora logos into this package + +* Wed Feb 03 2016 Fedora Release Engineering - 22.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 22.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 1 2015 Tom Callaway - 22.0.0-1 +- fix "join us" rnote to have new url (thanks to Zamir SUN) + +* Wed Nov 19 2014 Tom Callaway - 21.0.5-1 +- add fedora logo for background overlay +- move anaconda logo files into hicolor (drop old "Fedora" dir) +- add anaconda theme art for "no product", workstation, server, cloud + +* Tue Sep 23 2014 Tom Callaway - 21.0.4-1 +- update rnotes images to include de translations (thanks Roman Spirgi and Dominique) + +* Sat Aug 16 2014 Fedora Release Engineering - 21.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 21.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Feb 4 2014 Tom Callaway - 21.0.3-1 +- optimize pngs +- own /usr/share/kde4/ +- update rnote svg to include bulgarian and croatian + +* Mon Dec 30 2013 Tom Callaway - 21.0.2-1 +- move to svg versions of rnotes (RIP HAL-9000 rnote) + +* Thu Dec 12 2013 Tom Callaway - 21.0.1-2 +- do not make useless debuginfo package (bz 1035928) + +* Tue Nov 19 2013 Tom Callaway - 21.0.1-1 +- make arch specific package so that it always builds +- add lang specific rnotes + +* Wed Oct 9 2013 Tom Callaway - 21.0.0-1 +- update to 21.0.0 +- arch conditionalize the lss magic, cannot use ifarch because it checks + _target_cpu, not _arch, and _target_cpu evals to "noarch" here + +* Wed Oct 9 2013 Tom Callaway - 19.0.4-4 +- subpackage poweredby.png to minimize httpd footprint + +* Sat Aug 03 2013 Fedora Release Engineering - 19.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jun 19 2013 Tom Callaway - 19.0.4-2 +- drop the hal9000 release note, with great sadness + +* Fri May 24 2013 Tom Callaway - 19.0.4-1 +- bring back the grub2 background/fireworks files + +* Fri May 17 2013 Tom Callaway - 19.0.3-1 +- drop unused files to trim down this package size a bit + +* Tue May 7 2013 Tom Callaway - 19.0.2-1 +- add fedora-gdm-logo.png for login screen + +* Thu Apr 4 2013 Tom Callaway - 19.0.1-1 +- add tm mark to SVG +- removed the gradient version of the SVG from fedora-logo-sprite.svg + +* Thu Feb 14 2013 Tom Callaway - 19.0.0-1 +- add rnotes +- do not hardlink anything in /boot + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-3 +- drop unused directory ownership I accidentally reenabled in -2 + +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-2 +- restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes + +* Fri Sep 21 2012 Tom Callaway - 17.0.3-1 +- update to 17.0.3 (adds css3 bits) +- make fireworks.png an actual file instead of a symlink (bz853494) +- conditionalize grub1 art so it is packaged for f17 and older + +* Tue Sep 4 2012 Tom Callaway - 17.0.2-6 +- drop grub1 art (nothing uses it anymore) + +* Tue Aug 21 2012 Tom Callaway - 17.0.2-5 +- add fireworks.png symlink + +* Thu Aug 2 2012 Tom Callaway - 17.0.2-4 +- codename update for f18 +- drop unused kde dir ownerships + +* Thu Jul 19 2012 Fedora Release Engineering - 17.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Rex Dieter 17.0.2-2 +- drop reference to (old/f11) Leonidas ksplash theme + +* Wed May 9 2012 Tom Callaway - 17.0.2-1 +- add grub2 background.png + +* Tue May 1 2012 Tom Callaway - 17.0.1-1 +- add apple efi label images +- fix copyright date on splash (bz815012) + +* Tue Feb 14 2012 Tom Callaway - 17.0.0-1 +- anaconda splash art specifying a version updated to 17 + +* Fri Jan 13 2012 Fedora Release Engineering - 16.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 13 2011 Tom Callaway - 16.0.2-1 +- 16.0.2 +- moved syslinux-vesa-splash.jpg to boot/splash.png + +* Wed Sep 7 2011 Tom Callaway - 16.0.1-1 +- 16.0.1 +- updated beta art and codename + +* Fri Aug 5 2011 Tom Callaway - 16.0.0-1 +- 16.0.0 +- updated progress_first.png +- added script and svg to generate new progress_first.png + +* Wed Jun 15 2011 Tom Callaway - 15.0.1-1 +- 15.0.1 +- add svg logos +- get the last few unowned directories + +* Thu Jun 02 2011 Tom Callaway - 15.0.0-4 +- fix unowned directories (bz 709510) + +* Sat May 07 2011 Christopher Aillon - 15.0.0-3 +- Update icon cache scriptlet + +* Wed Mar 30 2011 Tom Callaway +- Provides/Obsoletes gnome-logos (bz 692231) + +* Mon Mar 21 2011 Tom Callaway +- update with F-15 beta images, codename + +* Tue Feb 08 2011 Fedora Release Engineering - 14.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 05 2011 Matthew Garrett - 14.0.2-1 +- Add logo for EFI Macs + +* Fri Oct 15 2010 Tom "spot" Callaway - 14.0.1-500 +- convert missing Requires to BuildRequires +- no longer package splashtolss.sh +- package splash.lss +- update to 14.0.1-500, so we are equal to (or greater than) generic-logos. + Hey notting, stop bumping past me in version, its not a race! ;) + +* Wed Oct 13 2010 Tom "spot" Callaway - 14.0.0-3 +- add missing Requires for splashtolss.sh (bz 635289) + +* Tue Sep 28 2010 Rex Dieter - 14.0.0-2 +- s/Fedora-KDE/oxygen/ icons (#615621) +- use hardlink to save a little space + +* Mon Sep 13 2010 Tom "spot" Callaway - 14.0.0-1 +- update to 14.0.0 + +* Sun Jul 18 2010 Mamoru Tasaka - 13.0.3-3 +- And fix another %%postun scriptlet error + +* Sat Jul 17 2010 Rex Dieter - 13.0.3-2 +- fix %%postun scriptlet error + +* Fri Jul 16 2010 Tom "spot" Callaway 13.0.3-1 +- Anaconda changed where it puts and looks for items, so we need to place + our files in the correct spot. + +* Fri Jun 25 2010 Rex Dieter - 13.0.2-2 +- Fedora-KDE icons are now fedora-kde-icons-theme, not kde-settings +- simplify Fedora-KDE multidir ownership +- optimize icon scriplets +- drop ancient Conflicts: kdebase ... + +* Wed May 5 2010 Tom "spot" Callaway - 13.0.2-1 +- add scalable start-here svg + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.1-1 +- fix makefile to not overwrite progress_first.png + +* Mon May 3 2010 Tom "spot" Callaway - 13.0.0-1 +- f13 art, improved fedora icon + +* Wed Nov 4 2009 Tom "spot" Callaway - 12.0.3-2 +- kde icon installation + +* Thu Oct 29 2009 Tom "spot" Callaway - 12.0.3-1 +- Update to 12.0.3, yet another name for system-software-install icons + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-2 +- Fixed 12.0.2 source, package up scalable svg source for system-software-install icon + +* Wed Oct 28 2009 Tom "spot" Callaway - 12.0.2-1 +- Update to 12.0.2, has improved system-software-install icon + +* Wed Oct 21 2009 Tom "spot" Callaway - 12.0.1-1 +- Update to 12.0.1, switch to generic version of firstboot-left.png + +* Thu Oct 1 2009 Tom "spot" Callaway - 12.0.0-1 +- Update to 12.0.0, F12 art (except KDE) + +* Fri Sep 4 2009 Tom "spot" Callaway - 11.0.7-1 +- Update to 11.0.7, fix license tag, description + +* Fri Jul 24 2009 Fedora Release Engineering - 11.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon May 18 2009 Tom "spot" Callaway 11.0.6-1 +- drop "lowres" image, saves a small amount of diskspace + +* Wed May 06 2009 Ray Strode 11.0.5-1 +- Add plymouth "Charge" theme artwork + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.4-1 +- update to 11.0.4, fix art to actually be in leonidas theme + +* Wed Apr 22 2009 Tom "spot" Callaway 11.0.3-1 +- update to 11.0.3, adds KDE splash + +* Mon Apr 20 2009 Tom "spot" Callaway 11.0.2-1 +- fix missing progress files + +* Sun Apr 19 2009 Lubomir Rintel - 11.0.1-2 +- fix bootsplash to be a bit more psychadelic + +* Fri Apr 17 2009 Tom "spot" Callaway - 11.0.1-1 +- fix bootsplash to be less psychadelic + +* Wed Apr 15 2009 Tom "spot" Callaway - 11.0.0-1 +- Update to 11.0.0 art (except for KDE splash) + +* Tue Feb 24 2009 Fedora Release Engineering - 10.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-4 +- actually, no. I won't make a grub subpackage. No real benefit aside from saving 1MB on disk. + +* Wed Jan 14 2009 Tom "spot" Callaway 10.0.1-3 +- make grub subpackage (bz 479949) + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-2 +- pull .git files out of source tarball to keep SRPM size down + +* Thu Nov 6 2008 Tom "spot" Callaway 10.0.1-1 +- fix broken xfce4 icon (bz 470353) +- own directories for clean removal (bz 169282) + +* Sun Oct 26 2008 Kevin Kofler 10.0.0-2 +- Add (current version of) Fedora logo for SolarComet KSplash theme + +* Fri Oct 24 2008 Tom "spot" Callaway 10.0.0-1 +- New solar art + +* Thu Oct 23 2008 Colin Walters - 0.99.4-3 +- Install logo as /etc/favicon.png (http://cgwalters.livejournal.com/19030.html) + +* Thu Oct 2 2008 Matthias Clasen - 9.99.4-2 +- Don't ship the screensaver desktop file thats in fedora-screensaver-theme + +* Tue Sep 23 2008 Tom "spot" Callaway - 9.99.4-1 +- update to 9.99.4 +- replace firstboot workstation logo with something modern for F10 + +* Wed Sep 10 2008 Tom "spot" Callaway - 9.99.3-1 +- move to its new home +- package up xfce4_xicon1.svg (bz 445986) + +* Mon Aug 25 2008 Ray Strode - 9.99.2-1 +- Move kde background upstream + +* Mon Aug 25 2008 Ray Strode - 9.99.1-1 +- add a logo for xfce (bug 445986) + +* Wed Jul 9 2008 Matthias Clasen - 9.99.0-1 +- rhgb is no more + +* Thu May 29 2008 Ray Strode - 9.0.1-1 +- Add logo with white type face + +* Mon Apr 28 2008 Matthias Clasen - 9.0.0-3 +- Remove a broken symlink (#444298) + +* Mon Apr 28 2008 Kevin Kofler - 9.0.0-2 +- use bg image without rounded corners for kde-splash (Pavel Shevchuk, #443308) + +* Fri Apr 11 2008 Ray Strode - 9.0.0-1 +- update grub splash screen to not have sulfur and look better + on EFI systems + +* Thu Apr 10 2008 Rex Dieter - 8.99.2-2 +- kde-splash: rename to FedoraWaves, fixup animation +- include start-here icons for Fedora-KDE icon theme + +* Wed Apr 2 2008 Ray Strode - 8.99.2-1 +- firstboot changed artwork locations + +* Tue Apr 1 2008 Ray Strode - 8.99.1-1 +- Add grub, firstboot and anaconda artwork +- merge kde artwork from downstream +- drop unused images + +* Tue Apr 1 2008 Ray Strode - 8.99.0-1 +- Add F-9 rhgb artwork + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-4 +- Include Waves KSplash theme for KDE 4 + +* Thu Mar 27 2008 Kevin Kofler - 8.0.3-3 +- Don't ship KDE 3 KSplash and KDM themes (which don't work in KDE 4) + +* Fri Mar 21 2008 Matthias Clasen - 8.0.3-2 +- Don't ship parts of gdm themes that gdm doesn't use anymore + +* Wed Nov 14 2007 Ray Strode - 8.0.3-1 +- Install Fedora Flying High GDM logo (woops, bug 382281) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-2 +- Fix a typo in the description (Stepan Kasal) + +* Mon Oct 29 2007 Matthias Clasen - 8.0.2-1 +- Add Infinity splash screens for KDE and Gnome + +* Fri Oct 19 2007 Matthias Clasen - 8.0.0-2 +- Silence %%post (#340551) + +* Wed Oct 17 2007 Ray Strode - 8.0.0-1 +- Drop Fedora Infinity gdm theme + +* Tue Oct 16 2007 Ray Strode - 7.96.0-1 +- Fix up some %%install goo +- drop bluecurve kdm fedora logo images too + +* Tue Oct 16 2007 Ray Strode - 7.95.0-1 +- actually drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.94.0-1 +- drop bluecurve gdm fedora logo images that aren't trademarked + +* Wed Oct 10 2007 Ray Strode - 7.93.0-1 +- Install fedora 7 logo in the right place + +* Wed Sep 19 2007 Matthias Clasen - 7.92.4-1 +- Acutally install the gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.3-1 +- Add infinity gdm theme + +* Wed Sep 19 2007 Matthias Clasen - 7.92.2-1 +- Add infinity lock dialog + +* Thu Sep 13 2007 Bill Nottingham - 7.92.1-1 +- add the powered-by logo (#250676) + +* Wed Sep 5 2007 Jeremy Katz - 7.92.0-4 +- merge back changes that got lost + +* Fri Aug 31 2007 Jeremy Katz - 7.92.0-3 +- fix grub splash image to be an actual image + +* Tue Aug 28 2007 Máirín Duffy - 7.92.0-1 +- update the anaconda artwork +- changed default backgrounds + +* Mon Aug 27 2007 Ray Strode - 7.90.2-1 +- update the firstboot artwork +- update the grub artwork + +* Mon Aug 27 2007 Ray Strode - 7.90.1-1 +- update the rhgb artwork + +* Fri Aug 24 2007 Ray Strode - 7.90.0-1 +- add a 150px variant of the fedora logo + (requested by Paul Frields) +- update license field to be more clear + +* Wed Jul 04 2007 Florian La Roche 6.0.98-5 +- require coreutils for the %%post script + +* Fri Jun 15 2007 Adam Jackson 6.0.98-4 +- Remove the Requires on redhat-artwork and fedora-icon-theme, and just + multi-own the directories. Fixes some hilarious dependency chains. + +* Mon Apr 23 2007 Matthias Clasen - 6.0.98-3 +- Clean up %%post scriptlet (#237428) + +* Fri Apr 20 2007 Matthias Clasen - 6.0.98-2 +- Add a Fedora icon theme + +* Thu Apr 05 2007 Than Ngo - 6.0.98-1 +- fix ksplash BlueCurve theme + +* Wed Mar 28 2007 Matthias Clasen 6.0.97-2 +- Save some space by linking backgrounds + +* Thu Mar 22 2007 Than Ngo 6.0.97-1 +- Add new Ksplash theme for Fedora 7 + +* Tue Mar 20 2007 Matthias Clasen - 6.0.96-1 +- Add dual screen backgrounds + +* Thu Mar 15 2007 Ray Strode - 6.0.95-1 +- Drop weird gnome-logo-icon-transparent.png symlink that + makes fedora show up where gnome logo is supposed to + +* Thu Mar 15 2007 Matthias Clasen - 6.0.94-1 +- Retouch parts of the rhgb image to align it + better with the login screen + +* Fri Feb 23 2007 Matthias Clasen - 6.0.93-1 +- New backgrounds (dual versions still missing) + +* Fri Feb 23 2007 Matthias Clasen - 6.0.92-5 +- Directory ownership fixes + +* Thu Feb 22 2007 Jeremy Katz - 6.0.92-4 +- resave the syslinux splash so that it works (lalalala....) + +* Thu Feb 22 2007 Matthias Clasen - 6.0.92-3 +- Improve the branded lock dialog + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-2 +- Some more new images + +* Wed Feb 21 2007 Matthias Clasen - 6.0.92-1 +- New lock dialog + +* Tue Feb 20 2007 Matthias Clasen - 6.0.91-3 +- Some more new anaconda images +- Slight update to one rhgb image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-2 +- Add new gnome splash +- New firstboot images +- Add some new anaconda images +- Add new grub image + +* Sun Feb 18 2007 Matthias Clasen - 6.0.91-1 +- Add new RHGB images + +* Thu Jan 18 2007 Jeremy Katz - 6.0.90-1 +- add syslinux splash for use with graphical menu + +* Fri Sep 22 2006 Than Ngo - 6.0.6-1 +- add FedoraDNA theme for KDM + +* Fri Sep 22 2006 Matthias Clasen - 6.0.5-1 +- Add a description for the default backgrounds + +* Fri Sep 22 2006 Ray Strode - 6.0.2-1 +- update screenshot in FedoraDNA theme + +* Fri Sep 22 2006 Than Ngo - 6.0.1-1 +- update kde ksplash + +* Fri Sep 22 2006 Ray Strode - 6.0.0-1 +- drop unused n-small image in FedoraDNA gdm theme +- rename fedora.png to logo.png in FedoraDNA gdm theme +- crop fedora.png to not have uneven padding in FedoraDNA + gdm theme + +* Fri Sep 22 2006 Bill Nottingham +- update grub splash (#207637) + +* Thu Sep 21 2006 Matthias Clasen - 1.1.55-1 +- Final update for FC6 graphics + +* Wed Sep 20 2006 Matthias Clasen - 1.1.54-1 +- Update to themed lock dialog + +* Thu Sep 7 2006 Matthias Clasen - 1.1.53-1 +- Update the syslinux splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.52-1 +- Fix the colors in the grub splash + +* Thu Sep 7 2006 Matthias Clasen - 1.1.51-1 +- Add new gdm theme + +* Wed Sep 06 2006 John (J5) Palmieri - 1.1.50-1 +- cvs add the new backgrounds this time + +* Tue Sep 05 2006 John (J5) Palmieri - 1.1.49-1 +- New graphics for fc6 +- Remove the 4:3 background and add 5:4 ratio background + +* Sun Aug 20 2006 Matthias Clasen - 1.1.48-1.fc6 +- Update lock dialog to work with current gnome-screensaver + +* Sun Aug 13 2006 Matthias Clasen - 1.1.47-2.fc6 +- Add links for new icon name used in the gnome-panel menubar + +* Fri Jul 28 2006 John (J5) Palmieri - 1.1.47-1 +- Add a 4:3 aspect ratio background +- Fix extention to be .jpg on backgrounds + +* Thu Jul 27 2006 John (J5) Palmieri - 1.1.46-1 +- Add new default backgrounds + +* Wed Jul 26 2006 Alexander Larsson - 1.1.45-1 +- Add wide version of default desktop background + +* Tue Jul 25 2006 Florian La Roche +- add version/release to the Provides: in the specfile + +* Tue Jul 11 2006 Matthias Clasen 1.1.44-1 +- Move the complete lock dialog theme here + +* Mon Jun 5 2006 Matthias Clasen 1.1.43-1 +- Add branded desktop background and move the lock dialog + background to the right directory + +* Tue Feb 28 2006 Matthias Clasen 1.1.42-1 +- New artwork for gdm, kdm Bluecurve from Diana Fong + +* Wed Jan 25 2006 Chris Lumens 1.1.41-1 +- New artwork for firstboot from dfong (#178106). + +* Fri Jan 20 2006 Ray Strode - 1.1.40-1 +- update the logo in the corner + +* Thu Jan 19 2006 Ray Strode - 1.1.39-1 +- give rhgb a new look from Diana Fong + +* Tue Jan 17 2006 Ray Strode - 1.1.38-1 +- add logo bits of new gdm theme + +* Tue Dec 20 2005 Ray Strode - 1.1.37-1 +- another new image from dfong (splash screen) +- move screensaver lock dialog background here + +* Tue Dec 20 2005 Ray Strode - 1.1.36-1 +- another new image from dfong (screensaver sprite) + +* Mon Dec 19 2005 Jeremy Katz - 1.1.35-1 +- new images from dfong + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.34-1 +- Symlink fedora-logo-icon into Bluecurve instead of hicolor + to avoid conflicts with other packages + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.33-1 +- Add symlinks for the panel icons to be the fedora logos + +* Thu Nov 10 2005 John (J5) Palmieri - 1.1.32-1 +- Add new fedora logos to pixmap and icons/hicolor + +* Mon May 23 2005 Jeremy Katz - 1.1.31-1 +- copyright date on anaconda splash (#153964) + +* Mon Apr 18 2005 Than Ngo 1.1.30-1 +- add missing fedora logos for kdmtheme + +* Tue Oct 26 2004 Jeremy Katz - 1.1.29-1 +- non-test anaconda splash + +* Tue Oct 26 2004 Jeremy Katz - 1.1.28-1 +- generic Fedora Core graphics for !test release + +* Thu Sep 30 2004 Than Ngo 1.1.27-1 +- fix kde splash + +* Sat Jun 5 2004 Jeremy Katz - 1.1.26-1 +- provide: system-logos + +* Thu Jun 3 2004 Jeremy Katz - 1.1.25-1 +- add anaconda bits with fedora logos + +* Wed May 5 2004 Jeremy Katz - 1.1.24-1 +- newer grub image for fc2 + +* Tue Mar 23 2004 Alexander Larsson 1.1.23-1 +- Use correct gdm logo + +* Tue Mar 23 2004 Alexander Larsson 1.1.22-1 +- fix up gdm logo and add screenshot + +* Tue Feb 3 2004 Jonathan Blandford 1.1.21-1 +- add rhgb logo + +* Tue Nov 11 2003 Than Ngo 1.1.20.2-1 +- added Preview for ksplash + +* Mon Nov 10 2003 Than Ngo 1.1.20.1-1 +- added new BlueCurve Ksplash Theme for KDE 3.2 + +* Thu Oct 30 2003 Havoc Pennington 1.1.20-1 +- build new stuff from garrett + +* Thu Oct 9 2003 Bill Nottingham 1.1.19-1 +- add a symlink for up2date + +* Tue Oct 7 2003 Bill Nottingham 1.1.18-1 +- rename package + +* Wed Sep 24 2003 Bill Nottingham 1.1.17-1 +- new license + +* Tue Sep 23 2003 Michael Fulbright 1.1.16-1 +- added Fedora graphics + +* Fri Jul 18 2003 Havoc Pennington 1.1.15-1 +- build new stuff from garrett + +* Wed Feb 26 2003 Havoc Pennington 1.1.14-1 +- build new stuff in cvs + +* Mon Feb 24 2003 Jeremy Katz 1.1.12-1 +- updated again +- actually update the grub splash + +* Fri Feb 21 2003 Jeremy Katz 1.1.11-1 +- updated splash screens from Garrett + +* Tue Feb 18 2003 Havoc Pennington 1.1.10-1 +- move in a logo from gdm theme #84543 + +* Mon Feb 3 2003 Havoc Pennington 1.1.9-1 +- rebuild + +* Wed Jan 15 2003 Brent Fox 1.1.8-1 +- rebuild for completeness + +* Mon Dec 16 2002 Havoc Pennington +- rebuild + +* Thu Sep 5 2002 Havoc Pennington +- add firstboot images to makefile/specfile +- add /usr/share/pixmaps stuff +- add splash screen images +- add COPYING + +* Thu Sep 5 2002 Jeremy Katz +- add boot loader images + +* Thu Sep 5 2002 Havoc Pennington +- move package to CVS + +* Tue Jun 25 2002 Owen Taylor +- Add a shadowman-only derived from redhat-transparent.png + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Thu May 31 2001 Owen Taylor +- Fix alpha channel in redhat-transparent.png + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Owen Taylor +- Add %%defattr + +* Mon Jun 19 2000 Owen Taylor +- Add version of logo for embossing on the desktop + +* Tue May 16 2000 Preston Brown +- add black and white version of our logo (for screensaver). + +* Mon Feb 07 2000 Preston Brown +- rebuild for new description. + +* Sat Sep 25 1999 Bill Nottingham +- different. + +* Mon Sep 13 1999 Preston Brown +- added transparent mini and 32x32 round icons + +* Sat Apr 10 1999 Michael Fulbright +- added rhad logos + +* Thu Apr 08 1999 Bill Nottingham +- added smaller redhat logo for use on web page + +* Wed Apr 07 1999 Preston Brown +- added transparent large redhat logo + +* Tue Apr 06 1999 Bill Nottingham +- added mini-* links to make AnotherLevel happy + +* Mon Apr 05 1999 Preston Brown +- added copyright + +* Tue Mar 30 1999 Michael Fulbright +- added 48 pixel rounded logo image for gmc use + +* Mon Mar 29 1999 Preston Brown +- package created diff --git a/spec_files/bluefin/fedora-logos/fedora-silverblue.css b/spec_files/bluefin/fedora-logos/fedora-silverblue.css new file mode 100644 index 00000000000..b2a76cba04b --- /dev/null +++ b/spec_files/bluefin/fedora-logos/fedora-silverblue.css @@ -0,0 +1,38 @@ +/* logo and sidebar classes for Fedora */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url("/usr/share/anaconda/pixmaps/silverblue/sidebar-bg.png"); + background-repeat: no-repeat; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @fedora; + background-image: url("/usr/share/anaconda/pixmaps/silverblue/topbar-bg.png"); + background-repeat: no-repeat; + color: white; +} + +/* Remove the box-shadow from buttons in the nav-box because it adds a white stripe + * below the buttons and makes them look dumb */ +AnacondaSpokeWindow #nav-box GtkButton { + box-shadow: none; +} + +/* Change the sidebar background color */ +.logo-sidebar { + background-color: #006eb4; +} + +AnacondaSpokeWindow #nav-box { + background-color: #006eb4; +} diff --git a/spec_files/bluefin/fedora-logos/sidebar-bg.png b/spec_files/bluefin/fedora-logos/sidebar-bg.png new file mode 100644 index 00000000000..9dd1cf6bdc7 Binary files /dev/null and b/spec_files/bluefin/fedora-logos/sidebar-bg.png differ diff --git a/spec_files/bluefin/fedora-logos/topbar-bg.png b/spec_files/bluefin/fedora-logos/topbar-bg.png new file mode 100644 index 00000000000..d3e929af02a Binary files /dev/null and b/spec_files/bluefin/fedora-logos/topbar-bg.png differ