remake-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Basic Information
  2. Name: remake
  3. Version: 3.82
  4. Release: 2%{?_dist_release}
  5. License: GPLv3+
  6. Group: Development/Tools
  7. URL: http://bashdb.sourceforge.net/remake/
  8. Source0: %{name}-%{version}+dbg-0.7.tar.gz
  9. Source1: https://github.com/rocky/remake/raw/master/implicit.h
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: yasumichi
  14. Summary: GNU Make Debugger, Remake
  15. Summary(ja): GNU Make デバッガー Remake
  16. # Dependency
  17. Requires(post): /sbin/install-info
  18. Requires(preun): /sbin/install-info
  19. BuildRequires: perl
  20. BuildRequires: readline-devel
  21. %description
  22. remake is a patched version of GNU Make that adds improved error reporting,
  23. the ability to trace execution in a comprehensible way, and a debugger.
  24. %description -l ja
  25. remake は、GNU Make にエラー報告の改良、理解可能な方法でトレースを実行する
  26. 能力、およびデバッガーを追加するパッチを適用したバージョンです。
  27. %prep
  28. %setup -q -n remake-3.82+dbg-0.7
  29. cp %{SOURCE1} .
  30. %build
  31. %configure
  32. %{__make} %{?_smp_mflags}
  33. %install
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  36. %find_lang %{name}
  37. # remove unnecessary files.
  38. %{__rm} ${RPM_BUILD_ROOT}%{_infodir}/dir
  39. %clean
  40. %{__rm} -rf ${RPM_BUILD_ROOT}
  41. %files -f %{name}.lang
  42. %defattr(-,root,root)
  43. %doc AUTHORS COPYING ChangeLog NEWS README
  44. %{_bindir}/remake
  45. %{_infodir}/remake.info*
  46. %{_mandir}/man1/remake.1*
  47. %changelog
  48. * Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.82-2
  49. - rebuild with readline-6.3
  50. * Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.82-1
  51. - initial build for Vine Linux