move the full desc. to -devel

This commit is contained in:
David Tardon 2015-06-12 07:35:18 +02:00
parent 82dcbc2504
commit b8fd67f611

View File

@ -14,7 +14,19 @@ Source0: http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2
BuildRequires: boost-devel
%description
A collection of multi-dimensional data structures and indexing algorithms.
%{name} is a collection of multi-dimensional data structures and
indexing algorithms.
%package devel
Group: Development/Libraries
Summary: Headers for %{name}
BuildArch: noarch
Requires: boost-devel
Provides: %{name}-static = %{version}-%{release}
%description devel
%{name} is a collection of multi-dimensional data structures and
indexing algorithms.
It implements the following data structures:
* segment tree
@ -26,16 +38,6 @@ It implements the following data structures:
See README for a brief description of the structures.
%package devel
Group: Development/Libraries
Summary: Headers for %{name}
BuildArch: noarch
Requires: boost-devel
Provides: %{name}-static = %{version}-%{release}
%description devel
Headers for %{name}.
%prep
%autosetup -n %{name}_%{version} -p1