forked from pool/screen
Accepting request 47629 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/47629 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=11
This commit is contained in:
parent
bda601adf6
commit
bd89804255
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 18:43:01 UTC 2010 - aj@suse.de
|
||||
|
||||
- BuildRequire utempter-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:06:35 UTC 2010 - aj@suse.de
|
||||
|
||||
- /var/run directories are created by /etc/tmpdirs.d/01_aaa_base.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 09:43:22 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
14
screen.spec
14
screen.spec
@ -20,13 +20,18 @@
|
||||
Url: http://www.gnu.org/software/screen/
|
||||
|
||||
Name: screen
|
||||
BuildRequires: ncurses-devel utempter
|
||||
BuildRequires: ncurses-devel
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: utempter-devel
|
||||
%else
|
||||
BuildRequires: utempter
|
||||
%endif
|
||||
License: GPLv2+
|
||||
Group: System/Console
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 4.0.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: screen-4.0.2.dif
|
||||
@ -81,8 +86,9 @@ install -m 644 screenrc $RPM_BUILD_ROOT/etc/screenrc
|
||||
%attr(555,root,root) /usr/bin/screen
|
||||
%dir /usr/share/screen
|
||||
/usr/share/screen/utf8encodings
|
||||
%dir /var/run/screens
|
||||
%dir /var/run/uscreens
|
||||
# Created via aaa_base on system boot
|
||||
%ghost %dir /var/run/screens
|
||||
%ghost %dir /var/run/uscreens
|
||||
%doc %{_infodir}/screen.info*.gz
|
||||
%doc %{_mandir}/man1/screen.1.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user