Accepting request 440205 from devel:libraries:c_c++

- Follow openSUSE Packaging Guidelines: do not packae static
  libraries:
  + Pass --disable-static to configure. (forwarded request 439927 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/440205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2016-11-16 12:28:19 +00:00 committed by Git OBS Bridge
commit 132686f50b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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