From 6d58edd299de554a8dd83226d42600a9769c71e0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Dec 18 2006 18:42:15 +0000 Subject: - -devel -> -static --- diff --git a/ntl.spec b/ntl.spec index 0b94bcf..36c1c4a 100644 --- a/ntl.spec +++ b/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 5.4-5 +- -devel -> -static + * Mon Aug 28 2006 Rex Dieter 5.4-4 - fc6 respin