gnome-core.spec.in patch



Hello,

I've attached a small patch against gnome-core/gnome-core.spec.in (HEAD). The 
resulting packages were not including %{_datadir}/share/pixmaps/*.png and 
*.xpm, which looked very bad - most of the GNOME icons were missing. I built 
packages on my system after making my spec file changes and they worked fine 
here.

Thanks,

Kenny
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-core/ChangeLog,v
retrieving revision 1.302
diff -u -r1.302 ChangeLog
--- ChangeLog	2001/03/29 00:47:07	1.302
+++ ChangeLog	2001/04/02 01:21:26
@@ -1,3 +1,8 @@
+2001-04-01  Kenny Graunke  <kenny whitecape org>
+
+	* gnome-core.spec.in: include %{_datadir}/pixmaps/*.png and *.xpm,
+	having most of the icons missing was really ugly.
+
 2001-03-28  Gregory Leblanc  <gleblanc cu-portland edu>
 
 	Reviewed by: George Lebl <jirka 5z com>
Index: gnome-core.spec.in
===================================================================
RCS file: /cvs/gnome/gnome-core/gnome-core.spec.in,v
retrieving revision 1.19
diff -u -r1.19 gnome-core.spec.in
--- gnome-core.spec.in	2001/03/29 00:47:07	1.19
+++ gnome-core.spec.in	2001/04/02 01:21:26
@@ -101,6 +101,8 @@
 %{_datadir}/mc/*/*
 %{_datadir}/omf/*/*
 %{_datadir}/pixmaps/*/*
+%{_datadir}/pixmaps/*.png
+%{_datadir}/pixmaps/*.xpm
 
 %files devel
 %{_includedir}/*
@@ -111,6 +113,10 @@
 
 
 %changelog
+* Sun Apr 01 2001 Kenny Graunke <kenny whitecape org>
+- Fix gnome-core.spec.in, which wasn't including any png or xpm files in
+  datadir/share/pixmaps - having 90% of the icons missing was really ugly.
+
 * Wed Mar 28 2001 Gregory Leblanc <gleblanc cu-portland edu>
 - integrate configure.in and gnome-core.spec.in for version numbers of
   dependancies.  This should help to slow bit-rot in this spec file.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]