From 0907fe96a91ab9bbbafe543c55e0993ecd6592df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 4 May 2005 19:21:00 +0000 Subject: [PATCH] Auto-symlink update for FC4. --- ccache.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ccache.spec b/ccache.spec index 33bb942..eddfc17 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,16 +1,15 @@ -%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 kgcc egcs egcs++ gcc3 g++3 gcc-ssa g++-ssa gcc34 c++34 g++34 gcc33 c++33 g++33 gcc4 g++4 c++4 -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, gcc32, gcc3, gcc3-c++, kgcc, compat-egcs, compat-egcs-c++, egcs, egcs-c++, gcc-ssa, gcc-c++-ssa, gcc34, gcc34-c++, gcc4, gcc4-c++ +%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++ Name: ccache Version: 2.4 Release: 2 - -Summary: Compiler cache +Summary: C/C++ compiler cache Group: Development/Tools License: GPL URL: http://ccache.samba.org/ -Source0: http://ccache.samba.org/ftp/ccache/ccache-2.4.tar.gz +Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz Patch0: %{name}-html-links.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -85,6 +84,10 @@ done %changelog +* Sun May 1 2005 Ville Skyttä - 2.4-2 +- Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop + bunch of no longer relevant compilers. + * Fri Apr 7 2005 Michael Schwendt - rebuilt