- fix the license tag
This commit is contained in:
parent
a88c0eb5a2
commit
86f93e5c12
12
gmp.spec
12
gmp.spec
@ -6,14 +6,15 @@
|
|||||||
Summary: A GNU arbitrary precision library
|
Summary: A GNU arbitrary precision library
|
||||||
Name: gmp
|
Name: gmp
|
||||||
Version: 4.3.1
|
Version: 4.3.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: http://gmplib.org/
|
URL: http://gmplib.org/
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
|
||||||
Source2: gmp.h
|
Source2: gmp.h
|
||||||
Source3: gmp-mparam.h
|
Source3: gmp-mparam.h
|
||||||
Patch0: gmp-4.0.1-s390.patch
|
Patch0: gmp-4.0.1-s390.patch
|
||||||
#Patch1: gmp-4.2.4-no-host-target-check.patch
|
# mpn/s390x/gmp-mparam.h: LGPLv2+
|
||||||
License: LGPLv3+
|
# demos/calc/calc.c: GPLv3+
|
||||||
|
License: LGPLv2+ and GPLv3+ and LGPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -57,7 +58,6 @@ in applications.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .s390
|
%patch0 -p1 -b .s390
|
||||||
#%patch1 -p1 -b .no-host-target
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
@ -228,10 +228,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 2 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.3.1-7
|
||||||
|
- fix the license tag
|
||||||
|
|
||||||
* Fri Nov 27 2009 Ivana Hutarova Varekova <varekova@redhat.com> 4.3.1-6
|
* Fri Nov 27 2009 Ivana Hutarova Varekova <varekova@redhat.com> 4.3.1-6
|
||||||
- remove unnecessary dependences
|
- remove unnecessary dependences
|
||||||
remove duplicated documentation
|
remove duplicated documentation
|
||||||
|
|
||||||
|
|
||||||
* Mon Aug 10 2009 Ivana Varekova <varekova@redhat.com> 4.3.1-5
|
* Mon Aug 10 2009 Ivana Varekova <varekova@redhat.com> 4.3.1-5
|
||||||
- fix installation with --excludedocs option (#515947)
|
- fix installation with --excludedocs option (#515947)
|
||||||
|
Loading…
Reference in New Issue
Block a user