Compare commits
3 Commits
1.0.7-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
008abdf8e9 | |||
9c393037b1 | |||
15fa6095a5 |
22
xhost.spec
22
xhost.spec
@ -1,21 +1,19 @@
|
||||
Name: xhost
|
||||
Version: 1.0.7
|
||||
Version: 1.0.10
|
||||
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/
|
||||
URL: https://www.x.org/wiki/
|
||||
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.
|
||||
@ -31,18 +29,28 @@ The xhost program is used to add and delete host names or user names to the list
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || echo -n >> %{name}.lang
|
||||
#% find_lang %{name} || echo -n >> %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Feb 03 2025 Automatic Build System <autodist@openmamba.org> 1.0.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 13 2022 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user