From d4b69c6b3bcac192f87f1605e10c52fb53560b1b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 15 Mar 2019 13:48:34 +0000 Subject: [PATCH 01/14] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b60678 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# wl-clipboard + +The wl-clipboard package \ No newline at end of file From 2969752c159884a8ed45d5ab97fd62e91417d943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 15 Mar 2019 15:32:00 +0100 Subject: [PATCH 02/14] initial package (rhbz#1660440) --- .gitignore | 1 + sources | 1 + wl-clipboard.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 wl-clipboard.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dff0530 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/wl-clipboard-7e5103c.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..2f0dc15 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wl-clipboard-7e5103c.tar.gz) = bd4d6f2242978cfec3efb1ecc91c34ab7cd781bdd45bb57bed94242d4e5303ae193cf04ddd234c7aea9f85f2ea69db22f6634037668e55a82fb995a45bbafd17 diff --git a/wl-clipboard.spec b/wl-clipboard.spec new file mode 100644 index 0000000..59525e0 --- /dev/null +++ b/wl-clipboard.spec @@ -0,0 +1,51 @@ +%global gitdate 20181215 +%global gitcommit 7e5103cc323303f30b99787bf11f6f2f87ded2a4 +%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) + +Name: wl-clipboard +Version: 1.0.0 +Release: 0.1.%{gitdate}git%{gitshortcommit}%{?dist} +Summary: Command-line copy/paste utilities for Wayland + +License: GPLv3+ +URL: https://github.com/bugaevc/wl-clipboard +Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz + +BuildRequires: meson +BuildRequires: gcc +BuildRequires: wayland-devel +BuildRequires: wayland-protocols-devel + +Recommends: xdg-utils +Recommends: mailcap + +%description +Command-line Wayland clipboard utilities, `wl-copy` and `wl-paste`, +that let you easily copy data between the clipboard and Unix pipes, +sockets, files and so on. + +%prep +%autosetup -n %{name}-%{gitcommit} + +%build +%meson +%meson_build + +%install +%meson_install + +%check +%meson_test + +%files +%license COPYING +%doc README.md +%{_bindir}/wl-copy +%{_bindir}/wl-paste +%{_mandir}/man1/wl-clipboard.1.* +%{_mandir}/man1/wl-copy.1.* +%{_mandir}/man1/wl-paste.1.* + +%changelog +* Sat Feb 9 2019 Marc-André Lureau - 1.0.0-0.1.20181215git7e5103c +- initial package (rhbz#1660440) From e92d4e28382cf08fb8031b0068e2ee109e9d63ab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:35:04 +0000 Subject: [PATCH 03/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 59525e0..3ef7866 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -4,7 +4,7 @@ Name: wl-clipboard Version: 1.0.0 -Release: 0.1.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 0.2.%{gitdate}git%{gitshortcommit}%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -47,5 +47,8 @@ sockets, files and so on. %{_mandir}/man1/wl-paste.1.* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.0.0-0.2.20181215git7e5103c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Feb 9 2019 Marc-André Lureau - 1.0.0-0.1.20181215git7e5103c - initial package (rhbz#1660440) From 70d842866955cd09effdde32bf5e19c02fc2b788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 3 Oct 2019 17:09:32 +0400 Subject: [PATCH 04/14] Update to upstream v2.0.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- .gitignore | 1 + sources | 2 +- wl-clipboard.spec | 17 +++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index dff0530..e749090 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wl-clipboard-7e5103c.tar.gz +/wl-clipboard-2.0.0.tar.gz diff --git a/sources b/sources index 2f0dc15..0f0927d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wl-clipboard-7e5103c.tar.gz) = bd4d6f2242978cfec3efb1ecc91c34ab7cd781bdd45bb57bed94242d4e5303ae193cf04ddd234c7aea9f85f2ea69db22f6634037668e55a82fb995a45bbafd17 +SHA512 (wl-clipboard-2.0.0.tar.gz) = a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1 diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 3ef7866..ed71f29 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,15 +1,11 @@ -%global gitdate 20181215 -%global gitcommit 7e5103cc323303f30b99787bf11f6f2f87ded2a4 -%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) - Name: wl-clipboard -Version: 1.0.0 -Release: 0.2.%{gitdate}git%{gitshortcommit}%{?dist} +Version: 2.0.0 +Release: 1%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ URL: https://github.com/bugaevc/wl-clipboard -Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz +Source0: https://github.com/bugaevc/wl-clipboardarchive/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc @@ -25,7 +21,7 @@ that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on. %prep -%autosetup -n %{name}-%{gitcommit} +%autosetup -n %{name}-%{version} %build %meson @@ -45,8 +41,13 @@ sockets, files and so on. %{_mandir}/man1/wl-clipboard.1.* %{_mandir}/man1/wl-copy.1.* %{_mandir}/man1/wl-paste.1.* +%{_datadir}/bash-completion/completions/wl-* +%{_datadir}/zsh/site-functions/_wl-* %changelog +* Thu Oct 03 2019 Marc-André Lureau - 2.0.0-1 +- Update to upstream v2.0.0 release + * Sat Jul 27 2019 Fedora Release Engineering - 1.0.0-0.2.20181215git7e5103c - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7920c7592ea7870945b961fe1d4e4e0a1637c61e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:48:57 +0000 Subject: [PATCH 05/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index ed71f29..36012ec 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Marc-André Lureau - 2.0.0-1 - Update to upstream v2.0.0 release From 4554fed6bc8fb1d7c0138c0fd848b5c19f8e8806 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:13:18 +0000 Subject: [PATCH 06/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 36012ec..582eecf 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 623745094d391d77fd15d392b39fc13cb61247bf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:34:20 +0000 Subject: [PATCH 07/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 582eecf..8c2a342 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 263e0490622beee05457add2ba7a7c3442cdeb55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:01:34 +0000 Subject: [PATCH 08/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 8c2a342..dddf837 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 6f7cf44810e28b6be869a53adaf66f49df76aaf7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:33:15 +0000 Subject: [PATCH 09/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index dddf837..3717fe0 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 309258e95099f871e6e8a7f1229e70c462d77745 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:30:33 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 3717fe0..b58a68b 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 01842cc6bc0f312e9726976c6a57349f1e0e85e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:53:13 +0000 Subject: [PATCH 11/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wl-clipboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index b58a68b..ee6bc65 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,6 +1,6 @@ Name: wl-clipboard Version: 2.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ @@ -45,6 +45,9 @@ sockets, files and so on. %{_datadir}/zsh/site-functions/_wl-* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 4901af165e7cf425f18b3817a6d9d3151ed7ae92 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 13 Mar 2023 17:51:27 -0400 Subject: [PATCH 12/14] update to 2.1.0 (rhbz#2066000) Fix the URL tag and include the newly-added fish completions. --- .gitignore | 3 +-- sources | 2 +- wl-clipboard.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e749090..77e0161 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/wl-clipboard-7e5103c.tar.gz -/wl-clipboard-2.0.0.tar.gz +/wl-clipboard-*.tar.gz diff --git a/sources b/sources index 0f0927d..8239f39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wl-clipboard-2.0.0.tar.gz) = a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1 +SHA512 (wl-clipboard-2.1.0.tar.gz) = 3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e diff --git a/wl-clipboard.spec b/wl-clipboard.spec index ee6bc65..607ca61 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,11 +1,11 @@ Name: wl-clipboard -Version: 2.0.0 -Release: 8%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ URL: https://github.com/bugaevc/wl-clipboard -Source0: https://github.com/bugaevc/wl-clipboardarchive/%{name}-%{version}.tar.gz +Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc @@ -42,9 +42,13 @@ sockets, files and so on. %{_mandir}/man1/wl-copy.1.* %{_mandir}/man1/wl-paste.1.* %{_datadir}/bash-completion/completions/wl-* +%{_datadir}/fish/vendor_completions.d/wl-* %{_datadir}/zsh/site-functions/_wl-* %changelog +* Mon Mar 13 2023 Todd Zullinger - 2.1.0-1 +- update to 2.1.0 (rhbz#2066000) + * Sat Jan 21 2023 Fedora Release Engineering - 2.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8b66b904545766a4274a869a1799116d1816e83c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 13 Mar 2023 18:03:43 -0400 Subject: [PATCH 13/14] update license tag to SPDX format --- wl-clipboard.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl-clipboard.spec b/wl-clipboard.spec index 607ca61..a215909 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -3,7 +3,7 @@ Version: 2.1.0 Release: 1%{?dist} Summary: Command-line copy/paste utilities for Wayland -License: GPLv3+ +License: GPL-3.0-or-later URL: https://github.com/bugaevc/wl-clipboard Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz From 5770edf1f9fe64e1ff9f9e3330acaddffde11a0b Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 31 Oct 2023 00:31:49 +0300 Subject: [PATCH 14/14] Remove unnecessary files --- README.md | 3 --- sources | 1 - 2 files changed, 4 deletions(-) delete mode 100644 README.md delete mode 100644 sources diff --git a/README.md b/README.md deleted file mode 100644 index 0b60678..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# wl-clipboard - -The wl-clipboard package \ No newline at end of file diff --git a/sources b/sources deleted file mode 100644 index 8239f39..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (wl-clipboard-2.1.0.tar.gz) = 3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e