Package init
This commit is contained in:
parent
a56785d79f
commit
09a78073ef
15
screen.spec
15
screen.spec
@ -1,7 +1,7 @@
|
|||||||
Name: screen
|
Name: screen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.6.2
|
Version: 4.6.2
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A full-screen window manager
|
Summary: A full-screen window manager
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/screen
|
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
|
Source1: screen.pam
|
||||||
|
|
||||||
BuildRequires: automake autoconf gcc ncurses-devel texinfo
|
BuildRequires: automake autoconf gcc ncurses-devel texinfo
|
||||||
Requires: shadow info
|
Requires: shadow-utils
|
||||||
|
Requires(preun): info
|
||||||
|
Requires(post): info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Screen is a full-screen window manager that multiplexes
|
Screen is a full-screen window manager that multiplexes
|
||||||
@ -82,15 +84,20 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/screen
|
%config(noreplace) %{_sysconfdir}/pam.d/screen
|
||||||
%{_tmpfilesdir}/screen.conf
|
%{_tmpfilesdir}/screen.conf
|
||||||
%attr(2755,root,screen) %{_bindir}/screen
|
%attr(2755,root,screen) %{_bindir}/screen
|
||||||
|
%attr(775,root,screen) %{_rundir}/screen
|
||||||
%{_datadir}/screen
|
%{_datadir}/screen
|
||||||
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/screen.*
|
%{_mandir}/man1/screen.*
|
||||||
%{_infodir}/screen.info*
|
%{_infodir}/screen.info*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 1:4.6.2-4
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user