Skip to content

Latest commit

 

History

History
101 lines (84 loc) · 2.93 KB

nemo-qml-plugin-devicelock.spec

File metadata and controls

101 lines (84 loc) · 2.93 KB
 
1
2
Name: nemo-qml-plugin-devicelock
Summary: Device lock plugin for Nemo Mobile
May 27, 2019
May 27, 2019
3
Version: 0.2.22
4
5
Release: 1
License: LGPLv2.1
May 28, 2020
May 28, 2020
6
URL: https://git.sailfishos.org/mer-core/nemo-qml-plugin-devicelock
7
8
9
10
11
Source0: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Qml)
Feb 1, 2017
Feb 1, 2017
12
BuildRequires: pkgconfig(glib-2.0)
13
BuildRequires: pkgconfig(keepalive)
Mar 25, 2020
Mar 25, 2020
14
BuildRequires: pkgconfig(libsystemd)
Jan 26, 2017
Jan 26, 2017
15
16
BuildRequires: pkgconfig(mce)
BuildRequires: pkgconfig(nemodbus)
Jan 26, 2017
Jan 26, 2017
17
Obsoletes: nemo-qml-plugin-devicelock-default < 0.2.0
Apr 18, 2018
Apr 18, 2018
18
Requires: nemo-devicelock-daemon
19
20
21
22
%description
%{summary}.
Dec 16, 2016
Dec 16, 2016
23
%package -n nemo-devicelock-daemon-cli
May 30, 2017
May 30, 2017
24
Summary: The default command line security code device lock daemon for Nemo Mobile
Jan 26, 2017
Jan 26, 2017
26
Requires: %{name} = %{version}-%{release}
Jan 26, 2017
Jan 26, 2017
27
Provides: nemo-devicelock-daemon = %{version}-%{release}
Dec 16, 2016
Dec 16, 2016
29
%description -n nemo-devicelock-daemon-cli
30
31
32
%{summary}.
%package devel
Jan 26, 2017
Jan 26, 2017
33
Summary: Development libraries for device lock
34
Group: Development/Libraries
Jan 26, 2017
Jan 26, 2017
35
Requires: %{name} = %{version}-%{release}
Jan 26, 2017
Jan 26, 2017
36
Requires: pkgconfig(nemodbus)
37
38
39
40
%description devel
%{summary}.
Jan 26, 2017
Jan 26, 2017
41
42
43
%package host-devel
Summary: Development libraries for device lock daemons
Group: Development/Libraries
Jan 26, 2017
Jan 26, 2017
44
Requires: %{name}-devel = %{version}-%{release}
Jan 26, 2017
Jan 26, 2017
45
Requires: pkgconfig(keepalive)
Mar 25, 2020
Mar 25, 2020
46
Requires: pkgconfig(libsystemd)
Jan 26, 2017
Jan 26, 2017
47
48
Requires: pkgconfig(mce)
Requires: pkgconfig(nemodbus)
Jan 26, 2017
Jan 26, 2017
49
50
51
52
%description host-devel
%{summary}.
53
54
55
56
%prep
%setup -q -n %{name}-%{version}
%build
Dec 10, 2018
Dec 10, 2018
57
%qmake5 "VERSION=%{version}"
Sep 12, 2017
Sep 12, 2017
58
make %{?_smp_mflags}
59
60
61
62
63
%install
rm -rf %{buildroot}
%qmake5_install
Jan 26, 2017
Jan 26, 2017
64
65
66
mkdir -p %{buildroot}/lib/systemd/system/multi-user.target.wants
ln -sf ../nemo-devicelock.socket %{buildroot}/lib/systemd/system/multi-user.target.wants/
Jan 26, 2017
Jan 26, 2017
67
68
69
70
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
Dec 16, 2016
Dec 16, 2016
71
%files
Jan 26, 2017
Jan 26, 2017
73
%{_libdir}/libnemodevicelock.so.*
74
75
%dir %{_libdir}/qt5/qml/org/nemomobile/devicelock
%{_libdir}/qt5/qml/org/nemomobile/devicelock/libnemodevicelockplugin.so
Jun 21, 2018
Jun 21, 2018
76
%{_libdir}/qt5/qml/org/nemomobile/devicelock/plugins.qmltypes
77
%{_libdir}/qt5/qml/org/nemomobile/devicelock/qmldir
Jan 26, 2017
Jan 26, 2017
78
79
80
/lib/systemd/system/nemo-devicelock.socket
/lib/systemd/system/multi-user.target.wants/nemo-devicelock.socket
%config %{_sysconfdir}/dbus-1/system.d/org.nemomobile.devicelock.conf
Dec 16, 2016
Dec 16, 2016
82
83
%files -n nemo-devicelock-daemon-cli
%defattr(-,root,root,-)
Jan 26, 2017
Jan 26, 2017
84
85
%{_libexecdir}/nemo-devicelock
/lib/systemd/system/nemo-devicelock.service
Dec 16, 2016
Dec 16, 2016
86
Jan 26, 2017
Jan 26, 2017
88
%defattr(-,root,root,-)
Dec 16, 2016
Dec 16, 2016
89
90
%dir %{_includedir}/nemo-devicelock
%{_includedir}/nemo-devicelock/*.h
Jan 26, 2017
Jan 26, 2017
91
%{_includedir}/nemo-devicelock/private/*.h
Dec 16, 2016
Dec 16, 2016
92
%{_includedir}/nemo-devicelock/host/*.h
Jan 26, 2017
Jan 26, 2017
93
%{_libdir}/libnemodevicelock.so
94
%{_libdir}/pkgconfig/nemodevicelock.pc
Jan 26, 2017
Jan 26, 2017
95
96
97
98
99
100
%files host-devel
%defattr(-,root,root,-)
%dir %{_includedir}/nemo-devicelock/host
%{_includedir}/nemo-devicelock/host/*.h
%{_libdir}/libnemodevicelock-host.a
Jan 26, 2017
Jan 26, 2017
101
%{_datadir}/qt5/mkspecs/features/nemo-devicelock-host.prf