Name: timew Version: 1.2.0 Release: 1%{?dist} Summary: Timewarrior is FOSS that tracks time from the command line License: MIT URL: https://timewarrior.net/ Source0: https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.2.0/timew-1.2.0.tar.gz BuildRequires: cmake BuildRequires: make BuildRequires: gcc >= 4.7 %description Timewarrior is a command line time tracking application, which allows you to record time spent on activities. %prep %setup -q %build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release . make %{?_smp_mflags} %install %make_install %files /usr/bin/timew %license /usr/share/doc/timew/LICENSE %doc /usr/share/doc/timew/AUTHORS %doc /usr/share/doc/timew/COPYING %doc /usr/share/doc/timew/ChangeLog %doc /usr/share/doc/timew/NEWS %doc /usr/share/doc/timew/doc/holidays/README %doc /usr/share/doc/timew/doc/holidays/holidays.en-US %doc /usr/share/doc/timew/doc/holidays/refresh %doc /usr/share/doc/timew/doc/themes/README %doc /usr/share/doc/timew/doc/themes/dark.theme %doc /usr/share/doc/timew/doc/themes/dark_blue.theme %doc /usr/share/doc/timew/doc/themes/dark_green.theme %doc /usr/share/doc/timew/doc/themes/dark_red.theme %doc /usr/share/doc/timew/ext/on-modify.timewarrior %doc /usr/share/doc/timew/INSTALL %doc /usr/share/doc/timew/README.md %doc /usr/share/doc/timew/ext/totals.py %{_mandir}/man1/timew-annotate.1* %{_mandir}/man1/timew-cancel.1* %{_mandir}/man1/timew-chart.1* %{_mandir}/man1/timew-config.1* %{_mandir}/man1/timew-continue.1* %{_mandir}/man1/timew-day.1* %{_mandir}/man1/timew-delete.1* %{_mandir}/man1/timew-diagnostics.1* %{_mandir}/man1/timew-export.1* %{_mandir}/man1/timew-extensions.1* %{_mandir}/man1/timew-fill.1* %{_mandir}/man1/timew-gaps.1* %{_mandir}/man1/timew-get.1* %{_mandir}/man1/timew-help.1* %{_mandir}/man1/timew-join.1* %{_mandir}/man1/timew-lengthen.1* %{_mandir}/man1/timew-modify.1* %{_mandir}/man1/timew-month.1* %{_mandir}/man1/timew-move.1* %{_mandir}/man1/timew-report.1* %{_mandir}/man1/timew-resize.1* %{_mandir}/man1/timew-shorten.1* %{_mandir}/man1/timew-show.1* %{_mandir}/man1/timew-split.1* %{_mandir}/man1/timew-start.1* %{_mandir}/man1/timew-stop.1* %{_mandir}/man1/timew-summary.1* %{_mandir}/man1/timew-tag.1* %{_mandir}/man1/timew-tags.1* %{_mandir}/man1/timew-track.1* %{_mandir}/man1/timew-undo.1* %{_mandir}/man1/timew-untag.1* %{_mandir}/man1/timew-week.1* %{_mandir}/man1/timew.1* %{_mandir}/man7/timew-config.7* %{_mandir}/man7/timew-dates.7* %{_mandir}/man7/timew-dom.7* %{_mandir}/man7/timew-durations.7* %{_mandir}/man7/timew-hints.7* %{_mandir}/man7/timew-ranges.7* %changelog * Sun Dec 08 2019 Joerg Kastning - 1.2.0-1 - First try building SRPM