New upstream release
This commit is contained in:
parent
56af6faaa7
commit
9c833fa7d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ tmux-1.3.tar.gz
|
|||||||
/tmux-1.4.tar.gz
|
/tmux-1.4.tar.gz
|
||||||
/tmux-1.5.tar.gz
|
/tmux-1.5.tar.gz
|
||||||
/tmux-1.6.tar.gz
|
/tmux-1.6.tar.gz
|
||||||
|
/tmux-1.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
3e37db24aa596bf108a0442a81c845b3 tmux-1.6.tar.gz
|
2c48fb9beb22eedba7a5de3b78dd0c03 tmux-1.7.tar.gz
|
||||||
|
11
tmux.spec
11
tmux.spec
@ -1,6 +1,6 @@
|
|||||||
Name: tmux
|
Name: tmux
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A terminal multiplexer
|
Summary: A terminal multiplexer
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -9,7 +9,6 @@ Group: Applications/System
|
|||||||
License: ISC and BSD
|
License: ISC and BSD
|
||||||
URL: http://sourceforge.net/projects/tmux
|
URL: http://sourceforge.net/projects/tmux
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
@ -31,9 +30,6 @@ make %{?_smp_mflags} LDFLAGS="%{optflags}"
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644"
|
make install DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644"
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ ! -f %{_sysconfdir}/shells ] ; then
|
if [ ! -f %{_sysconfdir}/shells ] ; then
|
||||||
echo "%{_bindir}/tmux" > %{_sysconfdir}/shells
|
echo "%{_bindir}/tmux" > %{_sysconfdir}/shells
|
||||||
@ -48,6 +44,9 @@ fi
|
|||||||
%{_mandir}/man1/tmux.1.*
|
%{_mandir}/man1/tmux.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 13 2012 Sven Lankes <sven@lank.es> 1.7-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user