postforward-vl.spec 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Summary: Postfix SRS forwarding agent
  2. Summary(ja): Postfix SRS 転送エージェント
  3. Name: postforward
  4. Version: 1.1.1
  5. Release: 1%{?_dist_release}
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: BSD
  9. URL: https://github.com/zoni/postforward
  10. Source0: https://github.com/zoni/postforward/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
  11. Requires: postsrsd
  12. BuildRequires: golang
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. %description
  15. Postforward is a mail forwarding utility which aims to compliment the Postfix
  16. Sender Rewriting Scheme daemon (PostSRSd).
  17. %description -l ja
  18.  Postforwardは、Postfix Sender Rewriting Schemeデーモン(PostSRSd)を補完
  19. することを目的としたメール転送ユーティリティです。
  20. %prep
  21. %setup -q
  22. %build
  23. %{__make} %{?_smp_mflags}
  24. %install
  25. %{__rm} -rf %{buildroot}
  26. mkdir -p %{buildroot}%{_sbindir}
  27. install -m755 postforward %{buildroot}%{_sbindir}
  28. %clean
  29. %{__rm} -rf %{buildroot}
  30. %files
  31. %defattr(-,root,root)
  32. %license LICENSE.txt
  33. %doc README.md CHANGES.md
  34. %{_sbindir}/*
  35. %changelog
  36. * Thu Apr 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
  37. - initial build for Vine Linux