- License: GPLv2+
- -static -> -devel (revert previous change)
This commit is contained in:
parent
6d58edd299
commit
b7a8ec13ad
17
ntl.spec
17
ntl.spec
@ -2,10 +2,9 @@
|
|||||||
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
||||||
Name: ntl
|
Name: ntl
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
# See doc/copying.txt
|
License: GPLv2+
|
||||||
License: GPL
|
|
||||||
URL: http://shoup.net/ntl/
|
URL: http://shoup.net/ntl/
|
||||||
Source: http://shoup.net/ntl/ntl-%{version}.tar.gz
|
Source: http://shoup.net/ntl/ntl-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -34,12 +33,12 @@ NTL provides high quality implementations of state-of-the-art algorithms for:
|
|||||||
* basic linear algebra over the integers, finite fields, and arbitrary
|
* basic linear algebra over the integers, finite fields, and arbitrary
|
||||||
precision floating point numbers.
|
precision floating point numbers.
|
||||||
|
|
||||||
%package static
|
%package devel
|
||||||
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Obsoletes: %{name}-devel < %{version}-%{release}
|
Obsoletes: %{name}-static < %{version}-%{release}
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
%description static
|
%description devel
|
||||||
NTL is a high-performance, portable C++ library providing data structures
|
NTL is a high-performance, portable C++ library providing data structures
|
||||||
and algorithms for arbitrary length integers; for vectors, matrices, and
|
and algorithms for arbitrary length integers; for vectors, matrices, and
|
||||||
polynomials over the integers and over finite fields; and for arbitrary
|
polynomials over the integers and over finite fields; and for arbitrary
|
||||||
@ -102,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/NTL
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files static
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README
|
||||||
%doc doc/*
|
%doc doc/*
|
||||||
@ -111,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.4-6
|
||||||
|
- License: GPLv2+
|
||||||
|
- -static -> -devel (revert previous change)
|
||||||
|
|
||||||
* Mon Dec 18 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 5.4-5
|
* Mon Dec 18 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 5.4-5
|
||||||
- -devel -> -static
|
- -devel -> -static
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user