diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..592ed60 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libshaderc_shared1 diff --git a/shaderc.changes b/shaderc.changes index af03a52..6227ac6 100644 --- a/shaderc.changes +++ b/shaderc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 28 20:42:26 UTC 2022 - Bjørn Lie + +- Add baselibs.conf, containing libshaderc_shared1 (the shared lib). + ------------------------------------------------------------------- Sun Jan 30 14:58:58 UTC 2022 - Enrico Belleri diff --git a/shaderc.spec b/shaderc.spec index 444a886..4c71d1b 100644 --- a/shaderc.spec +++ b/shaderc.spec @@ -16,6 +16,7 @@ # +# Remember to bump in baselibs.conf %define lname libshaderc_shared1 Name: shaderc Version: 2022.0 @@ -26,6 +27,7 @@ Group: Development/Tools/Other URL: https://github.com/google/shaderc #Git-Clone: https://github.com/google/shaderc Source: https://github.com/google/shaderc/archive/v%version.tar.gz +Source99: baselibs.conf Patch1: 0001-Use-system-third-party-libs.patch BuildRequires: c++_compiler BuildRequires: cmake >= 2.8.12