Update to 1.0

This commit is contained in:
David King 2018-08-20 18:39:09 +01:00
parent dd35d793cb
commit 3172a43b8e
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/xdg-desktop-portal-0.10.tar.xz
/xdg-desktop-portal-0.11.tar.xz
/xdg-desktop-portal-0.99.tar.xz
/xdg-desktop-portal-1.0.tar.xz

View File

@ -1 +1 @@
SHA512 (xdg-desktop-portal-0.99.tar.xz) = 3e7706f1e2d55ef7de7b2c703410320124cbf639be1a52c8a78cd44cf1129d9428e367cb82edd2eae22f8169ae7e479170553185b9d86f20064f1626098083cb
SHA512 (xdg-desktop-portal-1.0.tar.xz) = 2ae118ff681e04aa51b49b40bec8863c0de72db20e657ee86f446d2b107bd42c16a2aafecd0cfb108ce44bc18ed9f163fd200e9918901c7329a7336b50f9fc0e

View File

@ -1,25 +1,26 @@
%global pipewire_version 0.2.2
Name: xdg-desktop-portal
Version: 0.99
Release: 2%{?dist}
Version: 1.0
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
License: LGPLv2+
URL: https://github.com/flatpak/xdg-desktop-portal/
Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch0: xdg-desktop-portal-libpipewire_0_2.patch
BuildRequires: gcc
BuildRequires: pkgconfig(flatpak)
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(libpipewire-0.2)
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
BuildRequires: /usr/bin/xmlto
%{?systemd_requires}
BuildRequires: systemd
Requires: dbus
# Required version due to the move of the document portal.
Requires: flatpak >= 0.11.1
Requires: pipewire >= %{pipewire_version}
# Required for the document portal.
Requires: /usr/bin/fusermount
@ -40,8 +41,6 @@ The pkg-config file for %{name}.
%prep
%setup -q
%patch0 -p1 -b .libpipewire_0_2
%build
%configure --enable-docbook-docs
%make_build
@ -90,6 +89,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0-1
- Update to 1.0
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 0.99-2
- Rebuild PipeWire 0.2.2