Enhace scene transition logic for safe destroy of pending one.
[platform/framework/native/uifw.git] / packaging / osp-uifw.spec
index 0fbf648..962bcef 100644 (file)
@@ -3,8 +3,8 @@
 
 Name:       osp-uifw
 Summary:    The UI Framework library of OSP
-Version:    1.2.1.0
-Release:    59
+Version:    1.2.2.0
+Release:    61
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
@@ -52,6 +52,7 @@ BuildRequires:        pkgconfig(utilX)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xv)
 BuildRequires:  pkgconfig(xtst)
+BuildRequires:  pkgconfig(vconf)
 BuildRequires:  libexif-devel
 BuildRequires:  liblua-devel
 BuildRequires:  libtiff-devel
@@ -117,16 +118,21 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2  %{buildroot}/usr/share/license
 cp %{_builddir}/%{name}-%{version}/LICENSE.Flora  %{buildroot}/usr/share/license/%{name}
 
 %make_install
-
+mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/multi-user.target.wants
+install -m 0644 clipboard.service %{buildroot}%{_prefix}/lib/systemd/system/clipboard.service
+ln -s ../clipboard.service %{buildroot}%{_prefix}/lib/systemd/system/multi-user.target.wants/clipboard.service
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
+/usr/lib/systemd/system/clipboard.service
+/usr/lib/systemd/system/multi-user.target.wants/clipboard.service
 %manifest osp-uifw.manifest
+/etc/config/screen/sysinfo-screen.xml
+/etc/config/touch/sysinfo-touch.xml
 /usr/share/license/%{name}
 /usr/share/osp/bitmaps/*
-/usr/share/osp/themes/*
 /usr/share/osp/effects/*
 %{_libdir}/osp/libosp-uifw.so*