685a5ab450443ea43e795689914eb077177fd242
[platform/core/connectivity/smartcard-plugin-nfc.git] / packaging / smartcard-plugin-nfc.spec
1 Name:             smartcard-plugin-nfc
2 Summary:          Smartcard plugin nfc
3 Version:          0.0.10
4 Release:          0
5 Group:            Network & Connectivity/NFC
6 License:          Apache-2.0
7 Source0:          %{name}-%{version}.tar.gz
8 Source1001:     smartcard-plugin-nfc.manifest
9 #ExclusiveArch:    %%arm
10 BuildRequires:    cmake
11 BuildRequires:    pkgconfig(glib-2.0)
12 BuildRequires:    pkgconfig(dlog)
13 BuildRequires:    pkgconfig(smartcard-service-common)
14 BuildRequires:    pkgconfig(capi-network-nfc)
15 Requires(post):   /sbin/ldconfig
16 Requires(postun): /sbin/ldconfig
17
18
19 %description
20 Smartcard Service plugin nfc
21
22 %prep
23 %setup -q
24 cp %{SOURCE1001} .
25
26 %build
27 %cmake .
28
29 %install
30 %make_install
31
32 %post -p /sbin/ldconfig
33
34 %postun -p /sbin/ldconfig
35
36 %files
37 %manifest %{name}.manifest
38 %defattr(-,root,root,-)
39 %{_libdir}/se/lib*.so
40 %license LICENSE.APLv2