Package Upload
[platform/core/uifw/edje-multisense-plugin.git] / packaging / edje_multisense_plugin.spec
1 #sbs-git:slp/pkgs/e/edje_multisense_plugin
2 Name:       edje_multisense_plugin
3 Summary:    multisense plugin of edje
4 Version:    0.1.3
5 Release:    1
6 Group:      System/Libraries
7 License:    LGPLv2.1
8 Source0:    %{name}-%{version}.tar.gz
9 Requires(post): /sbin/ldconfig
10 Requires(postun): /sbin/ldconfig
11 BuildRequires:  pkgconfig(edje)
12 BuildRequires:  pkgconfig(mm-sound)
13 BuildRequires:  pkgconfig(remix)
14 BuildRequires:  pkgconfig(sndfile)
15
16 %description
17 EDJE & libremix Plugins for TIZEN sound/tone play
18 Multise plugin for use with libedje
19 It includes sound, haptic, and vibration.
20
21 %prep
22 %setup -q
23
24 %build
25 ./autogen.sh
26 make %{?jobs:-j%jobs}
27
28 %install
29 if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi
30 make install DESTDIR=%{buildroot}
31 mkdir -p %{buildroot}/usr/share/license
32 cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
33
34 %clean
35 if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi
36 rm -f edje-multisense-plugin*.tar.bz2 edje-multisense-plugin-*.tar.bz2.cdbs-config_list
37
38 %files
39 %defattr(-,root,root,-)
40 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
41 %{_libdir}/remix/*
42 %manifest %{name}.manifest
43 /usr/share/license/%{name}