remove old /etc/skel/.xinitrc and /etc/xprofile* [release 1.20.9-2mamba;Sat Nov 21 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:48:57 +01:00
parent a0f734c953
commit 201a6e4b7f

View File

@ -1,6 +1,6 @@
Name: xorg-server Name: xorg-server
Version: 1.20.9 Version: 1.20.9
Release: 1mamba Release: 2mamba
Summary: The core of the X.Org Foundation implementation of the X Window system Summary: The core of the X.Org Foundation implementation of the X Window system
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
@ -204,14 +204,13 @@ X.org generic modesetting driver.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %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 %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/xvfb-run install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/xvfb-run
install -D -m0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/xvfb-run.1 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/xf86Parser.h %{buildroot}%{_includedir}/xorg/
install hw/xfree86/parser/xf86Optrec.h %{buildroot}%{_includedir}/xorg/ install hw/xfree86/parser/xf86Optrec.h %{buildroot}%{_includedir}/xorg/
@ -288,13 +287,9 @@ exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%attr(0755,root,root) %{_sysconfdir}/skel/.xinitrc
%dir %{_sysconfdir}/X11 %dir %{_sysconfdir}/X11
%dir %{_sysconfdir}/X11/xorg.conf.d %dir %{_sysconfdir}/X11/xorg.conf.d
%{_sysconfdir}/X11/xkb/compiled/README.compiled %{_sysconfdir}/X11/xkb/compiled/README.compiled
#%{_sysconfdir}/X11/Xsession.d/92xprint-xpserverlist
%dir %{_sysconfdir}/xprofile.d
%{_sysconfdir}/xprofile
%{_bindir}/X %{_bindir}/X
%{_bindir}/Xnest %{_bindir}/Xnest
%{_bindir}/Xorg %{_bindir}/Xorg
@ -373,6 +368,9 @@ exit 0
%{_libdir}/xorg/glx-dri/libglx.so %{_libdir}/xorg/glx-dri/libglx.so
%changelog %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 * Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 1.20.9-1mamba
- automatic version update by autodist - automatic version update by autodist