remove excessive vertical space

This commit is contained in:
David Tardon 2013-06-10 09:06:04 +02:00
parent f6afb5f93d
commit ed76e2e210
1 changed files with 0 additions and 8 deletions

View File

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