Whitespace fixes

This commit is contained in:
Kalev Lember 2018-04-04 22:58:49 +02:00
parent df7203a144
commit df748a2dff

View File

@ -78,16 +78,13 @@ Summary: Wayland server library
%description -n libwayland-server
Wayland server library
%prep
%autosetup -p1
%build
%configure --disable-static --enable-documentation
make %{?_smp_mflags}
%install
%make_install
@ -101,7 +98,6 @@ mkdir -m 700 tests/run
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
{ rc=$?; cat test-suite.log; exit $rc; }
%files devel
%{_bindir}/wayland-scanner
%{_includedir}/wayland-*.h