diff options
Diffstat (limited to 'polecat.spec')
-rw-r--r-- | polecat.spec | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/polecat.spec b/polecat.spec new file mode 100644 index 0000000..88958a0 --- /dev/null +++ b/polecat.spec @@ -0,0 +1,38 @@ +Name: polecat +Version: 0.1.8 +Release: 1%{?dist} +Summary: simple wine version manager + +License: MIT +URL: https://github.com/Jan200101/polecat +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: libcurl-devel +BuildRequires: json-c-devel +BuildRequires: libarchive-devel +# DXVK functionality requires wine +Requires: wine + +%description +polecat is wine manager that manages, installs and downloads wine for you + +%prep +%autosetup + +%build +%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo +%cmake_build + +%install +%cmake_install + +%check +%ctest + +%files +%license LICENSE +%{_bindir}/%{name} + +%changelog +* Sun Nov 22 22:21:50 CET 2020 Jan Drögehoff <sentrycraft123@gmail.com> - 0.1.8-1 +- Initial spec |