- reverted move to /usr/etc/X11/xinit for now (boo#1175123, comment#6)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=55
This commit is contained in:
parent
379530dc81
commit
7ac81f565f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 09:44:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- reverted move to /usr/etc/X11/xinit for now (boo#1175123, comment#6)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 02:48:39 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define UsrEtcMove 0
|
||||
|
||||
Name: xinit
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
@ -63,7 +65,7 @@ terminate.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1550 && 0%{UsrEtcMove}
|
||||
sed -i 's+/etc+/usr/etc+' %{PATCH0}
|
||||
%endif
|
||||
%patch0 -p0
|
||||
@ -87,7 +89,7 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_mandir}/man1
|
||||
install -m 0711 keygen %{buildroot}%{_bindir}/keygen
|
||||
pushd %{buildroot}
|
||||
tar xf %{SOURCE1}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1550 && 0%{UsrEtcMove}
|
||||
patch -p0 < %{PATCH5}
|
||||
mkdir -p usr/etc/X11/xinit
|
||||
mv etc/X11/Xresources usr/etc/X11
|
||||
@ -101,7 +103,7 @@ popd
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README.md
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1550 && 0%{UsrEtcMove}
|
||||
%dir %{_distconfdir}/X11
|
||||
%{_distconfdir}/X11/xinit/
|
||||
%{_distconfdir}/X11/Xresources
|
||||
|
Loading…
x
Reference in New Issue
Block a user