New upstream version

Add -DNO_ASM flag for arm archs.
This commit is contained in:
Deji Akingunola 2011-10-09 18:45:41 -04:00
parent a4d6f32984
commit b3956af3b9
2 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: cln
Version: 1.3.1
Release: 2%{?dist}
Version: 1.3.2
Release: 1%{?dist}
Summary: Class Library for Numbers
Group: System Environment/Libraries
@ -34,13 +34,19 @@ syntax.
This package is necessary if you wish to develop software based on
the CLN library.
%ifarch %{arm}
%global XFLAGS %{optflags} -DNO_ASM
%else
%global XFLAGS %{optflags}
%endif
%prep
%setup -q
%patch1 -p0 -b .s390x
%patch2 -p0 -b .fix
%build
%configure --disable-static
%configure --disable-static CXXFLAGS="%{XFLAGS}"
make %{?_smp_mflags}
make pdf
make html
@ -88,6 +94,10 @@ fi
%{_docdir}/%{name}-devel-%{version}
%changelog
* Sun Oct 09 2011 Deji Akingunola <dakingun@gmail.com> - 1.3.2-1
- New upstream version
- Add -DNO_ASM flag for arm archs.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
ede584cb1cafa66d56f42a3cf420469d cln-1.3.1.tar.bz2
d897cce94d9c34d106575ed4ec865d71 cln-1.3.2.tar.bz2