|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: gnome-network-displays
|
|
|
|
|
Version: 0.90.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.90.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Stream the desktop to Wi-Fi Display capable devices
|
|
|
|
|
|
|
|
|
|
# The icon is licensed CC-BY-SA
|
|
|
|
|
License: GPLv3+ and CC-BY-SA
|
|
|
|
|
URL: https://github.com/benzea/gnome-network-displays
|
|
|
|
|
Source0: https://github.com/benzea/gnome-network-displays/archive/v%{version}/gnome-network-displays-%{version}.tar.gz
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-network-displays
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/0.90/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
@ -18,6 +18,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(libnm) >= 1.15.1
|
|
|
|
|
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0)
|
|
|
|
|
BuildRequires: firewalld-filesystem
|
|
|
|
|
|
|
|
|
|
# Versioned library deps
|
|
|
|
|
Requires: NetworkManager-libnm > 1.16.0
|
|
|
|
@ -46,6 +47,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
|
|
|
|
|
%find_lang %{name} --all-name --with-gnome
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%firewalld_reload
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%firewalld_reload
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README.md
|
|
|
|
@ -55,8 +62,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.NetworkDisplays.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.NetworkDisplays-symbolic.svg
|
|
|
|
|
%{_metainfodir}/org.gnome.NetworkDisplays.appdata.xml
|
|
|
|
|
%{_prefix}/lib/firewalld/zones/P2P-WiFi-Display.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 22 2020 Benjamin Berg <bberg@redhat.com> - 0.90.4-1
|
|
|
|
|
- New upstream release 0.90.4
|
|
|
|
|
- This adds firewalld integration
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2020 Jérôme Parmentier <jerome@prmntr.me> - 0.90.3-2
|
|
|
|
|
- Add missing dependency on pipewire-gstreamer
|
|
|
|
|
|
|
|
|
|