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