summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-01 23:22:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-01 23:22:19 (EDT)
commita4fadd5194cfbd92bfdb87897164f914041c9267 (patch)
tree8016c8a8632e74ee81c0cebf89595f35f11690af
parentf91f05cf92559923b5efb3bfd17958993a105cb3 (diff)
libmpfr.6: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control3
-rw-r--r--libmpfr.6.pkg/control2
4 files changed, 5 insertions, 2 deletions
diff --git a/build b/build
index faaf951..90e4d1a 100755
--- a/build
+++ b/build
@@ -18,3 +18,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 6765c44..c201972 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,7 @@ mpfr (4.0.2-1) trunk
* Update homepage.
* libmpfr.4: Replace with libmpfr.6.
* libmpfr-dev: Remove static library.
+ * libmpfr.6: Use automatic shared library dependencies.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 22:49:13 -0400
diff --git a/control b/control
index d7123ff..7e80007 100644
--- a/control
+++ b/control
@@ -1,4 +1,5 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>,
Warren McDonald <wdm2@njit.edu>
-Build-Depends: gpg, dirmngr, opkhelper-3.0, libgmp-dev
+Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2),
+ libgmp-dev
Homepage: https://www.mpfr.org/
diff --git a/libmpfr.6.pkg/control b/libmpfr.6.pkg/control
index 075dacb..0944167 100644
--- a/libmpfr.6.pkg/control
+++ b/libmpfr.6.pkg/control
@@ -1,4 +1,4 @@
Architecture: any
Platform: all
-Depends: libgmp.10
+Depends: ${Shlib-Depends}
Description: MPFR is a C library for multiple-precision floating-point computations with correct rounding.