automatic update by autodist [release 1.0.6-1mamba;Thu Jul 18 2013]
This commit is contained in:
parent
b886af6da4
commit
1aa758e818
@ -1,2 +1,4 @@
|
|||||||
# xhost
|
# xhost
|
||||||
|
|
||||||
|
The xhost program is used to add and delete host names or user names to the list allowed to make connections to the X server.
|
||||||
|
|
||||||
|
53
xhost.spec
Normal file
53
xhost.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
Name: xhost
|
||||||
|
Version: 1.0.6
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: xhost - server access control program for X
|
||||||
|
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/xhost-%{version}.tar.gz
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXmu-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
The xhost program is used to add and delete host names or user names to the list allowed to make connections to the X server.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name} || echo -n >> %{name}.lang
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%{_mandir}/man?/*
|
||||||
|
%doc AUTHORS COPYING ChangeLog README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jul 18 2013 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 24 2012 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.4-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user