remove excessive vertical space
This commit is contained in:
parent
f6afb5f93d
commit
ed76e2e210
@ -12,7 +12,6 @@ BuildRequires: boost-devel
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
A collection of multi-dimensional data structures and indexing algorithms.
|
||||
|
||||
@ -24,7 +23,6 @@ It implements the following data structures:
|
||||
* multi type matrix
|
||||
* multi type vector
|
||||
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Headers for %{name}
|
||||
@ -33,17 +31,14 @@ Requires: boost-devel
|
||||
%description devel
|
||||
Headers for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}_%{version}
|
||||
# this is only used in tests
|
||||
sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_includedir}
|
||||
mkdir %{buildroot}/%{_includedir}/mdds
|
||||
@ -52,17 +47,14 @@ mkdir -p %{buildroot}/%{_datadir}
|
||||
mkdir %{buildroot}/%{_datadir}/pkgconfig
|
||||
cp -p misc/%{name}.pc %{buildroot}/%{_datadir}/pkgconfig
|
||||
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.8.1-1
|
||||
- new release
|
||||
|
Loading…
Reference in New Issue
Block a user