forked from pool/ccache
This commit is contained in:
parent
5817db48a7
commit
5b7dd5717f
62
ccache.spec
62
ccache.spec
@ -1,32 +1,40 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ccache (Version 2.4)
|
# spec file for package ccache (Version 2.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: ccache
|
|
||||||
Summary: Compiler Cache
|
Name: ccache
|
||||||
Version: 2.4
|
Summary: Compiler Cache
|
||||||
Release: 5
|
Version: 2.4
|
||||||
Group: Development/Languages/C and C++
|
Release: 138
|
||||||
License: GPL
|
Group: Development/Languages/C and C++
|
||||||
Autoreqprov: on
|
License: GPL v2 or later
|
||||||
URL: http://ccache.samba.org/
|
AutoReqProv: on
|
||||||
Source: ccache-%{version}.tar.bz2
|
Url: http://ccache.samba.org/
|
||||||
Provides: distcc:/usr/bin/ccache
|
Source: ccache-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Provides: distcc:/usr/bin/ccache
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ccache is a compiler cache. It acts as a caching pre-processor to C/C++
|
Ccache is a compiler cache. It acts as a caching preprocessor to C/C++
|
||||||
compilers, using the -E compiler switch and a hash to detect when a
|
compilers, using the -E compiler switch and a hash to detect when a
|
||||||
compilation can be satisfied from cache. This often results in a
|
compilation can be satisfied from cache. This often results in
|
||||||
speedup for common compilations.
|
increased speed for common compilations.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -56,20 +64,20 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog -n ccache
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Wed Sep 28 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Thu Oct 21 2004 - ltinkl@suse.cz
|
* Thu Oct 21 2004 ltinkl@suse.cz
|
||||||
- update to version 2.4
|
- update to version 2.4
|
||||||
* Mon Sep 29 2003 - ltinkl@suse.cz
|
* Mon Sep 29 2003 ltinkl@suse.cz
|
||||||
- update to version 2.3
|
- update to version 2.3
|
||||||
* Wed Jul 09 2003 - ltinkl@suse.cz
|
* Wed Jul 09 2003 ltinkl@suse.cz
|
||||||
- updated sources to version 2.2
|
- updated sources to version 2.2
|
||||||
* Fri Mar 28 2003 - vbobek@suse.cz
|
* Fri Mar 28 2003 vbobek@suse.cz
|
||||||
- provides binary from older distcc package [#25806]
|
- provides binary from older distcc package [#25806]
|
||||||
* Mon Feb 10 2003 - vbobek@suse.cz
|
* Mon Feb 10 2003 vbobek@suse.cz
|
||||||
- initial suse release 2.1.1
|
- initial suse release 2.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user