auto-import changelog data from gmp-3.1.1-3.src.rpm

Mon Feb 05 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25515 where GMP wouldn't work on IA64 as IA64 is not
    correctly identified as a 64 bit platform.
Mon Dec 18 2000 Preston Brown <pbrown@redhat.com>
- include bsd mp library
Tue Oct 17 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.1.1
Sun Sep 03 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 3.1
This commit is contained in:
cvsdist 2004-09-09 05:20:41 +00:00
parent 151e76921c
commit 6d68c789e2
3 changed files with 25 additions and 7 deletions

View File

@ -1 +1 @@
gmp-3.0.1.tar.gz gmp-3.1.1.tar.gz

View File

@ -1,10 +1,10 @@
Summary: A GNU arbitrary precision library. Summary: A GNU arbitrary precision library.
Name: gmp Name: gmp
Version: 3.0.1 Version: 3.1.1
Release: 5 Release: 3
URL: http://www.gnu.org/ URL: http://www.gnu.org/
Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.gz
Patch: gmp-3.0-sparc64.patch Patch: gmp-3.1.1-ia64.patch
Copyright: LGPL Copyright: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRoot: %{_tmppath}/gmp-root BuildRoot: %{_tmppath}/gmp-root
@ -57,13 +57,14 @@ cp /usr/share/libtool/config.{sub,guess} .
--localstatedir=%{_localstatedir} \ --localstatedir=%{_localstatedir} \
--sharedstatedir=%{_sharedstatedir} \ --sharedstatedir=%{_sharedstatedir} \
--mandir=%{_mandir} \ --mandir=%{_mandir} \
--infodir=%{_infodir} --infodir=%{_infodir} \
--enable-mpbsd
make make
%install %install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%{makeinstall} %{makeinstall}
gzip ${RPM_BUILD_ROOT}%{_infodir}/gmp.info* #gzip ${RPM_BUILD_ROOT}%{_infodir}/gmp.info*
install -m 644 gmp-mparam.h ${RPM_BUILD_ROOT}%{_includedir} install -m 644 gmp-mparam.h ${RPM_BUILD_ROOT}%{_includedir}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -85,16 +86,33 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS README %doc COPYING NEWS README
%{_libdir}/libgmp.so.* %{_libdir}/libgmp.so.*
%{_libdir}/libmp.so.*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libmp.so
%{_libdir}/libgmp.so %{_libdir}/libgmp.so
%{_libdir}/libmp.a
%{_libdir}/libgmp.a %{_libdir}/libgmp.a
%{_includedir}/mp.h
%{_includedir}/gmp.h %{_includedir}/gmp.h
%{_includedir}/gmp-mparam.h %{_includedir}/gmp-mparam.h
%{_infodir}/gmp.info* %{_infodir}/gmp.info*
%changelog %changelog
* Mon Feb 05 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25515 where GMP wouldn't work on IA64 as IA64 is not
correctly identified as a 64 bit platform.
* Mon Dec 18 2000 Preston Brown <pbrown@redhat.com>
- include bsd mp library
* Tue Oct 17 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.1.1
* Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 3.1
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com> * Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
- devel subpackage depends on main package so that .so symlink is OK. - devel subpackage depends on main package so that .so symlink is OK.

View File

@ -1 +1 @@
c69bf4c01101f22238b5efb0ca7e177b gmp-3.0.1.tar.gz 7c25f129df145fd6f72455926e911791 gmp-3.1.1.tar.gz