rpms/generic-logos/devel .cvsignore, 1.7, 1.8 generic-logos.spec, 1.8, 1.9 sources, 1.8, 1.9

Bill Nottingham notting at fedoraproject.org
Tue Oct 28 18:15:59 UTC 2008


Author: notting

Update of /cvs/extras/rpms/generic-logos/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2924

Modified Files:
	.cvsignore generic-logos.spec sources 
Log Message:
Update to 10.0.1-1




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/generic-logos/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	26 Oct 2008 02:23:18 -0000	1.7
+++ .cvsignore	28 Oct 2008 18:15:29 -0000	1.8
@@ -1,2 +1 @@
-generic-logos-10.0.0.tar.bz2
-SolarComet-kde.png
+generic-logos-10.0.1.tar.bz2


Index: generic-logos.spec
===================================================================
RCS file: /cvs/extras/rpms/generic-logos/devel/generic-logos.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- generic-logos.spec	27 Oct 2008 08:45:40 -0000	1.8
+++ generic-logos.spec	28 Oct 2008 18:15:29 -0000	1.9
@@ -1,11 +1,10 @@
 Name: generic-logos
 Summary: Icons and pictures
-Version: 10.0.0
-Release: 3%{?dist}
+Version: 10.0.1
+Release: 1%{?dist}
 Group: System Environment/Base
 Source0: generic-logos-%{version}.tar.bz2
-Source1: SolarComet-kde.png
-License: GPLv2
+License: GPLv2 and LGPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Obsoletes: redhat-logos
@@ -18,6 +17,7 @@
 # For _kde4_appsdir macro:
 BuildRequires: kde-filesystem
 
+
 %description
 The generic-logos package contains various image files which can be
 used by the bootloader, anaconda, and other related tools. It can
@@ -35,41 +35,29 @@
 
 # should be ifarch i386
 mkdir -p $RPM_BUILD_ROOT/boot/grub
-install -m 644 bootloader/grub-splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz
+install -p -m 644 bootloader/grub-splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.xpm.gz
 # end i386 bits
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/firstboot/pixmaps
 for i in firstboot/* ; do
-  install -m 644 $i $RPM_BUILD_ROOT%{_datadir}/firstboot/pixmaps
+  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/firstboot/pixmaps
 done
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
 for i in gnome-splash/* ; do
-  install -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
+  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
 done
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 for i in pixmaps/* ; do
-  install -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
+  install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
 done
 
-(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
-
-# KDE logo for KDE splash screen
-cat >COPYING-kde-logo <<EOF
-From http://wiki.kde.org/tiki-index.php?page=KDE+Logo:
-Trademark License
-Copying of the KDE Logo is subject to the LGPL copyright license.
-Trading and branding with the KDE Logo is subject to our trademark licence:
-1. The KDE logo can be used freely as long as it is not used to refer to
-   products other than KDE itself.
-2. There is no formal procedure for using the KDE logo as long as you stay
-   within the above guideline for usage.
-3. Whilst not required you should acknowledge the KDE e.V.s rights by mentioning
-   "KDE, K Desktop Environment and the KDE Logo are trademarks of KDE e.V."
-EOF
 mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024
-install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
+install -p -m 644 ksplash/SolarComet-kde.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
+
+
+(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -80,13 +68,17 @@
 %{_datadir}/firstboot/*
 %{_datadir}/anaconda/pixmaps/*
 %{_datadir}/pixmaps/*
-%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
 /usr/lib/anaconda-runtime/*.jpg
+%{_kde4_appsdir}/ksplash/Themes/SolarComet/1280x1024/logo.png
 # should be ifarch i386
 /boot/grub/splash.xpm.gz
 # end i386 bits
 
 %changelog
+* Tue Oct 28 2008 Bill Nottingham <notting at redhat.com> - 10.0.1-1
+- incorporate KDE logo into upstream source distribution
+- fix system-logo-white.png for compiz bleeding (#468258)
+
 * Mon Oct 27 2008 Jaroslav Reznik <jreznik at redhat.com> - 10.0.0-3
 - Solar Comet generic splash logo redesign
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/generic-logos/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	27 Oct 2008 08:45:40 -0000	1.8
+++ sources	28 Oct 2008 18:15:29 -0000	1.9
@@ -1,2 +1 @@
-b2fbf4c891cd7f95a2162989c19a2cc2  generic-logos-10.0.0.tar.bz2
-efa04ee2ba4db9c34522739e4bcd6843  SolarComet-kde.png
+e1cdb7babc9e8e94cf105d0672f7f7e9  generic-logos-10.0.1.tar.bz2




More information about the fedora-extras-commits mailing list