xinit/xinit.spec

60 lines
1.7 KiB
RPMSpec

Name: xinit
Version: 1.3.3
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
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.
When this first client exits, xinit will kill the X server and then terminate.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%config %{_sysconfdir}/X11/xinit/xinitrc
%{_bindir}/%{name}
%{_bindir}/startx
%{_mandir}/man?/*
%doc COPYING
#ChangeLog README
%changelog
* Sat Sep 14 2013 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic update by autodist
* Wed May 02 2012 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic version update by autodist
* Thu Aug 11 2011 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
- automatic version update by autodist
* Tue Apr 26 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.3.0-1mamba
- package created by autospec