From 6891a569a78599ebaab0c3b429ba60d7f73bf634 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 22 Nov 2020 22:22:06 +0100 Subject: push rpmspec --- polecat.spec | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 polecat.spec (limited to 'polecat.spec') 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 - 0.1.8-1 +- Initial spec -- cgit v1.2.3