aboutsummaryrefslogtreecommitdiff
path: root/polecat.spec
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-11-22 22:22:06 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-11-22 22:22:06 +0100
commit6891a569a78599ebaab0c3b429ba60d7f73bf634 (patch)
tree5da67d57ab2f6d0bbe2f3ddcf2f9848f5c68a5bb /polecat.spec
parent76ab30983dad5e07270ec980bce00dc88e6ad2b2 (diff)
downloadpolecat-6891a569a78599ebaab0c3b429ba60d7f73bf634.tar.gz
polecat-6891a569a78599ebaab0c3b429ba60d7f73bf634.zip
push rpmspec
Diffstat (limited to 'polecat.spec')
-rw-r--r--polecat.spec38
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