- Require coreutils for triggers (#215030).
This commit is contained in:
parent
fb8dd0788d
commit
a9bed005be
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ccache
|
Name: ccache
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: C/C++ compiler cache
|
Summary: C/C++ compiler cache
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,6 +13,9 @@ Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
|
|||||||
Patch0: %{name}-html-links.patch
|
Patch0: %{name}-html-links.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Requires(triggerin): coreutils
|
||||||
|
Requires(triggerpostun): coreutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ccache is a compiler cache. It acts as a caching pre-processor to
|
ccache is a compiler cache. It acts as a caching pre-processor to
|
||||||
C/C++ compilers, using the -E compiler switch and a hash to detect
|
C/C++ compilers, using the -E compiler switch and a hash to detect
|
||||||
@ -83,6 +86,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-7
|
||||||
|
- Require coreutils for triggers (#215030).
|
||||||
|
|
||||||
* Wed Aug 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-6
|
* Wed Aug 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-6
|
||||||
- Add auto-symlink support for compat-gcc-34(-c++).
|
- Add auto-symlink support for compat-gcc-34(-c++).
|
||||||
- Untabify, escape macros in changelog.
|
- Untabify, escape macros in changelog.
|
||||||
|
Loading…
Reference in New Issue
Block a user