Accepting request 795024 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795024 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=449
This commit is contained in:
parent
e207beb16b
commit
b3dc2bc6cb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 22:24:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Enable testsuite: Add check section and run make_build check.
|
||||
- Tweak bootstrap call, drop superfluous explicit autoreconf call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 09:12:37 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
8
gdm.spec
8
gdm.spec
@ -231,8 +231,7 @@ cp %{SOURCE8} .
|
||||
%endif
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 sh autogen.sh
|
||||
autoreconf -fiv
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure\
|
||||
--disable-static \
|
||||
--libexecdir=%{_libexecdir}/gdm \
|
||||
@ -254,7 +253,7 @@ autoreconf -fiv
|
||||
--with-initial-vt=7 \
|
||||
--with-run-dir=/run/gdm \
|
||||
--with-udevdir=%{_prefix}/lib/udev
|
||||
%make_build V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -305,6 +304,9 @@ install -m 644 %{SOURCE10} %{buildroot}%{_libexecdir}/systemd/logind.conf.d/rese
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes -s %{buildroot}%{_datadir}/help
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%pre
|
||||
%{_sbindir}/groupadd -r gdm 2> /dev/null || :
|
||||
%{_sbindir}/useradd -r -g gdm -G video -s /bin/false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user