source: projects/specs/trunk/c/ccache/ccache-vl.spec @ 521

Revision 521, 1.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: ccache
2Version: 2.4
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.gz
10BuildRoot: %{_tmppath}/%{name}-root
11#Requires:
12#BuildPrereq:
13Summary: a fast compiler cache
14
15%description
16ccache is a compiler cache. It acts as a caching pre-processor to C/C++
17compilers, using the -E compiler switch and a hash to detect when a compilation
18can be satisfied from cache. This often results in a 5 to 10 times speedup in
19common compilations.
20
21%prep
22%setup -q
23
24%build
25%configure
26%__make
27
28%install
29%__rm -rf %{buildroot}
30%makeinstall
31
32%clean
33%__rm -rf %{buildroot}
34
35%files
36%defattr(-,root,root)
37%doc
38%{_bindir}/*
39%{_mandir}/man?/*
40
41%changelog
42* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
43- applied new versioning policy
44
45* Tue Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
46- Import from Vine 2.6 (But, original spec file has no changelog)
47- New upstream version
48
Note: See TracBrowser for help on using the repository browser.