Update to 1.0
This commit is contained in:
parent
dd35d793cb
commit
3172a43b8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/xdg-desktop-portal-0.10.tar.xz
|
/xdg-desktop-portal-0.10.tar.xz
|
||||||
/xdg-desktop-portal-0.11.tar.xz
|
/xdg-desktop-portal-0.11.tar.xz
|
||||||
/xdg-desktop-portal-0.99.tar.xz
|
/xdg-desktop-portal-0.99.tar.xz
|
||||||
|
/xdg-desktop-portal-1.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xdg-desktop-portal-0.99.tar.xz) = 3e7706f1e2d55ef7de7b2c703410320124cbf639be1a52c8a78cd44cf1129d9428e367cb82edd2eae22f8169ae7e479170553185b9d86f20064f1626098083cb
|
SHA512 (xdg-desktop-portal-1.0.tar.xz) = 2ae118ff681e04aa51b49b40bec8863c0de72db20e657ee86f446d2b107bd42c16a2aafecd0cfb108ce44bc18ed9f163fd200e9918901c7329a7336b50f9fc0e
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
|
%global pipewire_version 0.2.2
|
||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 0.99
|
Version: 1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Portal frontend service to flatpak
|
Summary: Portal frontend service to flatpak
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/flatpak/xdg-desktop-portal/
|
URL: https://github.com/flatpak/xdg-desktop-portal/
|
||||||
Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz
|
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: gcc
|
||||||
BuildRequires: pkgconfig(flatpak)
|
BuildRequires: pkgconfig(flatpak)
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(libpipewire-0.2)
|
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||||
BuildRequires: /usr/bin/xmlto
|
BuildRequires: /usr/bin/xmlto
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
# Required version due to the move of the document portal.
|
# Required version due to the move of the document portal.
|
||||||
Requires: flatpak >= 0.11.1
|
Requires: flatpak >= 0.11.1
|
||||||
|
Requires: pipewire >= %{pipewire_version}
|
||||||
# Required for the document portal.
|
# Required for the document portal.
|
||||||
Requires: /usr/bin/fusermount
|
Requires: /usr/bin/fusermount
|
||||||
|
|
||||||
@ -40,8 +41,6 @@ The pkg-config file for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1 -b .libpipewire_0_2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-docbook-docs
|
%configure --enable-docbook-docs
|
||||||
%make_build
|
%make_build
|
||||||
@ -90,6 +89,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 0.99-2
|
||||||
- Rebuild PipeWire 0.2.2
|
- Rebuild PipeWire 0.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user