Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (51 loc) · 1.34 KB

libcontacts-qt5.spec

File metadata and controls

66 lines (51 loc) · 1.34 KB
 
Jul 16, 2013
Jul 16, 2013
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: libcontacts-qt5
Summary: Nemo contact cache library
Version: 0.0.0
Release: 1
Group: System/Libraries
License: BSD
URL: https://github.com/nemomobile/libcontacts
Source0: %{name}-%{version}.tar.bz2
Requires: qtcontacts-sqlite-qt5
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(Qt5Versit)
BuildRequires: pkgconfig(mlite5)
Sep 6, 2013
Sep 6, 2013
15
BuildRequires: pkgconfig(mlocale5)
Dec 10, 2013
Dec 10, 2013
16
BuildRequires: pkgconfig(mce)
Apr 24, 2014
Apr 24, 2014
17
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions) >= 0.1.56
Jul 16, 2013
Jul 16, 2013
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%description
%{summary}.
%package tests
Summary: Nemo contact cache library tests
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description tests
%{summary}.
%package devel
Summary: Nemo contact cache library headers
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
%{summary}.
%prep
%setup -q -n %{name}-%{version}
%build
%qmake5
Jan 31, 2014
Jan 31, 2014
45
make %{?_smp_mflags}
Jul 16, 2013
Jul 16, 2013
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
%install
rm -rf %{buildroot}
%qmake_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_libdir}/libcontactcache-qt5.so*
%files tests
%defattr(-,root,root,-)
/opt/tests/contactcache-qt5/*
%files devel
%defattr(-,root,root,-)
%{_includedir}/contactcache-qt5/*
%{_libdir}/pkgconfig/contactcache-qt5.pc