remove old /etc/skel/.xinitrc and /etc/xprofile* [release 1.20.9-2mamba;Sat Nov 21 2020]
This commit is contained in:
parent
a0f734c953
commit
201a6e4b7f
@ -1,6 +1,6 @@
|
||||
Name: xorg-server
|
||||
Version: 1.20.9
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The core of the X.Org Foundation implementation of the X Window system
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
@ -204,14 +204,13 @@ X.org generic modesetting driver.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/skel %{buildroot}%{_sysconfdir}/xprofile.d
|
||||
#install -d %{buildroot}%{_sysconfdir}/xprofile.d
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
||||
|
||||
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/xvfb-run
|
||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/xvfb-run.1
|
||||
|
||||
cp %{SOURCE10} %{buildroot}%{_sysconfdir}/skel/.xinitrc
|
||||
install -m 755 %{SOURCE11} %{buildroot}%{_sysconfdir}/xprofile
|
||||
#install -m 755 %{SOURCE11} %{buildroot}%{_sysconfdir}/xprofile
|
||||
|
||||
install hw/xfree86/parser/xf86Parser.h %{buildroot}%{_includedir}/xorg/
|
||||
install hw/xfree86/parser/xf86Optrec.h %{buildroot}%{_includedir}/xorg/
|
||||
@ -288,13 +287,9 @@ exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) %{_sysconfdir}/skel/.xinitrc
|
||||
%dir %{_sysconfdir}/X11
|
||||
%dir %{_sysconfdir}/X11/xorg.conf.d
|
||||
%{_sysconfdir}/X11/xkb/compiled/README.compiled
|
||||
#%{_sysconfdir}/X11/Xsession.d/92xprint-xpserverlist
|
||||
%dir %{_sysconfdir}/xprofile.d
|
||||
%{_sysconfdir}/xprofile
|
||||
%{_bindir}/X
|
||||
%{_bindir}/Xnest
|
||||
%{_bindir}/Xorg
|
||||
@ -373,6 +368,9 @@ exit 0
|
||||
%{_libdir}/xorg/glx-dri/libglx.so
|
||||
|
||||
%changelog
|
||||
* Sat Nov 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.9-2mamba
|
||||
- remove old /etc/skel/.xinitrc and /etc/xprofile*
|
||||
|
||||
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 1.20.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user