55 lines
1.4 KiB
RPMSpec
55 lines
1.4 KiB
RPMSpec
Name: wl-clipboard
|
|
Version: 2.2.1
|
|
Release: 1mamba
|
|
Summary: Command-line copy/paste utilities for Wayland
|
|
Group: Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/bugaevc/wl-clipboard
|
|
Source: https://github.com/bugaevc/wl-clipboard.git/v%{version}/wl-clipboard-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libwayland-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: meson
|
|
|
|
%description
|
|
Command-line copy/paste utilities for Wayland.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/wl-copy
|
|
%{_bindir}/wl-paste
|
|
%{_datadir}/bash-completion/completions/wl-copy
|
|
%{_datadir}/bash-completion/completions/wl-paste
|
|
%{_datadir}/fish/vendor_completions.d/wl-copy.fish
|
|
%{_datadir}/fish/vendor_completions.d/wl-paste.fish
|
|
%{_datadir}/zsh/site-functions/_wl-copy
|
|
%{_datadir}/zsh/site-functions/_wl-paste
|
|
%{_mandir}/man1/wl-clipboard.1*
|
|
%{_mandir}/man1/wl-copy.1*
|
|
%{_mandir}/man1/wl-paste.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun Jun 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-1mamba
|
|
- package created using the webbuild interface
|