summaryrefslogtreecommitdiffstats
path: root/wasmtime.spec
diff options
context:
space:
mode:
Diffstat (limited to 'wasmtime.spec')
-rw-r--r--wasmtime.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/wasmtime.spec b/wasmtime.spec
index c5d7158..b0f040a 100644
--- a/wasmtime.spec
+++ b/wasmtime.spec
@@ -8,7 +8,7 @@
Name: wasmtime
Version: 0.28.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Standalone JIT-style runtime for WebAssembly, using Cranelift
License: ASL 2.0 with exceptions
@@ -100,7 +100,7 @@ rm -v %{buildroot}%{_libdir}/libwasmtime.a
# Remove source
rm -rf %{buildroot}%{cargo_registry}/wasmtime-cli-%{version}
# Man page
-install -d .%{_mandir}/man1
+install -d %{buildroot}%{_mandir}/man1
help2man --no-info %{buildroot}%{_bindir}/wasmtime > wasmtime.man
install -p -m 644 -D wasmtime.man %{buildroot}%{_mandir}/man1/wasmtime.1
@@ -128,6 +128,9 @@ install -p -m 644 -D wasmtime.man %{buildroot}%{_mandir}/man1/wasmtime.1
%{_libdir}/pkgconfig/wasmtime.pc
%changelog
+* Sat Jul 03 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.28.0-3
+- Fix build
+
* Sat Jul 03 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.28.0-2
- Use latest cargo-c (0.9.0)