Name: taskopen Version: 1.1.4 Release: 1%{?dist} Summary: Script for taking notes and open urls with taskwarrior License: GPLv2 URL: https://github.com/ValiValpas/taskopen Source0: https://github.com/ValiValpas/taskopen/archive/v%{version}.tar.gz BuildRequires: perl Requires: perl, perl-JSON %description taskopen allows you to link almost any file, webpage or command to a taskwarrior task by adding a filepath, web-link or uri as an annotation. Text notes, images, PDF files, web addresses, spreadsheets and many other types of links can then be filtered, listed and opened by using taskopen. Some actions are sane defaults, others can be custom-configured, and everything else will use your systems mime-types to open the link. Arbitrary commands can be used with taskopen at the CLI, acting on the link targets, enhancing listings and even executing annotations as commands. Run 'taskopen -h' or 'man taskopen' for further details. %global debug_package %{nil} %prep %autosetup %build make PREFIX=%{_prefix} %install rm -rf %{buildroot} %make_install PREFIX=%{_prefix} %files %doc AUTHORS NEWS README.markdown %{_prefix}/bin/taskopen %{_prefix}/share/taskopen %{_prefix}/share/man/man*/taskopen*.gz %changelog * Thu Apr 18 2019 Grégoire Détrez - Make copr package