Update to upstream v2.0.0 release

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
epel9
Marc-André Lureau 5 years ago
parent e92d4e2838
commit 70d8428669

1
.gitignore vendored

@ -1 +1,2 @@
/wl-clipboard-7e5103c.tar.gz
/wl-clipboard-2.0.0.tar.gz

@ -1 +1 @@
SHA512 (wl-clipboard-7e5103c.tar.gz) = bd4d6f2242978cfec3efb1ecc91c34ab7cd781bdd45bb57bed94242d4e5303ae193cf04ddd234c7aea9f85f2ea69db22f6634037668e55a82fb995a45bbafd17
SHA512 (wl-clipboard-2.0.0.tar.gz) = a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1

@ -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 <marcandre.lureau@redhat.com> - 2.0.0-1
- Update to upstream v2.0.0 release
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-0.2.20181215git7e5103c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save