automatic update by autodist [release 1.0.8-1mamba;Fri Aug 02 2019]

This commit is contained in:
Automatic Build System 2024-01-05 19:42:49 +01:00
parent f3d7945d3b
commit 15fa6095a5

View File

@ -1,5 +1,5 @@
Name: xhost
Version: 1.0.7
Version: 1.0.8
Release: 1mamba
Summary: xhost - server access control program for X
Group: Graphical Desktop/Applications/Utilities
@ -31,18 +31,22 @@ 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
* 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