- ntl-5.5.2

This commit is contained in:
Rex Dieter 2009-09-19 02:50:45 +00:00
parent 0dfc20cf2f
commit 7af9759227
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
ntl-5.5.tar.gz
ntl-5.5.2.tar.gz

View File

@ -6,8 +6,8 @@
Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl
Version: 5.5
Release: 2%{?dist}
Version: 5.5.2
Release: 1%{?dist}
License: GPLv2+
URL: http://shoup.net/ntl/
@ -59,7 +59,7 @@ Requires: %{name}-devel = %{version}-%{release}
%build
cd src
pushd src
./configure \
CC="%{__cc}" \
CXX="%{__cxx}" \
@ -71,10 +71,10 @@ cd src
LIBDIR=%{_libdir} \
NTL_GMP_LIP=on \
SHARED=on
cd -
popd
# not smp-safe
make -C src
make -C src
%check
@ -135,6 +135,9 @@ rm -rf %{buildroot}
%changelog
* Fri Sep 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 5.5.2-1
- ntl-5.5.2
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
41323fefa47de772d92807633c32b721 ntl-5.5.tar.gz
2e0afa1fa3b325e562ce89da57cba983 ntl-5.5.2.tar.gz