- add two patches to avoid build failures (same as fedora) genwqe-user-4.0.18-install-gzFile_test.patch genwqe-user-4.0.18-config.patch TODO: there are still rpmlint warnings/errors to work on. OBS-URL: https://build.opensuse.org/request/show/533961 OBS-URL: https://build.opensuse.org/package/show/hardware/genwqe-tools?expand=0&rev=15
17 lines
625 B
Diff
17 lines
625 B
Diff
---
|
|
tools/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: genwqe-user-4.0.18/tools/Makefile
|
|
===================================================================
|
|
--- genwqe-user-4.0.18.orig/tools/Makefile
|
|
+++ genwqe-user-4.0.18/tools/Makefile
|
|
@@ -110,6 +110,7 @@ install_gzip_tools: all
|
|
install -D -m 755 zlib_mt_perf -T $(DESTDIR)/bin/zlib_mt_perf
|
|
install -D -m 755 genwqe_mt_perf -T $(DESTDIR)/bin/genwqe_mt_perf
|
|
install -D -m 755 genwqe_test_gz -T $(DESTDIR)/bin/genwqe_test_gz
|
|
+ install -D -m 755 gzFile_test -T $(DESTDIR)/bin/gzFile_test
|
|
|
|
uninstall_gzip_tools:
|
|
$(RM) $(DESTDIR)/bin/genwqe_gzip \
|