subpackage description fixed

This commit is contained in:
Frantisek Kluknavsky 2013-11-13 14:23:25 +01:00
parent 9c68cc38d6
commit 95a4a602ed
1 changed files with 12 additions and 9 deletions

View File

@ -5,7 +5,7 @@ Version: 3.8.4
%if "%{?enable_native_atlas}" != "0" %if "%{?enable_native_atlas}" != "0"
%define dist .native %define dist .native
%endif %endif
Release: 9%{?dist} Release: 10%{?dist}
Summary: Automatically Tuned Linear Algebra Software Summary: Automatically Tuned Linear Algebra Software
Group: System Environment/Libraries Group: System Environment/Libraries
@ -57,7 +57,7 @@ Requires(posttrans): chkconfig
Requires(preun): chkconfig Requires(preun): chkconfig
%description devel %description devel
This package contains the libraries and headers for development This package contains headers for development
with ATLAS (Automatically Tuned Linear Algebra Software). with ATLAS (Automatically Tuned Linear Algebra Software).
%define types base %define types base
@ -87,9 +87,9 @@ Requires(posttrans): chkconfig
Requires(preun): chkconfig Requires(preun): chkconfig
%description sse3-devel %description sse3-devel
This package contains shared and static versions of the ATLAS This package contains header files for ATLAS (Automatically Tuned
(Automatically Tuned Linear Algebra Software) libraries compiled with Linear Algebra Software) libraries compiled with optimizations
optimizations for the SSE3 extensions to the x86_64 architecture. for the SSE3 extensions to the x86_64 architecture.
%endif %endif
@ -115,7 +115,7 @@ Requires(posttrans): chkconfig
Requires(preun): chkconfig Requires(preun): chkconfig
%description 3dnow-devel %description 3dnow-devel
This package contains headers and shared versions of the ATLAS This package contains headers for ATLAS
(Automatically Tuned Linear Algebra Software) libraries compiled with (Automatically Tuned Linear Algebra Software) libraries compiled with
optimizations for the 3DNow extensions to the ix86 architecture. optimizations for the 3DNow extensions to the ix86 architecture.
@ -138,7 +138,7 @@ Requires(posttrans): chkconfig
Requires(preun): chkconfig Requires(preun): chkconfig
%description sse-devel %description sse-devel
This package contains headers and shared versions of the ATLAS This package contains headers for ATLAS
(Automatically Tuned Linear Algebra Software) libraries compiled with (Automatically Tuned Linear Algebra Software) libraries compiled with
optimizations for the SSE(1) extensions to the ix86 architecture. optimizations for the SSE(1) extensions to the ix86 architecture.
@ -162,7 +162,7 @@ Requires(preun): chkconfig
%description sse2-devel %description sse2-devel
This package contains ATLAS (Automatically Tuned Linear Algebra Software) This package contains ATLAS (Automatically Tuned Linear Algebra Software)
shared libraries compiled with optimizations for the SSE2 extensions to the header files compiled with optimizations for the SSE2 extensions to the
ix86 architecture. ix86 architecture.
%package sse3 %package sse3
@ -184,7 +184,7 @@ Requires(preun): chkconfig
%description sse3-devel %description sse3-devel
This package contains ATLAS (Automatically Tuned Linear Algebra Software) This package contains ATLAS (Automatically Tuned Linear Algebra Software)
shared libraries compiled with optimizations for the SSE3 extensions to the ix86 architecture. header files compiled with optimizations for the SSE3 extensions to the ix86 architecture.
%endif %endif
@ -671,6 +671,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Nov 13 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.8.4-10
- subpackage description fixed
* Tue Nov 05 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.8.4-9 * Tue Nov 05 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.8.4-9
- support for aarch64 - support for aarch64