task-spooler-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Name: task-spooler
  2. Summary: Personal job scheduler
  3. Summary(ja): 個人用ジョブスケジューラ
  4. Version: 1.0.2
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv2+
  10. URL: http://vicerveza.homeunix.net/~viric/soft/ts
  11. Source0: %{url}/ts-%{version}.tar.gz
  12. BuildRequires: gcc
  13. %description
  14. Task spooler is a Unix batch system where the tasks spooled run one
  15. after the other. Each user in each system has his own job queue. The tasks are
  16. run in the correct context (that of enqueue) from any shell/process, and its
  17. output/results can be easily watched. It is very useful when you know that
  18. your commands depend on a lot of RAM, a lot of disk use, give a lot of
  19. output, or for whatever reason it's better not to run them at the same time.
  20. %debug_package
  21. %prep
  22. %autosetup -n ts-%{version}
  23. touch configure
  24. chmod +x configure
  25. %build
  26. %configure
  27. %make_build
  28. %install
  29. %make_install PREFIX=%{buildroot}%{_prefix}
  30. mv %{buildroot}%{_bindir}/ts %{buildroot}%{_bindir}/tsp
  31. mv %{buildroot}%{_mandir}/man1/ts.1 %{buildroot}%{_mandir}/man1/tsp.1
  32. %files
  33. %license COPYING
  34. %doc Changelog README TRICKS PROTOCOL
  35. %{_bindir}/tsp
  36. %{_mandir}/man1/tsp.1.*
  37. %changelog
  38. * Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.2-1
  39. - new upstream release.
  40. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.1-1
  41. - new upstream release.
  42. * Fri Aug 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0-4
  43. - initial build for Vine Linux.
  44. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
  45. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  46. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  48. * Tue Apr 17 2018 Vasiliy N. Glazov <vascom2@gmail.com> - 1.0-1
  49. - Initial package for Fedora