Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159315 Details for
Bug 248354
separate mpfr package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
suggested spec file
mpfr.spec (text/plain), 2.32 KB, created by
Ivana Varekova
on 2007-07-16 12:10:35 UTC
(
hide
)
Description:
suggested spec file
Filename:
MIME Type:
Creator:
Ivana Varekova
Created:
2007-07-16 12:10:35 UTC
Size:
2.32 KB
patch
obsolete
>Summary: A C library for multiple-precision floating-point computations >Name: mpfr >Version: 2.2.1 >Release: 1 >URL: http://www.mpfr.org/ >Source0: http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.bz2 >License: GPL >Group: System Environment/Libraries >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: automake16 autoconf libtool gmp-devel >Requires(post): /sbin/ldconfig >Requires(postun): /sbin/ldconfig > >%description >The MPFR library is a C library for multiple-precision floating-point >computations with "correct rounding". The MPFR is efficient and >also has a well-defined semantics. It copies the good ideas from the >ANSI/IEEE-754 standard for double-precision floating-point arithmetic >(53-bit mantissa). MPFR is based on the GMP multiple-precision library. > >%package devel >Summary: Development tools A C library for mpfr library >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires(post): /sbin/install-info >Requires(preun): /sbin/install-info > >%description devel >The static libraries, header files and documentation for using the MPFR >multiple-precision floating-point library in applications. > >If you want to develop applications which will use the MPFR library, >you'll need to install the mpfr-devel package. You'll also need to >install the mpfr package. > >%prep >%setup -q > >%build > >%configure --disable-assert >cp Makefile Makefile.static >%configure --disable-assert --enable-shared >make %{?_smp_mflags} > >cd .. > >%install >rm -rf $RPM_BUILD_ROOT >iconv -f iso-8859-1 -t utf-8 mpfr.info >mpfr.info.aux >mv mpfr.info.aux mpfr.info >make install DESTDIR=$RPM_BUILD_ROOT >rm -f $RPM_BUILD_ROOT%{_libdir}/libmpfr.la >rm -f $RPM_BUILD_ROOT%{_infodir}/dir >cd .. > > >%check >make %{?_smp_mflags} check > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%post devel >/sbin/install-info %{_infodir}/mpfr.info.gz %{_infodir}/dir || : > >%preun devel >if [ "$1" = 0 ]; then > /sbin/install-info --delete %{_infodir}/mpfr.info.gz %{_infodir}/dir || : >fi > >%clean >[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root,-) >%doc COPYING COPYING.LIB NEWS README >%{_libdir}/libmpfr.so.* > >%files devel >%defattr(-,root,root,-) >%{_libdir}/libmpfr.so >%{_libdir}/libmpfr.a >%{_includedir}/*.h >%{_infodir}/mpfr.info* > >%changelog >* Mon Jan 16 2007 Ivana Varekova <varekova@redhat.com> 2.2.1-1 >- started >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248354
:
159315
|
159317
|
159319