Hello community, here is the log from the commit of package tmate for openSUSE:Factory checked in at 2020-02-09 20:47:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tmate (Old) and /work/SRC/openSUSE:Factory/.tmate.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tmate" Sun Feb 9 20:47:58 2020 rev:6 rq:772110 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tmate/tmate.changes 2019-11-19 12:59:10.386139829 +0100 +++ /work/SRC/openSUSE:Factory/.tmate.new.26092/tmate.changes 2020-02-09 20:48:07.666865097 +0100 @@ -1,0 +2,5 @@ +Fri Feb 7 14:14:03 UTC 2020 - Ondřej Súkup <[email protected]> + +- cleanup spec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tmate.spec ++++++ --- /var/tmp/diff_new_pack.rAQyOi/_old 2020-02-09 20:48:09.378866074 +0100 +++ /var/tmp/diff_new_pack.rAQyOi/_new 2020-02-09 20:48:09.378866074 +0100 @@ -1,7 +1,7 @@ # # spec file for package tmate # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,14 +26,12 @@ Source: https://github.com/tmate-io/tmate/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake -BuildRequires: libevent-devel BuildRequires: libmsgpack-devel >= 1.1.0 BuildRequires: libmsgpackc-devel >= 1.1.0 -BuildRequires: libopenssl-devel -BuildRequires: libssh-devel >= 0.6.1 -BuildRequires: ncurses-devel -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libevent) +BuildRequires: pkgconfig(libssh) >= 0.6.1 +BuildRequires: pkgconfig(tinfo) %description Tmate is a fork of tmux providing an instant pairing solution. @@ -45,16 +43,15 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" ./autogen.sh %configure -make %{?_smp_mflags} +%make_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install %files -%defattr(-,root,root) %doc CHANGES FAQ README-tmux README.md %license COPYING %{_bindir}/tmate -%{_mandir}/man1/tmate.1* +%{_mandir}/man1/tmate.1%{?ext_man} %changelog
