package upload
[platform/core/uifw/edje-multisense-plugin.git] / packaging / edje_multisense_plugin.spec
index b93a4bf..e3b04f6 100644 (file)
@@ -1,17 +1,16 @@
 #sbs-git:slp/pkgs/e/edje_multisense_plugin
 Name:       edje_multisense_plugin
 Summary:    multisense plugin of edje
-Version:    0.1.2
+Version:    0.1.8
 Release:    1
 Group:      System/Libraries
 License:    LGPLv2.1
 Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-BuildRequires:  pkgconfig(edje)
+BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(mm-sound)
 BuildRequires:  pkgconfig(remix)
-BuildRequires:  pkgconfig(sndfile)
 
 %description
 EDJE & libremix Plugins for TIZEN sound/tone play
@@ -28,6 +27,8 @@ make %{?jobs:-j%jobs}
 %install
 if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi
 make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
 
 %clean
 if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi
@@ -38,3 +39,4 @@ rm -f edje-multisense-plugin*.tar.bz2 edje-multisense-plugin-*.tar.bz2.cdbs-conf
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
 %{_libdir}/remix/*
 %manifest %{name}.manifest
+/usr/share/license/%{name}