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
|
Name: xinit
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: xinit - X Window System initializer
|
Summary: xinit - X Window System initializer
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||||
Source1: xinit-xinitrc
|
Source1: xinit-xinitrc
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_sysconfdir}/X11/xinit
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc
|
%{_sysconfdir}/X11/xinit/xinitrc
|
||||||
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
@ -54,6 +54,9 @@ install -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc
|
|||||||
#ChangeLog README
|
#ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
|
||||||
- update xinitrc for kde plasma and lxqt
|
- update xinitrc for kde plasma and lxqt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user