source: projects/specs/branches/6/c/ccache/ccache-vl.spec @ 4099

Revision 4099, 1.1 KB checked in by shaolin, 13 years ago (diff)
  • ccache: updated to 3.1.5
Line 
1Name: ccache
2Version: 3.1.5
3Release: 1%{?_dist_release}
4Vendor: Project Vine
5Distribution: Vine Linux
6License: GPL
7Group: Development/Tools
8URL: http://ccache.samba.org/
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11Summary: a fast compiler cache
12
13%description
14ccache is a compiler cache. It acts as a caching pre-processor to C/C++
15compilers, using the -E compiler switch and a hash to detect when a compilation
16can be satisfied from cache. This often results in a 5 to 10 times speedup in
17common compilations.
18
19%prep
20%setup -q
21
22%build
23%configure
24%__make
25
26%install
27%__rm -rf %{buildroot}
28%makeinstall
29
30%clean
31%__rm -rf %{buildroot}
32
33%files
34%defattr(-,root,root)
35%doc
36%{_bindir}/*
37%{_mandir}/man?/*
38
39%changelog
40* Thu Jun  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.5-1
41- new upstream release
42
43* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
44- applied new versioning policy
45
46* Tue Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
47- Import from Vine 2.6 (But, original spec file has no changelog)
48- New upstream version
49
Note: See TracBrowser for help on using the repository browser.