Skip to content

Commit

Permalink
Merge branch 'jb38238' into 'master'
Browse files Browse the repository at this point in the history
Provide privileges files for mapplauncher

See merge request mer-core/telepathy-accounts-signon!1
  • Loading branch information
rainemak committed Jan 31, 2019
2 parents c1bb6fb + 6bd3382 commit 865b2ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
18 changes: 0 additions & 18 deletions rpm/telepathy-accounts-signon.changes

This file was deleted.

1 change: 1 addition & 0 deletions rpm/telepathy-accounts-signon.privileges
@@ -0,0 +1 @@
/usr/libexec/telepathy-sasl-signon,a
6 changes: 5 additions & 1 deletion rpm/telepathy-accounts-signon.spec
Expand Up @@ -6,6 +6,7 @@ Group: System/Libraries
License: GPLv2
URL: https://github.com/nemomobile/telepathy-accounts-signon
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.privileges

BuildRequires: qt5-qmake
BuildRequires: pkgconfig(glib-2.0)
Expand All @@ -26,16 +27,19 @@ Requires: mapplauncherd
%{_libexecdir}/telepathy-sasl-signon
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.SaslSignonAuth.service
%{_datadir}/telepathy/clients/SaslSignonAuth.client
%{_datadir}/mapplauncherd/privileges.d/*
%{_libdir}/mission-control-plugins.0/mcp-account-manager-uoa.so

%prep
%setup -q -n %{name}-%{version}

%build
%qmake5
make %{?jobs:-j%jobs}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
%make_install

mkdir -p %{buildroot}%{_datadir}/mapplauncherd/privileges.d
install -m 644 -p %{SOURCE1} %{buildroot}%{_datadir}/mapplauncherd/privileges.d/

0 comments on commit 865b2ed

Please sign in to comment.