ccache-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Name: ccache
  2. Version: 3.1.9
  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://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Summary: a fast compiler cache
  12. # From upstream post 3.1.9
  13. Patch0: ccache-3.1.9-gcc48-tests.patch
  14. BuildRequires: perl(File::Spec)
  15. BuildRequires: zlib-devel >= 1.2.3
  16. %description
  17. ccache is a compiler cache. It acts as a caching pre-processor to C/C++
  18. compilers, using the -E compiler switch and a hash to detect when a compilation
  19. can be satisfied from cache. This often results in a 5 to 10 times speedup in
  20. common compilations.
  21. %prep
  22. %setup -q
  23. %patch0 -p1
  24. %build
  25. %configure
  26. %__make
  27. %install
  28. %__rm -rf %{buildroot}
  29. %makeinstall
  30. %check
  31. %__make check
  32. %clean
  33. %__rm -rf %{buildroot}
  34. %files
  35. %defattr(-,root,root)
  36. %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
  37. %{_bindir}/*
  38. %{_mandir}/man?/*
  39. %changelog
  40. * Fri Jan 10 2014 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.9-1
  41. - new upstream release
  42. - import Patch0 from Fedora
  43. * Thu Jun 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.5-1
  44. - new upstream release
  45. * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
  46. - applied new versioning policy
  47. * Tue Feb 17 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
  48. - Import from Vine 2.6 (But, original spec file has no changelog)
  49. - New upstream version