Package init

This commit is contained in:
dogsheng 2019-12-25 16:07:06 +08:00
parent a56785d79f
commit 09a78073ef

View File

@ -1,7 +1,7 @@
Name: screen
Epoch: 1
Version: 4.6.2
Release: 4
Release: 5
Summary: A full-screen window manager
License: GPLv3+
URL: http://www.gnu.org/software/screen
@ -9,7 +9,9 @@ Source0: http://ftp.gnu.org/gnu/screen/screen-%{version}.tar.gz
Source1: screen.pam
BuildRequires: automake autoconf gcc ncurses-devel texinfo
Requires: shadow info
Requires: shadow-utils
Requires(preun): info
Requires(post): info
%description
Screen is a full-screen window manager that multiplexes
@ -82,15 +84,20 @@ fi
%config(noreplace) %{_sysconfdir}/pam.d/screen
%{_tmpfilesdir}/screen.conf
%attr(2755,root,screen) %{_bindir}/screen
%attr(775,root,screen) %{_rundir}/screen
%{_datadir}/screen
%files help
%{_mandir}/man1/screen.*
%{_infodir}/screen.info*
%changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:4.6.2-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add requires and a directory
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 1:4.6.2-4
- Type:enhancement
- ID:NA