commit 55eaadab7bba1106486eb200758159d4bdc7fcb4
Author: Jakub Bogusz <[email protected]>
Date:   Fri Apr 28 22:59:54 2023 +0200

    - fixed includedir and libdir in .pc file; release 2

 shaderc.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/shaderc.spec b/shaderc.spec
index edee28f..5e8416e 100644
--- a/shaderc.spec
+++ b/shaderc.spec
@@ -3,7 +3,7 @@ Summary:        Collection of tools, libraries and tests for 
shader compilation
 Summary(pl.UTF-8):     Zestaw narzędzi, bibliotek i testów do kompilacji 
shaderów
 Name:          shaderc
 Version:       2023.3
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/google/shaderc/tags
@@ -88,6 +88,8 @@ Statyczne biblioteki shaderc.
 
 %build
 %cmake -B build \
+       -DCMAKE_INSTALL_INCLUDEDIR=include \
+       -DCMAKE_INSTALL_LIBDIR=%{_lib} \
        -DSHADERC_SKIP_TESTS=ON
 
 %{__make} -C build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/shaderc.git/commitdiff/55eaadab7bba1106486eb200758159d4bdc7fcb4

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to