xdg-desktop-portal/xdg-desktop-portal.spec

82 lines
2.2 KiB
RPMSpec
Raw Normal View History

Name: xdg-desktop-portal
2017-01-18 20:27:15 +00:00
Version: 0.5
Release: 2%{?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
BuildRequires: pkgconfig(flatpak)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: /usr/bin/xmlto
Requires: dbus
%description
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
portals under a well-known name (org.freedesktop.portal.Desktop) and object
path (/org/freedesktop/portal/desktop). The portal interfaces include APIs for
file access, opening URIs, printing and others.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The pkg-config file for %{name}.
2016-07-13 11:44:19 +00:00
%prep
%setup -q
2016-07-13 11:44:19 +00:00
%build
2016-09-02 11:18:35 +00:00
%configure --enable-docbook-docs
%make_build
2016-07-13 11:44:19 +00:00
%install
%make_install
2016-07-13 11:44:19 +00:00
install -dm 755 %{buildroot}/%{_pkgdocdir}
install -pm 644 README.md %{buildroot}/%{_pkgdocdir}
# This directory is used by implementations such as xdg-desktop-portal-gtk.
install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
2016-07-29 13:00:57 +00:00
%find_lang %{name}
2016-07-29 13:00:57 +00:00
%files -f %{name}.lang
%doc %{_pkgdocdir}
%license COPYING
%{_libexecdir}/xdg-desktop-portal
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.*.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.*.xml
%{_datadir}/dbus-1/services/org.freedesktop.portal.Desktop.service
2016-07-13 11:44:19 +00:00
%{_datadir}/%{name}
%files devel
%{_libdir}/pkgconfig/xdg-desktop-portal.pc
2016-07-13 11:44:19 +00:00
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-01-18 20:27:15 +00:00
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 0.5-1
- Update to 0.5
2016-12-01 13:47:49 +00:00
* Thu Dec 01 2016 David King <amigadave@amigadave.com> - 0.4-1
- Update to 0.4
2016-09-02 11:18:35 +00:00
* Fri Sep 02 2016 David King <amigadave@amigadave.com> - 0.3-1
- Update to 0.3
2016-07-29 13:00:57 +00:00
* Fri Jul 29 2016 David King <amigadave@amigadave.com> - 0.2-1
- Update to 0.2 (#1361575)
2016-07-13 11:44:19 +00:00
* Tue Jul 12 2016 David King <amigadave@amigadave.com> - 0.1-2
- Own the portals directory
* Mon Jul 11 2016 David King <amigadave@amigadave.com> - 0.1-1
- Initial Fedora packaging