Whitespace fixes
This commit is contained in:
parent
df7203a144
commit
df748a2dff
@ -78,16 +78,13 @@ Summary: Wayland server library
|
|||||||
%description -n libwayland-server
|
%description -n libwayland-server
|
||||||
Wayland server library
|
Wayland server library
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-documentation
|
%configure --disable-static --enable-documentation
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
@ -101,7 +98,6 @@ mkdir -m 700 tests/run
|
|||||||
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
|
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
|
||||||
{ rc=$?; cat test-suite.log; exit $rc; }
|
{ rc=$?; cat test-suite.log; exit $rc; }
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/wayland-scanner
|
%{_bindir}/wayland-scanner
|
||||||
%{_includedir}/wayland-*.h
|
%{_includedir}/wayland-*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user