From 5645ac6afb3ac33c1c924c9b0804e73bdb626b4d2b89a9aa38ddfce0b1b54eaa Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 2 Sep 2021 13:30:40 +0000 Subject: [PATCH] - Add a basic baselibs.conf. OBS-URL: https://build.opensuse.org/package/show/science/mpdecimal?expand=0&rev=4 --- baselibs.conf | 3 +++ mpdecimal.changes | 1 + mpdecimal.spec | 1 + 3 files changed, 5 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..c5023c4 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libmpdec++3 +libmpdec3 +mpdecimal-devel diff --git a/mpdecimal.changes b/mpdecimal.changes index 50987f0..89c925c 100644 --- a/mpdecimal.changes +++ b/mpdecimal.changes @@ -3,6 +3,7 @@ Thu Sep 2 13:07:52 UTC 2021 - Matej Cepl - Switch on _multibuild with the separate test step (to minimize dependencies). +- Add a basic baselibs.conf. ------------------------------------------------------------------- Tue Aug 10 00:04:52 UTC 2021 - Stefan Krah diff --git a/mpdecimal.spec b/mpdecimal.spec index 56b5381..860d961 100644 --- a/mpdecimal.spec +++ b/mpdecimal.spec @@ -33,6 +33,7 @@ Group: Development/Libraries/C and C++ URL: https://www.bytereef.org/mpdecimal/index.html Source0: https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-%{version}.tar.gz Source1: http://speleotrove.com/decimal/dectest.zip +Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++