52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
Name: xorg-x11-xinit
|
|
Version: 1.4.0
|
|
Release: 5
|
|
Summary: X.Org X11 X Window System xinit startup scripts
|
|
License: MIT
|
|
URL: https://www.x.org
|
|
Source0: https://xorg.freedesktop.org/archive/individual/app/xinit-%{version}.tar.bz2
|
|
|
|
BuildRequires:automake gcc gcc-c++ pkgconfig(x11) dbus-devel
|
|
|
|
Requires: xorg-x11-xauth coreutils xhost
|
|
Provides: xinit = %{version} %{name}-session = %{version}-%{release}
|
|
Obsoletes: %{name}-session < %{version}-%{release}
|
|
|
|
%description
|
|
X.Org X11 X Window System xinit startup scripts.
|
|
|
|
%package help
|
|
Summary: Help document for the xorg-x11-xinit package
|
|
Buildarch: noarch
|
|
|
|
%description help
|
|
Help document for th xorg-x11-xinit package.
|
|
|
|
%prep
|
|
%autosetup -n xinit-%{version} -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
install -d %{buildroot}%{_sysconfdir}/X11/xinit/Xclients.d
|
|
|
|
%files
|
|
%doc COPYING README ChangeLog
|
|
%{_bindir}/*
|
|
%{_sysconfdir}/X11/xinit/*
|
|
%config(noreplace) %{_sysconfdir}/X11/*
|
|
|
|
%files help
|
|
%{_mandir}/man1/startx.1*
|
|
%{_mandir}/man1/xinit.1*
|
|
|
|
%changelog
|
|
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.0-5
|
|
- update spec
|
|
|
|
* Fri Oct 25 2019 Lijin Yang <yanglijin@huawei.com> - 1.4.0-4
|
|
- Package init
|