ccache-vl.spec 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Name: ccache
  2. Version: 2.4
  3. Release: 1%{?_dist_release}
  4. Vendor: Project Vine
  5. Distribution: Vine Linux
  6. License: GPL
  7. Group: Development/Tools
  8. URL: http://ccache.samba.org/
  9. Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. #Requires:
  12. #BuildPrereq:
  13. Summary: a fast compiler cache
  14. %description
  15. ccache is a compiler cache. It acts as a caching pre-processor to C/C++
  16. compilers, using the -E compiler switch and a hash to detect when a compilation
  17. can be satisfied from cache. This often results in a 5 to 10 times speedup in
  18. common compilations.
  19. %prep
  20. %setup -q
  21. %build
  22. %configure
  23. %__make
  24. %install
  25. %__rm -rf %{buildroot}
  26. %makeinstall
  27. %clean
  28. %__rm -rf %{buildroot}
  29. %files
  30. %defattr(-,root,root)
  31. %doc
  32. %{_bindir}/*
  33. %{_mandir}/man?/*
  34. %changelog
  35. * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
  36. - applied new versioning policy
  37. * Tue Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
  38. - Import from Vine 2.6 (But, original spec file has no changelog)
  39. - New upstream version