diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..63509d6 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libinih0 diff --git a/inih.changes b/inih.changes index 814bf5b..654e029 100644 --- a/inih.changes +++ b/inih.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 30 15:56:29 UTC 2023 - Dirk Müller + +- add baselibs.conf + ------------------------------------------------------------------- Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach - 56 diff --git a/inih.spec b/inih.spec index 950041b..54ea752 100644 --- a/inih.spec +++ b/inih.spec @@ -1,7 +1,7 @@ # # spec file for package inih # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Matthias Bach # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/benhoyt/inih Source: https://github.com/benhoyt/inih/archive/r%{version}.tar.gz#/inih-r%{version}.tar.gz +Source9: baselibs.conf BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig