Name: org.tizen.message Summary: message application Version: 0.8.44 Release: 1 Group: devel License: Samsung Source0: %{name}-%{version}.tar.gz Requires(post): /bin/touch Requires(post): /usr/bin/vconftool Requires: pkgmgr BuildRequires: pkgconfig(appsvc) BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(capi-media-metadata-extractor) BuildRequires: pkgconfig(capi-media-sound-manager) BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(capi-system-system-settings) BuildRequires: pkgconfig(capi-media-metadata-extractor) BuildRequires: pkgconfig(capi-media-image-util) BuildRequires: pkgconfig(capi-media-player) BuildRequires: pkgconfig(capi-content-media-content) BuildRequires: pkgconfig(contacts-service2) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(drm-client) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(ecore-x) BuildRequires: pkgconfig(ecore-input) BuildRequires: pkgconfig(ecore-imf) BuildRequires: pkgconfig(ecore-file) BuildRequires: pkgconfig(ecore-evas) BuildRequires: pkgconfig(eina) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(heynoti) BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(msg-service) BuildRequires: pkgconfig(mm-common) BuildRequires: pkgconfig(mm-player) BuildRequires: pkgconfig(mm-session) BuildRequires: pkgconfig(syspopup-caller) BuildRequires: pkgconfig(status) BuildRequires: pkgconfig(tapi) BuildRequires: pkgconfig(ui-gadget-1) BuildRequires: pkgconfig(utilX) BuildRequires: libug-contacts-devel BuildRequires: cmake BuildRequires: edje-tools BuildRequires: gettext-tools %description message application. %prep %setup -q %build %define PREFIX "/usr/apps/org.tizen.message" %define RESDIR "/usr/apps/org.tizen.message/res" %define DATADIR "/opt/usr/apps/org.tizen.message/data" LDFLAGS+="-Wl,--rpath=%{PREFIX}/lib -Wl,--as-needed -Wl,--hash-style=both"; export LDFLAGS cmake . -DCMAKE_INSTALL_PREFIX=%{PREFIX} -DCMAKE_INSTALL_DATADIR=%{DATADIR} # CMakeLists.Txt needs to be fixed for parallel build to work make #%{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install %post vconftool set -t int db/private/org.tizen.message/font_size 1 -u 5000 -f vconftool set -t int db/private/org.tizen.message/accessibility_font_size 1 -u 5000 -f vconftool set -t bool db/private/org.tizen.message/use_volume_key 0 -u 5000 -f chown -R 5000:5000 /opt/usr/apps/org.tizen.message/data mkdir -p /usr/ug/bin ln -sf /usr/bin/ug-client /usr/ug/bin/msg-composer-efl %files %manifest %{name}.manifest %defattr(-,root,root,-) /usr/apps/org.tizen.message/bin/message /usr/apps/org.tizen.message/lib/* /usr/apps/org.tizen.message/bin/message-dialog /usr/apps/org.tizen.message/bin/msg-ui-class0 /usr/share/packages/*.xml /usr/apps/org.tizen.message/res/* /usr/ug/lib/*.so %dir /opt/usr/apps/org.tizen.message/data /usr/share/icons/default/small/*.png %changelog * Mon Feb 12 2013 Jaeyun Jeong - Fix N_SE-24797. Hide toolbar on horizontal search mode. - Fix N_SE-24783. Cancel search mode after delete message. - Fix N_SE-24338 issue - issue for loading bubbles after delete some messages. * Wed Feb 06 2013 Jaeyun Jeong - Focus is set to last page only. - Fix N_SE-24694, popup focus issue. - Fix disabled more button issue on bubble view. - Fix N_SE-24578, flight mode issue. - Fix TDIS-1849 issue : Protected message delete scenario. - Fix N_SE-24534, duplicated recipient popup. - Change indicator show/hide when composer is top. * Wed Feb 06 2013 Jaeyun Jeong - Fix N_SE-24385 that elm_win_resize_object_add() is removed. - Delete draft messages before saving draft message. - Fix N_SE-24422. reset thread list after cancel search. - N_SE-24408. * Wed Feb 06 2013 Jaeyun Jeong - Fix N_SE-24338, mms draft message issue. * Mon Feb 04 2013 Jaeyun Jeong - Fix N_SE-24139 that only plain text is copied to entry. - N_SE-24098: Tapping volumebar is not working . - Change cnp_mode on search entry. * Mon Feb 04 2013 Jaeyun Jeong - Change message application icon. * Fri Feb 01 2013 Jaeyun Jeong - Fix composer & conversation view title button alignment. - Fix N_SE-23921. Change back button style. * Mon Jan 28 2013 Jaeyun Jeong - Fix N_SE-23264, Remove elm_win_resize_object_add() when adding a layout to main window. - Change image viewer launching method. * Wed Jan 23 2013 Jaeyun Jeong - Fix N_SE-21691, disable more button of composer in case of sms. * Tue Jan 22 2013 Jaeyun Jeong - Fix N_SE-22522, uri of filepath is supported. * Mon Jan 21 2013 Jaeyun Jeong - Change license URL from "tizenopensource.org" to "floralicense.org". - Change enum value related with SESSION policy in MMFW. (It is re-submitted because of invalid tag.) * Mon Jan 21 2013 Jaeyun Jeong - Apply EFL API changes. - Change elm_scale_get to elm_config_scale_get of composer. - Change name of deprecated api elm_scale_get() to elm_config_scale_get(). - Apply changed EFL api of thread. * Mon Jan 21 2013 Jaeyun Jeong - Fix N_SE-22080. Start search mode, reset toolbar. - Fix N_SE-22064, recipient select popup focus issue. * Thu Jan 17 2013 Jaeyun Jeong - Change license URL from "www.tizenopensource.org" to "floralicense.org". - Fix N_SE-18623, page duration string issue. * Wed Jan 16 2013 Jaeyun Jeong - Change enum value related with SESSION policy in MMFW. * Thu Jan 10 2013 Jaeyun Jeong - Fix prevent defect. 38150, 23538. * Tue Jan 8 2013 Jaeyun Jeong - Fix bubble prevent major issue. - Fix prevent defect. 35690, 35689, 23539, 23538. - Fix prevent issue 27952: String not null terminated. - Fix N_SE-17540, update subject font size issue. * Fri Dec 28 2012 Jaeyun Jeong - Fix N_SE-17540, update subject font size issue. - Update org.tizen.message.xml.target to support mmsto/sms scheme. * Mon Dec 10 2012 SooJung Lee - Apply EFL migration to message setting. - Use character count api of mf. - Apply EFL migration of composer. - Add isEmulator to check emulator mode. - Apply EFL migration of thread, common. - Apply EFL migration of viewer. * Fri Nov 23 2012 SooJung Lee - Modify smack manifest file. * Tue Nov 20 2012 Jaeyun Jeong - Modify smack manifest file. - Apply translation data of application title name. * Sat Nov 10 2012 Jaeyun Jeong - Change application path from '/opt' to '/usr'. * Fri Oct 26 2012 Jaeyun Jeong - Fix build errors. - Fix cmaketext file. - Apply latest UX. - Remove unused define. - Apply thread list options and create split view. - Apply the latest Message Composer & Bubble UI guideline. - Apply Viewer options and more functions.