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:
commit
132686f50b
@ -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
|
Tue Sep 27 12:50:27 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
@ -75,6 +75,7 @@ based on the GMP multiple-precision library.
|
|||||||
--enable-thread-safe \
|
--enable-thread-safe \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
--docdir=%{_docdir}/%{name}
|
--docdir=%{_docdir}/%{name}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -101,7 +102,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_docdir}/mpfr
|
%doc %{_docdir}/mpfr
|
||||||
%{_infodir}/mpfr.info.gz
|
%{_infodir}/mpfr.info.gz
|
||||||
%{_libdir}/libmpfr.a
|
|
||||||
%{_libdir}/libmpfr.so
|
%{_libdir}/libmpfr.so
|
||||||
%{_includedir}/mpf2mpfr.h
|
%{_includedir}/mpf2mpfr.h
|
||||||
%{_includedir}/mpfr.h
|
%{_includedir}/mpfr.h
|
||||||
|
Loading…
Reference in New Issue
Block a user