[generic-logos] THE CANDY CANE INDICATES PROGRESS

Bill Nottingham notting at fedoraproject.org
Thu Dec 9 15:42:34 UTC 2010


commit 4ce0c18a5325833741db7110ed078b0f14ce5365
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Dec 9 10:42:08 2010 -0500

    THE CANDY CANE INDICATES PROGRESS

 generic-logos.spec |   12 ++++++++++--
 holiday-small.png  |  Bin 0 -> 19334 bytes
 holiday.png        |  Bin 0 -> 53656 bytes
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/generic-logos.spec b/generic-logos.spec
index ac3eabd..1c8d81b 100644
--- a/generic-logos.spec
+++ b/generic-logos.spec
@@ -1,6 +1,6 @@
 Name:       generic-logos
 Version:    14.0.1
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Icons and pictures
 
 Group:      System Environment/Base
@@ -10,7 +10,8 @@ Source0:    https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
 License:    GPLv2 and LGPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-
+Source1:    holiday.png
+Source2:    holiday-small.png
 Obsoletes:  redhat-logos
 Provides:   redhat-logos = %{version}-%{release}
 Provides:   system-logos = %{version}-%{release}
@@ -59,6 +60,10 @@ for i in pixmaps/* ; do
   install -p -m 644 $i %{buildroot}%{_datadir}/pixmaps
 done
 
+install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/fedora-logo.png
+install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/system-logo-white.png
+install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/fedora-logo-small.png
+
 mkdir -p %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/
 install -p -m 644 icons/Fedora/48x48/apps/* %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/
 mkdir -p %{buildroot}%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536
@@ -129,6 +134,9 @@ rm -rf %{buildroot}
 # end i386 bits
 
 %changelog
+* Thu Dec 09 2010 Bill Nottingham <notting at redhat.com> - 14.0.1-4
+- the candy cane inidicates progress (@mairin)
+
 * Mon Nov 29 2010 Bill Nottingham <notting at redhat.com> - 14.0.1-3
 - prereq coreutils (#657766)
 
diff --git a/holiday-small.png b/holiday-small.png
new file mode 100644
index 0000000..1acccae
Binary files /dev/null and b/holiday-small.png differ
diff --git a/holiday.png b/holiday.png
new file mode 100644
index 0000000..4def198
Binary files /dev/null and b/holiday.png differ


More information about the scm-commits mailing list