From 2e4dd1919e38e7ac5f8090697ddd7f5c6d53991c Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sun, 27 Mar 2005 06:31:53 +0000 Subject: [PATCH] spec file update: Some hicolor icons not installed were removed from file list --- docs/CHANGES.txt | 3 +++ tuxpaint.spec | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 3fa3da6d6..d01ff7147 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -222,6 +222,9 @@ http://www.newbreedsoftware.com/tuxpaint/ * Fixed to compile on old GLIBC system (such as RedHat-6.2) TOYAMA Shin-ichi + + * Fixes to RPM spec file + TOYAMA Shin-ichi * Enabled more compiler warnings, and updated code to prevent them. Albert Cahalan diff --git a/tuxpaint.spec b/tuxpaint.spec index 1b5c72a65..4116143a8 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -58,8 +58,6 @@ rm -rf $RPM_BUILD_ROOT /usr/share/tuxpaint/* %defattr(-, root, root) -/usr/share/icons/hicolor/*/apps/tuxpaint.png -/usr/share/icons/hicolor/scalable/apps/tuxpaint.svg /usr/share/pixmaps/tuxpaint.png /usr/X11R6/include/X11/pixmaps/tuxpaint.xpm @@ -67,9 +65,11 @@ rm -rf $RPM_BUILD_ROOT /usr/share/gnome/apps/Graphics/tuxpaint.desktop %changelog +* Sun Mar 27 2005 - +- Some hicolor icons not installed were removed from file list + * Fri Jan 14 2005 - - Changed Group from Amusements/Games to Multimedia/Graphics * Tue Sep 21 2004 - - Initial build for version 0.9.14 -