ccache-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Name: ccache
  2. Version: 3.1.5
  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.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Summary: a fast compiler cache
  12. %description
  13. ccache is a compiler cache. It acts as a caching pre-processor to C/C++
  14. compilers, using the -E compiler switch and a hash to detect when a compilation
  15. can be satisfied from cache. This often results in a 5 to 10 times speedup in
  16. common compilations.
  17. %prep
  18. %setup -q
  19. %build
  20. %configure
  21. %__make
  22. %install
  23. %__rm -rf %{buildroot}
  24. %makeinstall
  25. %clean
  26. %__rm -rf %{buildroot}
  27. %files
  28. %defattr(-,root,root)
  29. %doc
  30. %{_bindir}/*
  31. %{_mandir}/man?/*
  32. %changelog
  33. * Thu Jun 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.5-1
  34. - new upstream release
  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