[tw]
- added alpha support for gmp.h and gmp-mparam.h wrappers
This commit is contained in:
parent
3932118c3e
commit
89907e8463
@ -48,6 +48,8 @@ MA 02111-1307, USA. */
|
||||
#include "gmp-mparam-s390.h"
|
||||
#elif defined(__x86_64__)
|
||||
#include "gmp-mparam-x86_64.h"
|
||||
#elif defiend(__alpha__)
|
||||
#include "gmp-mparam-alpha.h"
|
||||
#else
|
||||
#error "The gmp-devel package is not usable with the architecture."
|
||||
#endif
|
||||
|
2
gmp.h
2
gmp.h
@ -49,6 +49,8 @@ MA 02111-1307, USA. */
|
||||
#include "gmp-s390.h"
|
||||
#elif defined(__x86_64__)
|
||||
#include "gmp-x86_64.h"
|
||||
#elif defined(__alpha__)
|
||||
#include "gmp-alpha.h"
|
||||
#else
|
||||
#error "The gmp-devel package is not usable with the architecture."
|
||||
#endif
|
||||
|
5
gmp.spec
5
gmp.spec
@ -9,7 +9,7 @@
|
||||
Summary: A GNU arbitrary precision library
|
||||
Name: gmp
|
||||
Version: 4.1.4
|
||||
Release: 12
|
||||
Release: 12.1
|
||||
URL: http://www.swox.com/gmp/
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
|
||||
Source1: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
|
||||
@ -208,6 +208,9 @@ fi
|
||||
%{_infodir}/mpfr.info*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2007 Thomas Woerner <twoerner@redhat.com> 4.1.4-12.1
|
||||
- added alpha support for gmp.h and gmp-mparam.h wrappers
|
||||
|
||||
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 4.1.4-12
|
||||
- remove trailing dot from summary
|
||||
- fix buildroot
|
||||
|
Loading…
Reference in New Issue
Block a user