rpms/tmux/devel import.log, NONE, 1.1 tmux-1.0-fixmanpagedir.patch, NONE, 1.1 tmux.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sven Lankes slankes at fedoraproject.org
Sun Nov 1 17:36:46 UTC 2009


Author: slankes

Update of /cvs/pkgs/rpms/tmux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32725/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tmux-1.0-fixmanpagedir.patch tmux.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
tmux-1_0-1_fc12:HEAD:tmux-1.0-1.fc12.src.rpm:1257096939

tmux-1.0-fixmanpagedir.patch:
 GNUmakefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE tmux-1.0-fixmanpagedir.patch ---
diff --git a/GNUmakefile b/GNUmakefile
index 5528a9f..96e7088 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,6 +31,7 @@ endif
 endif
 
 PREFIX?= /usr/local
+MANDIR?= ${PREFIX}/man
 INSTALLDIR= install -d
 INSTALLBIN= install -g bin -o root -m 555
 INSTALLMAN= install -g bin -o root -m 444
@@ -59,7 +60,7 @@ clean-all:	clean clean-depend
 install:	all
 		$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
 		$(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
-		$(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
-		$(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1
+		$(INSTALLDIR) $(DESTDIR)$(MANDIR)/man1
+		$(INSTALLMAN) tmux.1 $(DESTDIR)$(MANDIR)/man1/tmux.1
 
 -include .depend


--- NEW FILE tmux.spec ---
Name:           tmux
Version:        1.0
Release:        1%{?dist}
Summary:        A terminal multiplexer

Group:          Applications/System
# Most of the source is ISC licensed; some of the files in compat/ are 2 and
# 3 clause BSD licensed.
License:        ISC and BSD
URL:            http://sourceforge.net/projects/tmux
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# This first patch creates MANDIR in the GNUmakefile.  This has been sent
# upstream via email but upstream replied and said would not change.
Patch0:         tmux-1.0-fixmanpagedir.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel

%description
tmux is a "terminal multiplexer."  It enables a number of terminals (or
windows) to be accessed and controlled from a single terminal.  tmux is
intended to be a simple, modern, BSD-licensed alternative to programs such
as GNU Screen.

%prep
%setup -q
%patch0 -p1 -b .fixmanpagedir

%build
%configure
make %{?_smp_mflags} LDFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
make install PREFIX=%{_prefix} MANDIR=%{_mandir} DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644"

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES FAQ NOTES TODO examples/
%{_bindir}/tmux
%{_mandir}/man1/tmux.1.gz

%changelog
* Sat Oct 24 2009 Sven Lankes <sven at lank.es> 1.0-1
- New upstream release

* Mon Jul 13 2009 Chess Griffin <chess at chessgriffin.com> 0.9-1
- Update to version 0.9.
- Remove sed invocation as this was adopted upstream.
- Remove optflags patch since upstream source now uses ./configure and
  detects the flags when passed to make.

* Tue Jun 23 2009 Chess Griffin <chess at chessgriffin.com> 0.8-5
- Note that souce is mostly ISC licensed with some 2 and 3 clause BSD in
  compat/.
- Remove fixiquote.patch and instead use a sed invocation in setup.

* Mon Jun 22 2009 Chess Griffin <chess at chessgriffin.com> 0.8-4
- Add optimization flags by patching GNUmakefile and passing LDFLAGS
  to make command.
- Use consistent macro format.
- Change examples/* to examples/ and add TODO to docs.

* Sun Jun 21 2009 Chess Griffin <chess at chessgriffin.com> 0.8-3
- Remove fixperms.patch and instead pass them at make install stage.

* Sat Jun 20 2009 Chess Griffin <chess at chessgriffin.com> 0.8-2
- Fix Source0 URL to point to correct upstream source.
- Modify fixperms.patch to set 644 permissions on the tmux.1.gz man page.
- Remove wildcards from 'files' section and replace with specific paths and
  filenames.

* Mon Jun 15 2009 Chess Griffin <chess at chessgriffin.com> 0.8-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tmux/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Oct 2009 23:41:30 -0000	1.1
+++ .cvsignore	1 Nov 2009 17:36:45 -0000	1.2
@@ -0,0 +1 @@
+tmux-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tmux/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Oct 2009 23:41:30 -0000	1.1
+++ sources	1 Nov 2009 17:36:46 -0000	1.2
@@ -0,0 +1 @@
+716b12d9ea052f57d917bf2869d419df  tmux-1.0.tar.gz




More information about the fedora-extras-commits mailing list