Orphaned for 6+ weeks
This commit is contained in:
parent
459508854a
commit
34f9b51a53
6 changed files with 1 additions and 88 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/3mux-1.0.1.tar.gz
|
||||
/3mux-1.1.0.tar.gz
|
||||
68
3mux.spec
68
3mux.spec
|
|
@ -1,68 +0,0 @@
|
|||
# Generated by go2rpm 1
|
||||
%bcond_without check
|
||||
|
||||
# https://github.com/aaronjanse/3mux
|
||||
%global goipath github.com/aaronjanse/3mux
|
||||
Version: 1.1.0
|
||||
|
||||
%gometa
|
||||
|
||||
%global common_description %{expand:
|
||||
Terminal multiplexer inspired by i3.}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs README.md
|
||||
|
||||
Name: 3mux
|
||||
Release: %autorelease
|
||||
Summary: Terminal multiplexer inspired by i3
|
||||
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
|
||||
BuildRequires: golang(github.com/aaronjanse/pty)
|
||||
BuildRequires: golang(github.com/BurntSushi/toml)
|
||||
BuildRequires: golang(github.com/BurntSushi/xdg)
|
||||
BuildRequires: golang(github.com/mattn/go-runewidth)
|
||||
BuildRequires: golang(github.com/npat-efault/poller)
|
||||
BuildRequires: golang(github.com/nu7hatch/gouuid)
|
||||
BuildRequires: golang(github.com/sevlyar/go-daemon)
|
||||
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
||||
BuildRequires: golang(golang.org/x/text/language)
|
||||
BuildRequires: golang(golang.org/x/text/message)
|
||||
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%goprep
|
||||
|
||||
%build
|
||||
%gobuild -o %{gobuilddir}/bin/3mux %{goipath}
|
||||
for cmd in fuzz; do
|
||||
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
|
||||
done
|
||||
|
||||
%install
|
||||
%gopkginstall
|
||||
install -m 0755 -vd %{buildroot}%{_bindir}
|
||||
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%gocheck
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/*
|
||||
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# 3mux
|
||||
|
||||
The 3mux package
|
||||
14
changelog
14
changelog
|
|
@ -1,14 +0,0 @@
|
|||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.1-1
|
||||
- Update to latest upstream release 1.0.1 (rhbz#1829334)
|
||||
|
||||
* Wed Apr 29 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-1
|
||||
- Initial package for Fedora
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (3mux-1.1.0.tar.gz) = 74b619d82c5ed6ca921e4c77193d30fe6e307da48309d4b83c3101730878ab66689920b5bc3fe41c5f5535cdf78224387246ddcdf47594a14a15838475e3e8e0
|
||||
Reference in a new issue