]> git.pld-linux.org Git - packages/tmux.git/blobdiff - tmux.spec
Rel 3; update from git
[packages/tmux.git] / tmux.spec
index 8bcc506cdd34ecd9379c3145ae906369a275d73a..f5262504fd07dd229a2e50c8ffda21af8dd78771 100644 (file)
--- a/tmux.spec
+++ b/tmux.spec
@@ -1,16 +1,23 @@
 # TODO:
 # - vim doesn't detect filetype
+#
+# Conditional build:
+%bcond_without systemd         # without system integration
+
+%define commit  e809c2ec359b0fd6151cf33929244b7a7d637119
+
 Summary:       tmux - a terminal multiplexer
 Summary(hu.UTF-8):     tmux egy terminál-sokszorozó
 Summary(pl.UTF-8):     tmux - multiplekser terminali
 Name:          tmux
-Version:       3.2a
-Release:       1
+Version:       3.3a
+Release:       3
 License:       ISC
 Group:         Applications/Terminal
 #Source0Download: https://github.com/tmux/tmux/releases
-Source0:       https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 61fba141303aeaf8d9a6931d247f2f4a
+# Source0:     https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source0:        https://github.com/tmux/tmux/archive/%{commit}.zip
+# Source0-md5: f8eeb580e28377656d1d60f3b29e4dad
 Source1:       %{name}-filedetect.vim
 Source2:       https://raw.githubusercontent.com/keith/tmux.vim/master/syntax/tmux.vim
 # Source2-md5: cd1169a1757b515b5c57816d339c6f72
@@ -23,6 +30,7 @@ BuildRequires:        libutempter-devel
 BuildRequires: ncurses-devel >= 5
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.673
+%{?with_systemd:BuildRequires: systemd-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,12 +79,14 @@ This package provides bash-completion for tmux.
 Ten pakiet dostarcza bashowe dopełnianie składni dla polecenia tmux.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{commit}
 
 %build
+[ ! -x configure ] && ./autogen.sh
 # note: on Linux use plain glibc functions instead of utf8proc
 %configure \
-       CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw"
+       CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw" \
+       %{__enable_disable systemd}
 
 %{__make}
 
This page took 0.123408 seconds and 4 git commands to generate.