- New upstream release
This commit is contained in:
parent
73482c5a1d
commit
d3d3920a27
@ -1 +1 @@
|
|||||||
tmux-1.1.tar.gz
|
tmux-1.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
faf2fc52ac3ae63d899f6fece2c112cd tmux-1.1.tar.gz
|
748fbe7bb5f86812e19bd6005ff21a5a tmux-1.2.tar.gz
|
||||||
|
10
tmux.spec
10
tmux.spec
@ -1,5 +1,5 @@
|
|||||||
Name: tmux
|
Name: tmux
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A terminal multiplexer
|
Summary: A terminal multiplexer
|
||||||
|
|
||||||
@ -15,10 +15,11 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
|
|||||||
Patch0: tmux-1.0-02_fix_wrong_location.diff
|
Patch0: tmux-1.0-02_fix_wrong_location.diff
|
||||||
Patch1: tmux-1.0-03_proper_socket_handling.diff
|
Patch1: tmux-1.0-03_proper_socket_handling.diff
|
||||||
Patch2: tmux-1.0-04_dropping_unnecessary_privileges.diff
|
Patch2: tmux-1.0-04_dropping_unnecessary_privileges.diff
|
||||||
Patch3: tmux-1.0-06_hardening_write_return.diff
|
#Patch3: tmux-1.0-06_hardening_write_return.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: libevent-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
tmux is a "terminal multiplexer." It enables a number of terminals (or
|
tmux is a "terminal multiplexer." It enables a number of terminals (or
|
||||||
@ -31,7 +32,7 @@ as GNU Screen.
|
|||||||
%patch0 -p1 -b .location
|
%patch0 -p1 -b .location
|
||||||
%patch1 -p1 -b .sockethandling
|
%patch1 -p1 -b .sockethandling
|
||||||
%patch2 -p1 -b .dropprivs
|
%patch2 -p1 -b .dropprivs
|
||||||
%patch3 -p1 -b .writehard
|
#%patch3 -p1 -b .writehard
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,6 +59,9 @@ getent group tmux >/dev/null || groupadd -r tmux
|
|||||||
%attr(775,root,tmux) %{_localstatedir}/run/tmux
|
%attr(775,root,tmux) %{_localstatedir}/run/tmux
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 28 2010 Sven Lankes <sven@lank.es> 1.2-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Mon Nov 09 2009 Sven Lankes <sven@lank.es> 1.1-1
|
* Mon Nov 09 2009 Sven Lankes <sven@lank.es> 1.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user