Translate human time ranges to a machine-readable way

template.spec 611B

1234567891011121314151617181920212223242526272829303132333435363738
  1. Name: __MKIT_PROJ_NAME__
  2. Version: __MKIT_PROJ_VERSION__
  3. Release: 1%{?dist}
  4. Summary: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  5. License: LGPLv2
  6. Source0: %{name}-%{version}.tar.gz
  7. BuildArch: noarch
  8. BuildRequires: coreutils git
  9. Requires: python
  10. %description
  11. %prep
  12. %setup -q
  13. %build
  14. # %%configure
  15. make %{?_smp_mflags}
  16. %install
  17. %make_install
  18. %files
  19. %doc /usr/share/doc/trange/LICENSE
  20. %doc /usr/share/doc/trange/README.md
  21. /usr/bin/trange
  22. /usr/share/trange/python/trange.py
  23. /usr/share/trange/python/trange.pyc
  24. /usr/share/trange/python/trange.pyo
  25. %changelog
  26. # specfile built with MKit __MKIT_SELF_VERSION__