update to 1.4.2 [release 1.4.2-1mamba;Fri Dec 09 2022]
This commit is contained in:
parent
796c01e03b
commit
f14fcf736a
15
xinit.spec
15
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 <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
||||
- update to 1.4.2
|
||||
|
||||
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
|
||||
- update xinitrc for kde plasma and lxqt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user