Update to 0.2 (#1361575)

This commit is contained in:
David King 2016-07-29 14:00:57 +01:00
parent 2a2b28b4b0
commit 313c1aece9
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/xdg-desktop-portal-0.1.tar.xz
/xdg-desktop-portal-0.2.tar.xz

View File

@ -1 +1 @@
6910f6cdf3998df451b5ceeaa334a68b xdg-desktop-portal-0.1.tar.xz
b179522fee2421a1663f9af7ef739951 xdg-desktop-portal-0.2.tar.xz

View File

@ -1,6 +1,6 @@
Name: xdg-desktop-portal
Version: 0.1
Release: 2%{?dist}
Version: 0.2
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
License: LGPLv2+
@ -42,8 +42,10 @@ 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
%find_lang %{name}
%files
%files -f %{name}.lang
%doc %{_pkgdocdir}
%license COPYING
%{_libexecdir}/xdg-desktop-portal
@ -57,6 +59,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Fri Jul 29 2016 David King <amigadave@amigadave.com> - 0.2-1
- Update to 0.2 (#1361575)
* Tue Jul 12 2016 David King <amigadave@amigadave.com> - 0.1-2
- Own the portals directory