the_silver_searcher-vl.spec 935 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. %define ver 0.28.0
  2. %define rel 1
  3. Summary: a tool for searching code
  4. Name: the_silver_searcher
  5. Version: %{ver}
  6. Release: %{rel}%{?_dist_release}
  7. License: ASL 2.0
  8. Group: Applications/Text
  9. URL: http://geoff.greer.fm/ag/
  10. Source0: http://geoff.greer.fm/ag/releases/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  12. BuildRequires: pcre-devel
  13. BuildRequires: zlib-devel
  14. BuildRequires: xz-devel
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: iwaim
  18. %description
  19. The Silver Searcher is a tool for searching code.
  20. %prep
  21. %setup -q
  22. %configure
  23. %build
  24. %__make
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. %makeinstall
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files
  31. %defattr(-,root,root,-)
  32. %doc LICENES NOTICE README*
  33. %{_bindir}/ag
  34. %{_mandir}/man1/ag.1*
  35. %dir %{_datadir}/%{name}
  36. %{_datadir}/%{name}/completions
  37. %changelog
  38. * Fri Jan 2 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.28.0-1
  39. - initial release for Vine Linux