xorg-x11-xinit/xorg-x11-xinit.spec

52 lines
1.2 KiB
RPMSpec
Raw Normal View History

2019-11-19 11:58:34 +08:00
Name: xorg-x11-xinit
Version: 1.4.0
2020-01-15 19:16:14 +08:00
Release: 5
2019-11-19 11:58:34 +08:00
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
2020-01-15 19:16:14 +08:00
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.0-5
- update spec
2019-11-19 11:58:34 +08:00
* Fri Oct 25 2019 Lijin Yang <yanglijin@huawei.com> - 1.4.0-4
- Package init