Blame SPECS/waypipe.spec

674edb
Name:		waypipe
35cf2e
Version:	0.8.2
35cf2e
Release:	1%{?dist}
674edb
Summary:	Wayland forwarding proxy
674edb
674edb
License:	MIT
674edb
URL:		https://gitlab.freedesktop.org/mstoeckl/%{name}
674edb
Source0:	https://gitlab.freedesktop.org/mstoeckl/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
674edb
Source1:	waypipe.1
674edb
674edb
BuildRequires:	gcc
674edb
BuildRequires:	meson
674edb
%if !0%{?rhel}
674edb
BuildRequires:	scdoc
674edb
%endif
674edb
BuildRequires:	pkgconfig(gbm)
674edb
BuildRequires:	pkgconfig(libdrm)
674edb
BuildRequires:	pkgconfig(liblz4)
674edb
BuildRequires:	pkgconfig(libzstd)
674edb
BuildRequires:	pkgconfig(libva)
674edb
BuildRequires:	pkgconfig(wayland-protocols)
674edb
BuildRequires:	pkgconfig(wayland-client)
674edb
BuildRequires:	pkgconfig(wayland-server)
674edb
674edb
%description
674edb
Waypipe is a proxy for Wayland clients. It forwards Wayland messages and
674edb
serializes changes to shared memory buffers over a single socket. This makes
674edb
application forwarding similar to "ssh -X" feasible.
674edb
674edb
674edb
%prep
674edb
%setup -q -n %{name}-v%{version}
674edb
674edb
674edb
%build
674edb
%meson -Dwith_video=disabled -Dwerror=false %{?rhel:-Dman-pages=disabled}
674edb
%meson_build
674edb
674edb
674edb
%install
674edb
%meson_install
674edb
%if 0%{?rhel}
674edb
mkdir -p %{buildroot}%{_mandir}/man1/
674edb
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
674edb
%endif
674edb
674edb
674edb
%check
674edb
%meson_test
674edb
674edb
674edb
%files
674edb
%{_bindir}/waypipe
674edb
%{_mandir}/man1/waypipe.1*
674edb
%doc CONTRIBUTING.md README.md
674edb
%license COPYING
674edb
674edb
674edb
%changelog
35cf2e
* Tue May 17 2022 Olivier Fourdan <ofourdan@redhat.com> - 0.8.2-1
35cf2e
- Update to 0.8.2 (#2071907)
35cf2e
674edb
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.0-2
674edb
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
674edb
  Related: rhbz#1991688
674edb
674edb
* Tue Jun 22 2021 Olivier Fourdan <ofourdan@redhat.com> - 0.8.0-1
674edb
- Update to 0.8.0
674edb
- Provide a pre-built man page on RHEL to avoid pulling scdoc
674edb
674edb
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
674edb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
674edb
674edb
* Fri Nov 06 2020 Dominique Martinet <asmadeus@codewreck.org> - 0.7.1-1
674edb
- Update to 0.7.1
674edb
674edb
* Tue Nov 03 2020 Dominique Martinet <asmadeus@codewreck.org> - 0.7.0-1
674edb
- Update to version 0.7.0
674edb
674edb
* Mon Sep 28 2020 Jeff Law <law@redhat.com> - 0.6.1-7
674edb
- Re-enable LTO as upstream GCC target/96939 has been fixed
674edb
674edb
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 0.6.1-6
674edb
- Disable LTO for now.
674edb
674edb
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-5
674edb
- Second attempt - Rebuilt for
674edb
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
674edb
674edb
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-4
674edb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
674edb
674edb
* Mon May 11 2020 Dominique Martinet <asmadeus@codewreck.org> - 0.6.1-3
674edb
- Fix FTBS (test failure)
674edb
674edb
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
674edb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
674edb
674edb
* Wed Aug 28 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.6.1-1
674edb
- Update to version 0.6.1
674edb
674edb
* Thu Aug 22 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.6.0-1
674edb
- Initial packaging