diff --git a/changelog b/changelog deleted file mode 100644 index 7b78a5d..0000000 --- a/changelog +++ /dev/null @@ -1,29 +0,0 @@ -* Sat Jan 21 2023 Fedora Release Engineering - 4.1.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 4.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 4.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 4.1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 31 2021 Carl George - 4.1.3-1 -- Latest upstream - -* Thu Jan 28 2021 Fedora Release Engineering - 4.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 29 2020 Carl George - 4.1.2-1 -- Latest upstream - -* Wed Jul 29 2020 Fedora Release Engineering - 4.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 4.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Carl George - 4.1.1-1 -- Initial package rhbz#1759206 diff --git a/sources b/sources index 3832716..ed09907 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmux-xpanes-4.2.0.tar.gz) = a5baba411e6ea638af575eb450894477ed0b14fc97419a9de88638a619739d02e764b610d2f849cb4919da4b087aef05f43234eab420c36b710a452eb20a7c33 +SHA512 (tmux-xpanes-4.1.3.tar.gz) = 6545ec75a522b05eb8079c93830c81ac3c6a9ac338a3cc51c491f69a4602bef5b9f19c9f18b2975d0470c4af0a83ebf2357a4461024508ff0f6ac61d1099b22e diff --git a/xpanes.spec b/xpanes.spec index 26d6b41..2b646ae 100644 --- a/xpanes.spec +++ b/xpanes.spec @@ -1,13 +1,13 @@ Name: xpanes -Version: 4.2.0 -Release: %autorelease +Version: 4.1.3 +Release: 1%{?dist} Summary: Awesome tmux-based terminal divider License: MIT URL: https://github.com/greymd/tmux-xpanes Source0: %{url}/archive/v%{version}/tmux-xpanes-%{version}.tar.gz BuildArch: noarch -Requires: tmux +Requires: tmux >= 1.8 Provides: tmux-xpanes = %{version}-%{release} @@ -34,10 +34,10 @@ features: %install install -D -p -m 0755 bin/xpanes %{buildroot}%{_bindir}/xpanes install -D -p -m 0644 man/xpanes.1 %{buildroot}%{_mandir}/man1/xpanes.1 -install -D -p -m 0644 completion/zsh/_xpanes %{buildroot}%{zsh_completions_dir}/_xpanes +install -D -p -m 0644 completion/zsh/_xpanes %{buildroot}%{_datadir}/zsh/site-functions/_xpanes ln -s xpanes %{buildroot}%{_bindir}/tmux-xpanes ln -s xpanes.1 %{buildroot}%{_mandir}/man1/tmux-xpanes.1 -ln -s _xpanes %{buildroot}%{zsh_completions_dir}/_tmux-xpanes +ln -s _xpanes %{buildroot}%{_datadir}/zsh/site-functions/_tmux-xpanes %files @@ -47,9 +47,26 @@ ln -s _xpanes %{buildroot}%{zsh_completions_dir}/_tmux-xpanes %{_bindir}/tmux-xpanes %{_mandir}/man1/xpanes.1* %{_mandir}/man1/tmux-xpanes.1* -%{zsh_completions_dir}/_xpanes -%{zsh_completions_dir}/_tmux-xpanes +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_xpanes +%{_datadir}/zsh/site-functions/_tmux-xpanes %changelog -%autochangelog +* Mon May 31 2021 Carl George - 4.1.3-1 +- Latest upstream + +* Thu Jan 28 2021 Fedora Release Engineering - 4.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 29 2020 Carl George - 4.1.2-1 +- Latest upstream + +* Wed Jul 29 2020 Fedora Release Engineering - 4.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 4.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Carl George - 4.1.1-1 +- Initial package rhbz#1759206