From a4b44f372704b34384c97ff4703e76521c0f2b846fe8654d2f2a73cfeed63b75 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 14 Nov 2016 09:57:41 +0000 Subject: [PATCH] Accepting request 439927 from home:dimstar:Factory - Follow openSUSE Packaging Guidelines: do not packae static libraries: + Pass --disable-static to configure. OBS-URL: https://build.opensuse.org/request/show/439927 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=39 --- mpfr.changes | 7 +++++++ mpfr.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mpfr.changes b/mpfr.changes index 9d3f4c7..fa8bf8d 100644 --- a/mpfr.changes +++ b/mpfr.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 11 16:30:49 UTC 2016 - dimstar@opensuse.org + +- Follow openSUSE Packaging Guidelines: do not packae static + libraries: + + Pass --disable-static to configure. + ------------------------------------------------------------------- Tue Sep 27 12:50:27 UTC 2016 - rguenther@suse.com diff --git a/mpfr.spec b/mpfr.spec index 734c545..de043e9 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -75,6 +75,7 @@ based on the GMP multiple-precision library. --enable-thread-safe \ %endif --enable-shared \ + --disable-static \ --docdir=%{_docdir}/%{name} make %{?_smp_mflags} @@ -101,7 +102,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %defattr(-,root,root) %doc %{_docdir}/mpfr %{_infodir}/mpfr.info.gz -%{_libdir}/libmpfr.a %{_libdir}/libmpfr.so %{_includedir}/mpf2mpfr.h %{_includedir}/mpfr.h