auto-import changelog data from gmp-4.1-3.src.rpm
Mon Jul 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.1-3 - Redefine the configure macro, the included configure script isn't happy about the rpm default one (#68190). Also, make sure the included libtool isn't replaced, Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Sat May 25 2002 Florian La Roche <Florian.LaRoche@redhat.de> - update to version 4.1 - patch s390 gmp-mparam.h to match other archs. Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
fbd8757254
commit
b2350ff674
@ -1 +1 @@
|
|||||||
gmp-4.0.1.tar.bz2
|
gmp-4.1.tar.bz2
|
||||||
|
12
gmp-4.0.1-s390.patch
Normal file
12
gmp-4.0.1-s390.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- gmp-4.0.1/mpn/s390/gmp-mparam.h.s390 Wed May 15 21:32:57 2002
|
||||||
|
+++ gmp-4.0.1/mpn/s390/gmp-mparam.h Wed May 15 21:33:21 2002
|
||||||
|
@@ -20,7 +20,8 @@
|
||||||
|
MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
|
-/* BITS_PER_MP_LIMB etc generated by configure */
|
||||||
|
+#define BITS_PER_MP_LIMB 32
|
||||||
|
+#define BYTES_PER_MP_LIMB 4
|
||||||
|
|
||||||
|
|
||||||
|
/* Generated by tuneup.c, 2001-09-26, gcc 2.95 */
|
22
gmp.spec
22
gmp.spec
@ -1,9 +1,12 @@
|
|||||||
|
%define configure CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; ./configure %{_target_platform} --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir}
|
||||||
|
|
||||||
Summary: A GNU arbitrary precision library.
|
Summary: A GNU arbitrary precision library.
|
||||||
Name: gmp
|
Name: gmp
|
||||||
Version: 4.0.1
|
Version: 4.1
|
||||||
Release: 3
|
Release: 3
|
||||||
URL: http://www.gnu.org/
|
URL: http://www.gnu.org/
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
|
||||||
|
Patch: gmp-4.0.1-s390.patch
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -36,9 +39,9 @@ install the gmp package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# It's like libtoolize --copy --force, but different...
|
|
||||||
%configure --enable-mpbsd
|
%configure --enable-mpbsd
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -80,6 +83,21 @@ fi
|
|||||||
%{_infodir}/gmp.info*
|
%{_infodir}/gmp.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.1-3
|
||||||
|
- Redefine the configure macro, the included configure
|
||||||
|
script isn't happy about the rpm default one (#68190). Also, make
|
||||||
|
sure the included libtool isn't replaced,
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Sat May 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to version 4.1
|
||||||
|
- patch s390 gmp-mparam.h to match other archs.
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Mon Mar 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.1-3
|
* Mon Mar 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.1-3
|
||||||
- Use standard %%configure macro and edit %%{_tmppath}
|
- Use standard %%configure macro and edit %%{_tmppath}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user