diff --git a/xinit.spec b/xinit.spec index 2b0f6cc..f5427ef 100644 --- a/xinit.spec +++ b/xinit.spec @@ -1,20 +1,19 @@ Name: xinit -Version: 1.4.1 -Release: 2mamba +Version: 1.4.2 +Release: 1mamba Summary: xinit - X Window System initializer Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: xinit-xinitrc License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libX11-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The xinit program is used to start the X Window System server and a first client program on systems that cannot start X directly from init or in environments that use multiple window systems. @@ -45,6 +44,7 @@ install -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc %files %defattr(-,root,root) +%dir %{_sysconfdir}/X11/xinit %{_sysconfdir}/X11/xinit/xinitrc %dir %{_sysconfdir}/X11/xinit/xinitrc.d %{_bindir}/%{name} @@ -54,6 +54,9 @@ install -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc #ChangeLog README %changelog +* Fri Dec 09 2022 Silvan Calarco 1.4.2-1mamba +- update to 1.4.2 + * Thu Feb 11 2021 Silvan Calarco 1.4.1-2mamba - update xinitrc for kde plasma and lxqt