Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ftake:meego
libmeegotouch
libmeegotouch.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmeegotouch.spec of Package libmeegotouch
# # Do NOT Edit the Auto-generated Part! # Generated by: spectacle version 0.22 # # >> macros %define qmake \ qmake -makefile -nocache \\\ "QMAKE_CFLAGS_RELEASE=${CFLAGS:-%optflags}" \\\ "QMAKE_CFLAGS_DEBUG=${CFLAGS:-%optflags}" \\\ "QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS:-%optflags}" \\\ "QMAKE_CXXFLAGS_DEBUG=${CXXFLAGS:-%optflags}" \\\ QMAKE_STRIP=: \\\ PREFIX=%{_prefix} %define qmake_install make install INSTALL_ROOT=%{buildroot} # << macros Name: libmeegotouch Summary: MeeGo Touch Framework Version: 0.21.4 Release: 2.7 Group: System/Libraries License: LGPLv2.1 URL: http://meego.gitorious.org/meegotouch/libmeegotouch Source0: %{name}-%{version}.tar.bz2 Source1: libmeegotouch.sh Source2: mthemedaemon.desktop Source3: libmeegotouch-rpmlintrc Source100: libmeegotouch.yaml Patch0: arm_egl_visibility.patch Patch1: BMC_8268_show_statusbar_on_n900.patch Patch2: disable_ut_mlabel_test.patch Patch3: Boot_sequence_is_broken_after_erase-user-data_flashing_MR_1709.patch Requires: meegotouch-theme >= 0.20.79 Requires: libmeegotouch-l10n-en Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(QtOpenGL) #BuildRequires: pkgconfig(contextsubscriber-1.0) >= 0.5.25 BuildRequires: contextkit-devel >= 0.5.8 BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gstreamer-0.10) BuildRequires: pkgconfig(gstreamer-base-0.10) BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) #BuildRequires: pkgconfig(icu-uc) BuildRequires: libicu-devel BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xdamage) BuildRequires: doxygen BuildRequires: icu BuildRequires: fdupes Provides: libdui >= 0.20.0 Obsoletes: libdui < 0.20.0 Obsoletes: libmeegotouch < 0.20.89 %description Qt based MeeGo Touch Framework for developing touch based user interfaces. %package devel Summary: MeeGo Touch Framework development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the files necessary to develop applications using the Meego Touch Framework. %package l10n-ar Summary: Arabic (ar) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-ar This package contains the Arabic translation for the MeeGo Touch Framework. %package l10n-de Summary: German (de) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-de This package contains the German translation for the MeeGo Touch Framework. %package l10n-en Summary: English (en) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-en This package contains the English translation for the MeeGo Touch Framework. %package l10n-fi Summary: Finnish (fi) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-fi This package contains the Finnish translation for the MeeGo Touch Framework. %package l10n-hu Summary: Hungarian (hu) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-hu This package contains the Hungarian translation for the MeeGo Touch Framework. %package l10n-ur Summary: Urdu (ur) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-ur This package contains the Urdu translation for the MeeGo Touch Framework. %package l10n-zhcn Summary: Chinese Simplified (zh_CN) MeeGo Touch Framework translation Group: Development/Languages Requires: %{name} = %{version}-%{release} %description l10n-zhcn This package contains the Chinese Simplified translation for the MeeGo Touch Framework. %package benchmarks Summary: Benchmark tests Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: meegotouch-demos %description benchmarks This package contains benchmark tests for the MeeGo Touch Framework. %package tests Summary: Unit and functional tests Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: gst-plugins-base Requires: gst-plugins-good Requires: libmeegotouch-l10n-fi %description tests This package contains unit and functional tests for the MeeGo Touch Framework. %package -n meegotouch-demos Summary: MeeGo Touch Framework demos Group: System/Libraries Requires: %{name} = %{version}-%{release} Requires: meegotouch-demos-l10n BuildRequires: desktop-file-utils %description -n meegotouch-demos This package contains demos for the MeeGo Touch Framework. %package -n meegotouch-demos-l10n Summary: MeeGo Touch Framework demos translations Group: Development/Languages Requires: %{name} = %{version}-%{release} %description -n meegotouch-demos-l10n This package contains the demos translations for the MeeGo Touch Framework. %package -n meegotouch-demos-tests Summary: MeeGo Touch Framework demos tests Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: meegotouch-demos %description -n meegotouch-demos-tests This package contains demos tests for the MeeGo Touch Framework. %prep %setup -q -n ./%{name}-%{version} # arm_egl_visibility.patch %patch0 -p1 # BMC_8268_show_statusbar_on_n900.patch %patch1 -p1 # disable_ut_mlabel_test.patch %patch2 -p1 # Boot_sequence_is_broken_after_erase-user-data_flashing_MR_1709.patch %patch3 -p1 # >> setup # << setup %build unset LD_AS_NEEDED # >> build pre #./configure \ # -prefix %{_prefix} \ %configure \ -release \ -tests \ -benchmarks \ -testable \ %ifarch %{arm} -meegographicssystem %else -no-meegographicssystem %endif #icu directory according icu version %define _icudata %(icu-config --icudata | tr -d ' ') %define _icuusrdata %(icu-config --icudata | tr -d ' ' | sed 's/icudt/usrdt/g') make %{?jobs:-j%jobs} # << build pre # >> build post # << build post %install rm -rf %{buildroot} # >> install pre export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %qmake_install # << install pre mkdir -p %{buildroot}%{_sysconfdir}/profile.d cp -a %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/autostart # >> install post # Create the mthemedaemon cache directory mkdir -p %{buildroot}/var/cache/meegotouch # Avoid mmoc confusion: ship script on ARM and binary on IA32 %ifarch %{ix86} rm -f %{buildroot}%{_bindir}/mmoc.pl %else # needed by meego-ux-content # rm -f %{buildroot}%{_bindir}/mmoc %endif #exclude unpackaged files # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/cs.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/da.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/en_SG.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/en_GB.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/fa.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/gl.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/id.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/it.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/ms.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/ms_BN.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/pt_PT.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/uk.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/ur.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/zh_Hant.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/es.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/fr.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/id.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/ms.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/pt.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/pt_PT.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/zh.res # rm -f %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/zh_Hant.res # rm -f %{_datadir}/l10n/meegotouch/libmeegotouch.qm # rm -f %{_datadir}/l10n/meegotouch/widgetsgallery.qm # << install post %fdupes %{buildroot}/%{_datadir} %post -p /sbin/ldconfig %postun /sbin/ldconfig # >> postun # if [ -d /var/cache/meegotouch ]; then # rm -rf /var/cache/meegotouch # fi # << postun %files %defattr(-,root,root,-) # >> files %config %{_sysconfdir}/meegotouch %config %{_sysconfdir}/meegotouch/themedaemonpriorities.conf %config %{_sysconfdir}/profile.d/libmeegotouch.sh %config %{_sysconfdir}/xdg/autostart/mthemedaemon.desktop %{_bindir}/mservicemapper %{_bindir}/mthemedaemon %{_libdir}/libmeegotouchcore.so.* %{_libdir}/libmeegotouchextensions.so.* %{_libdir}/libmeegotouchsettings.so.* %{_libdir}/libmeegotouchviews.so.* %{_libdir}/meegotouch %{_libdir}/meegotouch/applets/mappletrunner %{_libdir}/meegotouch/applicationextensions/mapplicationextensionrunner %{_datadir}/dbus-1/services/com.nokia.mservicefw.service %{_datadir}/dbus-1/services/com.nokia.widgetsgallery.service %{_datadir}/meegotouch %{_datadir}/meegotouch/shaders %{_datadir}/meegotouch/shaders/default.frag %{_datadir}/meegotouch/shaders/default.vert %{_datadir}/meegotouch/shaders/yuv1.frag %{_datadir}/meegotouch/shaders/yuv3.frag %{_datadir}/meegotouch/targets %{_datadir}/meegotouch/targets/Default.conf %{_datadir}/meegotouch/targets/DefaultPortrait.conf %{_datadir}/meegotouch/targets/iCDK.conf %{_datadir}/meegotouch/targets/N900.conf %{_datadir}/meegotouch/targets/N95.conf %{_datadir}/meegotouch/targets/N95i.conf %{_datadir}/meegotouch/targets/N97.conf %{_datadir}/meegotouch/targets/Pineapple.conf %{_datadir}/meegotouch/targets/QVGAL.conf %{_datadir}/meegotouch/targets/aava.conf %{_datadir}/meegotouch/targets/autodetect.conf %{_datadir}/meegotouch/targets/dellmini.conf %{_datadir}/meegotouch/targets/eero.conf %{_datadir}/meegotouch/targets/jax10.conf %{_datadir}/meegotouch/targets/mbook.conf %{_datadir}/meegotouch/targets/nCDK.conf %{_datadir}/meegotouch/targets/russelville.conf %{_datadir}/meegotouch/targets/slate.conf %{_datadir}/themes/base %{_datadir}/themes/base/meegotouch %{_datadir}/themes/base/meegotouch/mapplettester %{_datadir}/themes/base/meegotouch/mapplettester/style/mapplettester.css %{_datadir}/themes/base/meegotouch/widgetsgallery %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-babytoy %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-babytoy/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-different %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-different/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-sluggish %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-sluggish/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-sluggish/vibra.ivt %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-space %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-space/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-babytoy %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-babytoy/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-different %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-different/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-sluggish %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-sluggish/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-sluggish/vibra.ivt %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-space %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-space/audio.wav %{_datadir}/themes/base/meegotouch/widgetsgallery/images %{_datadir}/themes/base/meegotouch/widgetsgallery/images/DefaultAvatar.png %{_datadir}/themes/base/meegotouch/widgetsgallery/images/contacts %{_datadir}/themes/base/meegotouch/widgetsgallery/images/grape.jpg %{_datadir}/themes/base/meegotouch/widgetsgallery/images/list-item-div-bg-selected.png %{_datadir}/themes/base/meegotouch/widgetsgallery/images/list-item-div-bg.png %{_datadir}/themes/base/meegotouch/widgetsgallery/images/star.png %{_datadir}/themes/base/meegotouch/widgetsgallery/style %{_datadir}/themes/base/meegotouch/widgetsgallery/style/widgetsgallery.css %{_datadir}/themes/base/meegotouch/widgetsgallery/svg %{_datadir}/themes/base/meegotouch/widgetsgallery/svg/Widgets-Gallery-Graphics.svg %{_datadir}/themes/base/meegotouch/widgetsgallery/svg/multimedia-overlays.svg %{_datadir}/meegotouch/icu %{_datadir}/meegotouch/icu/%{_icuusrdata} %exclude %{_datadir}/l10n/meegotouch/libmeegotouch.qm %exclude %{_datadir}/l10n/meegotouch/widgetsgallery.qm %attr(1777, -, -) /var/cache/meegotouch # << files %files devel %defattr(-,root,root,-) # >> files devel %{_bindir}/applicationextensiondemo %{_bindir}/imgcachegen %{_bindir}/dui-rename-files %{_bindir}/dui-rename-symbols %{_bindir}/m-servicefwgen %{_bindir}/mapplettester %{_bindir}/mapplicationextensiontester %{_bindir}/mgen %{_bindir}/mmoc* %{_bindir}/mnotificationstresstest %{_bindir}/mnotificationtool %{_bindir}/mcssvalidator %{_includedir}/meegotouch %{_includedir}/meegotouch/MAbstractCellCreator %{_includedir}/meegotouch/MAbstractItemModel %{_includedir}/meegotouch/MAbstractLayoutPolicy %{_includedir}/meegotouch/MAbstractLayoutPolicyStyle %{_includedir}/meegotouch/MAbstractWidgetAnimation %{_includedir}/meegotouch/MAbstractWidgetAnimationStyle %{_includedir}/meegotouch/MAction %{_includedir}/meegotouch/MAdvancedListItem %{_includedir}/meegotouch/MAnimation %{_includedir}/meegotouch/MAnimationStyle %{_includedir}/meegotouch/MAppletInstallationSourceInterface %{_includedir}/meegotouch/MAppletInterface %{_includedir}/meegotouch/MAppletMetaData %{_includedir}/meegotouch/MApplication %{_includedir}/meegotouch/MApplicationExtensionArea %{_includedir}/meegotouch/MApplicationExtensionInterface %{_includedir}/meegotouch/MApplicationIfAdaptor %{_includedir}/meegotouch/MApplicationIfProxy %{_includedir}/meegotouch/MApplicationMenu %{_includedir}/meegotouch/MApplicationMenuView %{_includedir}/meegotouch/MApplicationPage %{_includedir}/meegotouch/MApplicationService %{_includedir}/meegotouch/MApplicationWindow %{_includedir}/meegotouch/MAssembly %{_includedir}/meegotouch/MBackgroundTiles %{_includedir}/meegotouch/MBanner %{_includedir}/meegotouch/MBasicLayoutAnimation %{_includedir}/meegotouch/MBasicLayoutAnimationStyle %{_includedir}/meegotouch/MBasicListItem %{_includedir}/meegotouch/MBasicSheetHeader %{_includedir}/meegotouch/MBreakIterator %{_includedir}/meegotouch/MBubbleItem %{_includedir}/meegotouch/MButton %{_includedir}/meegotouch/MButtonGroup %{_includedir}/meegotouch/MButtonIconView %{_includedir}/meegotouch/MButtonView %{_includedir}/meegotouch/MCalendar %{_includedir}/meegotouch/MCancelEvent %{_includedir}/meegotouch/MCharsetDetector %{_includedir}/meegotouch/MCharsetMatch %{_includedir}/meegotouch/MCollator %{_includedir}/meegotouch/MComboBox %{_includedir}/meegotouch/MCompleter %{_includedir}/meegotouch/MCompleterView %{_includedir}/meegotouch/MComponentCache %{_includedir}/meegotouch/MComponentData %{_includedir}/meegotouch/MContainer %{_includedir}/meegotouch/MContainerView %{_includedir}/meegotouch/MContentItem %{_includedir}/meegotouch/MDataAccess %{_includedir}/meegotouch/MDataStore %{_includedir}/meegotouch/MDebug %{_includedir}/meegotouch/MDesktopEntry %{_includedir}/meegotouch/MDetailedListItem %{_includedir}/meegotouch/MDeviceProfile %{_includedir}/meegotouch/MDialog %{_includedir}/meegotouch/MDismissEvent %{_includedir}/meegotouch/MEscapeButtonPanel %{_includedir}/meegotouch/MExport %{_includedir}/meegotouch/MFeedback %{_includedir}/meegotouch/MFeedbackPlayer %{_includedir}/meegotouch/MFileDataStore %{_includedir}/meegotouch/MFlowLayoutPolicy %{_includedir}/meegotouch/MFreestyleLayoutPolicy %{_includedir}/meegotouch/MGConfDataStore %{_includedir}/meegotouch/MGConfItem %{_includedir}/meegotouch/MGLES2Renderer %{_includedir}/meegotouch/MGraphicsEffect %{_includedir}/meegotouch/MGraphicsEffectStyle %{_includedir}/meegotouch/MGridItem %{_includedir}/meegotouch/MGridLayoutPolicy %{_includedir}/meegotouch/MGroupAnimation %{_includedir}/meegotouch/MGroupAnimationStyle %{_includedir}/meegotouch/MHelpButton %{_includedir}/meegotouch/MHomeButtonPanel %{_includedir}/meegotouch/MImageWidget %{_includedir}/meegotouch/MImageWidgetView %{_includedir}/meegotouch/MInfoBanner %{_includedir}/meegotouch/MInfoBannerEventView %{_includedir}/meegotouch/MInfoBannerInformationView %{_includedir}/meegotouch/MInputMethodState %{_includedir}/meegotouch/MKeyboardStateTracker %{_includedir}/meegotouch/MLabel %{_includedir}/meegotouch/MLabelHighlighter %{_includedir}/meegotouch/MLabelView %{_includedir}/meegotouch/MLayout %{_includedir}/meegotouch/MLayoutAnimation %{_includedir}/meegotouch/MLayoutAnimationStyle %{_includedir}/meegotouch/MLibrary %{_includedir}/meegotouch/MLinearLayoutPolicy %{_includedir}/meegotouch/MList %{_includedir}/meegotouch/MListFilter %{_includedir}/meegotouch/MListItem %{_includedir}/meegotouch/MListView %{_includedir}/meegotouch/MLocale %{_includedir}/meegotouch/MLocaleBuckets %{_includedir}/meegotouch/MMashupCanvas %{_includedir}/meegotouch/MMenuObjectView %{_includedir}/meegotouch/MMessageBox %{_includedir}/meegotouch/MMessageBoxView %{_includedir}/meegotouch/MModalSceneWindow %{_includedir}/meegotouch/MNamespace %{_includedir}/meegotouch/MNavigationBar %{_includedir}/meegotouch/MNavigationBarView %{_includedir}/meegotouch/MNotification %{_includedir}/meegotouch/MNotificationGroup %{_includedir}/meegotouch/MObjectMenu %{_includedir}/meegotouch/MOnDisplayChangeEvent %{_includedir}/meegotouch/MOrientationChangeEvent %{_includedir}/meegotouch/MOverlay %{_includedir}/meegotouch/MOverlayView %{_includedir}/meegotouch/MOvershotBezierEasingCurve %{_includedir}/meegotouch/MPannableViewport %{_includedir}/meegotouch/MPannableWidget %{_includedir}/meegotouch/MPannableWidgetView %{_includedir}/meegotouch/MPhysics2DPanning %{_includedir}/meegotouch/MPopupList %{_includedir}/meegotouch/MPopupListView %{_includedir}/meegotouch/MPositionIndicator %{_includedir}/meegotouch/MPositionIndicatorView %{_includedir}/meegotouch/MPreeditInjectionEvent %{_includedir}/meegotouch/MProgressIndicator %{_includedir}/meegotouch/MProgressIndicatorBarView %{_includedir}/meegotouch/MRemoteAction %{_includedir}/meegotouch/MRichTextEdit %{_includedir}/meegotouch/MScalableImage %{_includedir}/meegotouch/MScene %{_includedir}/meegotouch/MSceneLayerEffect %{_includedir}/meegotouch/MSceneManager %{_includedir}/meegotouch/MSceneWindow %{_includedir}/meegotouch/MSeekBar %{_includedir}/meegotouch/MSeparator %{_includedir}/meegotouch/MServiceFwBaseIf %{_includedir}/meegotouch/MServiceFwProxy %{_includedir}/meegotouch/MSettingsLanguageBinary %{_includedir}/meegotouch/MSettingsLanguageParser %{_includedir}/meegotouch/MSettingsLanguageWidget %{_includedir}/meegotouch/MSettingsLanguageWidgetFactory %{_includedir}/meegotouch/MSheet %{_includedir}/meegotouch/MSlider %{_includedir}/meegotouch/MSliderView %{_includedir}/meegotouch/MSortFilterProxyModel %{_includedir}/meegotouch/MStylableWidget %{_includedir}/meegotouch/MStyle %{_includedir}/meegotouch/MStyleCreator %{_includedir}/meegotouch/MTextEdit %{_includedir}/meegotouch/MTextEditView %{_includedir}/meegotouch/MTheme %{_includedir}/meegotouch/MTimestamp %{_includedir}/meegotouch/MToolBar %{_includedir}/meegotouch/MToolBarTabView %{_includedir}/meegotouch/MToolBarView %{_includedir}/meegotouch/MViewCreator %{_includedir}/meegotouch/MWidget %{_includedir}/meegotouch/MWidgetAction %{_includedir}/meegotouch/MWidgetController %{_includedir}/meegotouch/MWidgetCreator %{_includedir}/meegotouch/MWidgetModel %{_includedir}/meegotouch/MWidgetRecycler %{_includedir}/meegotouch/MWidgetStyle %{_includedir}/meegotouch/MWidgetView %{_includedir}/meegotouch/MWindow %{_includedir}/meegotouch/mabstractcellcreator.h %{_includedir}/meegotouch/mabstractitemmodel.h %{_includedir}/meegotouch/mabstractlayoutpolicy.h %{_includedir}/meegotouch/mabstractlayoutpolicystyle.h %{_includedir}/meegotouch/mabstractscroller.h %{_includedir}/meegotouch/mabstractwidgetanimation.h %{_includedir}/meegotouch/mabstractwidgetanimationstyle.h %{_includedir}/meegotouch/maction.h %{_includedir}/meegotouch/madvancedlistitem.h %{_includedir}/meegotouch/maggregatedataaccess.h %{_includedir}/meegotouch/manimation.h %{_includedir}/meegotouch/manimationcreator.h %{_includedir}/meegotouch/manimationstyle.h %{_includedir}/meegotouch/mappletalivemessagerequest.h %{_includedir}/meegotouch/mappletalivemessageresponse.h %{_includedir}/meegotouch/mappletcancelmessage.h %{_includedir}/meegotouch/mappletclient.h %{_includedir}/meegotouch/mappletcommunicator.h %{_includedir}/meegotouch/mappleticonchangedmessage.h %{_includedir}/meegotouch/mappletinstallationsourceinterface.h %{_includedir}/meegotouch/mappletinterface.h %{_includedir}/meegotouch/mappletloader.h %{_includedir}/meegotouch/mappletmessage.h %{_includedir}/meegotouch/mappletmessagefactory.h %{_includedir}/meegotouch/mappletmetadata.h %{_includedir}/meegotouch/mappletmousemessage.h %{_includedir}/meegotouch/mappletobjectmenuactionselectedmessage.h %{_includedir}/meegotouch/mappletobjectmenumessage.h %{_includedir}/meegotouch/mappletobjectmenurequestmessage.h %{_includedir}/meegotouch/mappletorientationmessage.h %{_includedir}/meegotouch/mappletpixmapmodifiedmessage.h %{_includedir}/meegotouch/mappletpixmaptakenintousemessage.h %{_includedir}/meegotouch/mappletserver.h %{_includedir}/meegotouch/mappletsetgeometrymessage.h %{_includedir}/meegotouch/mappletsettings.h %{_includedir}/meegotouch/mappletsettingsdialog.h %{_includedir}/meegotouch/mappletsharedmutex.h %{_includedir}/meegotouch/mapplettextchangedmessage.h %{_includedir}/meegotouch/mapplettitlechangedmessage.h %{_includedir}/meegotouch/mappletupdategeometrymessage.h %{_includedir}/meegotouch/mappletvisibilitymessage.h %{_includedir}/meegotouch/mapplication.h %{_includedir}/meegotouch/mapplicationextensionarea.h %{_includedir}/meegotouch/mapplicationextensionareamodel.h %{_includedir}/meegotouch/mapplicationextensionareastyle.h %{_includedir}/meegotouch/mapplicationextensionareaview.h %{_includedir}/meegotouch/mapplicationextensioninterface.h %{_includedir}/meegotouch/mapplicationextensionmetadata.h %{_includedir}/meegotouch/mapplicationifadaptor.h %{_includedir}/meegotouch/mapplicationifproxy.h %{_includedir}/meegotouch/mapplicationmenu.h %{_includedir}/meegotouch/mapplicationmenuanimation.h %{_includedir}/meegotouch/mapplicationmenuanimationstyle.h %{_includedir}/meegotouch/mapplicationmenubuttonstyle.h %{_includedir}/meegotouch/mapplicationmenumodel.h %{_includedir}/meegotouch/mapplicationmenustyle.h %{_includedir}/meegotouch/mapplicationmenuview.h %{_includedir}/meegotouch/mapplicationpage.h %{_includedir}/meegotouch/mapplicationpagemodel.h %{_includedir}/meegotouch/mapplicationpagestyle.h %{_includedir}/meegotouch/mapplicationpageview.h %{_includedir}/meegotouch/mapplicationservice.h %{_includedir}/meegotouch/mapplicationwindow.h %{_includedir}/meegotouch/mapplicationwindowstyle.h %{_includedir}/meegotouch/massembly.h %{_includedir}/meegotouch/mbackgroundtiles.h %{_includedir}/meegotouch/mbanner.h %{_includedir}/meegotouch/mbannermodel.h %{_includedir}/meegotouch/mbannerstyle.h %{_includedir}/meegotouch/mbannerview.h %{_includedir}/meegotouch/mbasiclayoutanimation.h %{_includedir}/meegotouch/mbasiclayoutanimationstyle.h %{_includedir}/meegotouch/mbasiclistitem.h %{_includedir}/meegotouch/mbasiclistitemdeletionanimationstyle.h %{_includedir}/meegotouch/mbasicorientationanimationstyle.h %{_includedir}/meegotouch/mbasicsheetheader.h %{_includedir}/meegotouch/mbasicsheetheadermodel.h %{_includedir}/meegotouch/mbasicsheetheaderstyle.h %{_includedir}/meegotouch/mbasicsheetheaderview.h %{_includedir}/meegotouch/mborderdecorationroundedcornersstyle.h %{_includedir}/meegotouch/mbreakiterator.h %{_includedir}/meegotouch/mbubbleitem.h %{_includedir}/meegotouch/mbubbleitembackgroundstyle.h %{_includedir}/meegotouch/mbubbleitemmodel.h %{_includedir}/meegotouch/mbubbleitemstyle.h %{_includedir}/meegotouch/mbubbleitemview.h %{_includedir}/meegotouch/mbutton.h %{_includedir}/meegotouch/mbuttongroup.h %{_includedir}/meegotouch/mbuttoniconstyle.h %{_includedir}/meegotouch/mbuttoniconview.h %{_includedir}/meegotouch/mbuttonmodel.h %{_includedir}/meegotouch/mbuttonstyle.h %{_includedir}/meegotouch/mbuttonswitchstyle.h %{_includedir}/meegotouch/mbuttonswitchview.h %{_includedir}/meegotouch/mbuttontabview.h %{_includedir}/meegotouch/mbuttonview.h %{_includedir}/meegotouch/mcalendar.h %{_includedir}/meegotouch/mcancelevent.h %{_includedir}/meegotouch/mcharsetdetector.h %{_includedir}/meegotouch/mcharsetmatch.h %{_includedir}/meegotouch/mcheckboxstyle.h %{_includedir}/meegotouch/mcheckboxview.h %{_includedir}/meegotouch/mcity.h %{_includedir}/meegotouch/mcollator.h %{_includedir}/meegotouch/mcombobox.h %{_includedir}/meegotouch/mcomboboxmodel.h %{_includedir}/meegotouch/mcomboboxstyle.h %{_includedir}/meegotouch/mcomboboxview.h %{_includedir}/meegotouch/mcompleter.h %{_includedir}/meegotouch/mcompletermodel.h %{_includedir}/meegotouch/mcompleterstyle.h %{_includedir}/meegotouch/mcompleterview.h %{_includedir}/meegotouch/mcomponentcache.h %{_includedir}/meegotouch/mcomponentdata.h %{_includedir}/meegotouch/mcontainer.h %{_includedir}/meegotouch/mcontainerheaderstyle.h %{_includedir}/meegotouch/mcontainermodel.h %{_includedir}/meegotouch/mcontainerstyle.h %{_includedir}/meegotouch/mcontainerview.h %{_includedir}/meegotouch/mcontentfadeandslideanimation.h %{_includedir}/meegotouch/mcontentfadeandslideanimationstyle.h %{_includedir}/meegotouch/mcontentitem.h %{_includedir}/meegotouch/mcontentitemmodel.h %{_includedir}/meegotouch/mcontentitemstyle.h %{_includedir}/meegotouch/mcontentitemview.h %{_includedir}/meegotouch/mcountry.h %{_includedir}/meegotouch/mcrossfadedorientationanimationstyle.h %{_includedir}/meegotouch/mdataaccess.h %{_includedir}/meegotouch/mdatastore.h %{_includedir}/meegotouch/mdebug.h %{_includedir}/meegotouch/mdefaultfonts.h %{_includedir}/meegotouch/mdesktopentry.h %{_includedir}/meegotouch/mdetailedlistitem.h %{_includedir}/meegotouch/mdeviceprofile.h %{_includedir}/meegotouch/mdevicestyle.h %{_includedir}/meegotouch/mdialog.h %{_includedir}/meegotouch/mdialoganimation.h %{_includedir}/meegotouch/mdialoganimationstyle.h %{_includedir}/meegotouch/mdialogmodel.h %{_includedir}/meegotouch/mdialogstyle.h %{_includedir}/meegotouch/mdialogview.h %{_includedir}/meegotouch/mdismissevent.h %{_includedir}/meegotouch/mdockwidget.h %{_includedir}/meegotouch/mdockwidgetmodel.h %{_includedir}/meegotouch/mdockwidgetstyle.h %{_includedir}/meegotouch/meditortoolbararrowstyle.h %{_includedir}/meegotouch/meditortoolbarstyle.h %{_includedir}/meegotouch/meffectcreator.h %{_includedir}/meegotouch/mescapebuttonpanel.h %{_includedir}/meegotouch/mescapebuttonpanelmodel.h %{_includedir}/meegotouch/mescapebuttonpanelstyle.h %{_includedir}/meegotouch/mescapebuttonpanelview.h %{_includedir}/meegotouch/mexport.h %{_includedir}/meegotouch/mextendingbackgroundstyle.h %{_includedir}/meegotouch/mextendingbackgroundview.h %{_includedir}/meegotouch/mextensionarea.h %{_includedir}/meegotouch/mextensionareamodel.h %{_includedir}/meegotouch/mextensionareastyle.h %{_includedir}/meegotouch/mextensionareaview.h %{_includedir}/meegotouch/mextensionrunner.h %{_includedir}/meegotouch/mfeedback.h %{_includedir}/meegotouch/mfeedbackplayer.h %{_includedir}/meegotouch/mfiledatastore.h %{_includedir}/meegotouch/mflowlayoutpolicy.h %{_includedir}/meegotouch/mfreestylelayoutpolicy.h %{_includedir}/meegotouch/mgconfdatastore.h %{_includedir}/meegotouch/mgconfitem.h %{_includedir}/meegotouch/mgles2renderer.h %{_includedir}/meegotouch/mgraphicsclipeffect.h %{_includedir}/meegotouch/mgraphicseffect.h %{_includedir}/meegotouch/mgraphicseffectstyle.h %{_includedir}/meegotouch/mgraphicshighlighteffect.h %{_includedir}/meegotouch/mgraphicshighlighteffectstyle.h %{_includedir}/meegotouch/mgriditem.h %{_includedir}/meegotouch/mgriditemmodel.h %{_includedir}/meegotouch/mgriditemstyle.h %{_includedir}/meegotouch/mgriditemview.h %{_includedir}/meegotouch/mgridlayoutpolicy.h %{_includedir}/meegotouch/mgroupanimation.h %{_includedir}/meegotouch/mgroupanimationstyle.h %{_includedir}/meegotouch/mhelpbutton.h %{_includedir}/meegotouch/mhomebuttonpanel.h %{_includedir}/meegotouch/mhomebuttonpanelstyle.h %{_includedir}/meegotouch/mhomebuttonpanelview.h %{_includedir}/meegotouch/mimagewidget.h %{_includedir}/meegotouch/mimagewidgetmodel.h %{_includedir}/meegotouch/mimagewidgetstyle.h %{_includedir}/meegotouch/mimagewidgetview.h %{_includedir}/meegotouch/minfobanner.h %{_includedir}/meegotouch/minfobannereventview.h %{_includedir}/meegotouch/minfobannerinformationview.h %{_includedir}/meegotouch/minfobannermodel.h %{_includedir}/meegotouch/minfobannerstyle.h %{_includedir}/meegotouch/minputmethodstate.h %{_includedir}/meegotouch/mkeyboardstatetracker.h %{_includedir}/meegotouch/mlabel.h %{_includedir}/meegotouch/mlabelhighlighter.h %{_includedir}/meegotouch/mlabelmodel.h %{_includedir}/meegotouch/mlabelstyle.h %{_includedir}/meegotouch/mlabelview.h %{_includedir}/meegotouch/mlayout.h %{_includedir}/meegotouch/mlayoutanimation.h %{_includedir}/meegotouch/mlayoutanimationstyle.h %{_includedir}/meegotouch/mlibrary.h %{_includedir}/meegotouch/mlinearlayoutpolicy.h %{_includedir}/meegotouch/mlist.h %{_includedir}/meegotouch/mlistfilter.h %{_includedir}/meegotouch/mlistheaderstyle.h %{_includedir}/meegotouch/mlistindextooltipstyle.h %{_includedir}/meegotouch/mlistindexstyle.h %{_includedir}/meegotouch/mlistitem.h %{_includedir}/meegotouch/mlistitemmodel.h %{_includedir}/meegotouch/mlistitemstyle.h %{_includedir}/meegotouch/mlistitemview.h %{_includedir}/meegotouch/mlistmodel.h %{_includedir}/meegotouch/mliststyle.h %{_includedir}/meegotouch/mlistview.h %{_includedir}/meegotouch/mlocale.h %{_includedir}/meegotouch/mlocalebuckets.h %{_includedir}/meegotouch/mlocationdatabase.h %{_includedir}/meegotouch/mmashupcanvas.h %{_includedir}/meegotouch/mmashupcanvasmodel.h %{_includedir}/meegotouch/mmashupcanvasstyle.h %{_includedir}/meegotouch/mmashupcanvasview.h %{_includedir}/meegotouch/mmenuobjectview.h %{_includedir}/meegotouch/mmessagebox.h %{_includedir}/meegotouch/mmessageboxmodel.h %{_includedir}/meegotouch/mmessageboxstyle.h %{_includedir}/meegotouch/mmessageboxview.h %{_includedir}/meegotouch/mmodalscenewindow.h %{_includedir}/meegotouch/mmodalscenewindowmodel.h %{_includedir}/meegotouch/mmodalscenewindowstyle.h %{_includedir}/meegotouch/mmodalscenewindowview.h %{_includedir}/meegotouch/mnamespace.h %{_includedir}/meegotouch/mnavigationbar.h %{_includedir}/meegotouch/mnavigationbarmodel.h %{_includedir}/meegotouch/mnavigationbarstyle.h %{_includedir}/meegotouch/mnavigationbarview.h %{_includedir}/meegotouch/mnotification.h %{_includedir}/meegotouch/mnotificationgroup.h %{_includedir}/meegotouch/mobjectmenu.h %{_includedir}/meegotouch/mobjectmenubasicstyle.h %{_includedir}/meegotouch/mobjectmenubasicview.h %{_includedir}/meegotouch/mobjectmenumodel.h %{_includedir}/meegotouch/mobjectmenustyle.h %{_includedir}/meegotouch/mobjectmenuview.h %{_includedir}/meegotouch/mondisplaychangeevent.h %{_includedir}/meegotouch/morientationchangeevent.h %{_includedir}/meegotouch/morientationtracker.h %{_includedir}/meegotouch/moverlay.h %{_includedir}/meegotouch/moverlaystyle.h %{_includedir}/meegotouch/moverlayview.h %{_includedir}/meegotouch/movershotbeziereasingcurve.h %{_includedir}/meegotouch/mpageswitchanimation.h %{_includedir}/meegotouch/mpageswitchanimationstyle.h %{_includedir}/meegotouch/mpageswitchslideanimation.h %{_includedir}/meegotouch/mpalette.h %{_includedir}/meegotouch/mpannableviewport.h %{_includedir}/meegotouch/mpannableviewportmodel.h %{_includedir}/meegotouch/mpannableviewportscroller.h %{_includedir}/meegotouch/mpannablewidget.h %{_includedir}/meegotouch/mpannablewidgetmodel.h %{_includedir}/meegotouch/mpannablewidgetstyle.h %{_includedir}/meegotouch/mpannablewidgetview.h %{_includedir}/meegotouch/mpanrecognizerstyle.h %{_includedir}/meegotouch/mparallelanimationgroup.h %{_includedir}/meegotouch/mphysics2dpanning.h %{_includedir}/meegotouch/mpopuplist.h %{_includedir}/meegotouch/mpopuplistmodel.h %{_includedir}/meegotouch/mpopupliststyle.h %{_includedir}/meegotouch/mpopuplistview.h %{_includedir}/meegotouch/mpositionindicator.h %{_includedir}/meegotouch/mpositionindicatormodel.h %{_includedir}/meegotouch/mpositionindicatorstyle.h %{_includedir}/meegotouch/mpositionindicatorview.h %{_includedir}/meegotouch/mpreeditinjectionevent.h %{_includedir}/meegotouch/mprogressindicator.h %{_includedir}/meegotouch/mprogressindicatorbarview.h %{_includedir}/meegotouch/mprogressindicatormodel.h %{_includedir}/meegotouch/mprogressindicatorstyle.h %{_includedir}/meegotouch/mrelocatorstyle.h %{_includedir}/meegotouch/mremoteaction.h %{_includedir}/meegotouch/mrichtextedit.h %{_includedir}/meegotouch/mrichtexteditstyle.h %{_includedir}/meegotouch/mscalableimage.h %{_includedir}/meegotouch/mscene.h %{_includedir}/meegotouch/msceneeventeater.h %{_includedir}/meegotouch/mscenelayereffect.h %{_includedir}/meegotouch/mscenelayereffectdimstyle.h %{_includedir}/meegotouch/mscenelayereffectmodel.h %{_includedir}/meegotouch/mscenelayereffectstyle.h %{_includedir}/meegotouch/mscenemanager.h %{_includedir}/meegotouch/mscenemanagerstyle.h %{_includedir}/meegotouch/mscenewindow.h %{_includedir}/meegotouch/mscenewindowanimationstyle.h %{_includedir}/meegotouch/mscenewindowmodel.h %{_includedir}/meegotouch/mscenewindowscroller.h %{_includedir}/meegotouch/mscenewindowstyle.h %{_includedir}/meegotouch/mscenewindowview.h %{_includedir}/meegotouch/mseekbar.h %{_includedir}/meegotouch/mseekbarmodel.h %{_includedir}/meegotouch/mseparator.h %{_includedir}/meegotouch/mseparatormodel.h %{_includedir}/meegotouch/mseparatorstyle.h %{_includedir}/meegotouch/mseparatorview.h %{_includedir}/meegotouch/mserviceaction.h %{_includedir}/meegotouch/mservicefwbaseif.h %{_includedir}/meegotouch/mservicefwproxy.h %{_includedir}/meegotouch/mserviceinvoker.h %{_includedir}/meegotouch/msettingslanguagebinary.h %{_includedir}/meegotouch/msettingslanguageboolean.h %{_includedir}/meegotouch/msettingslanguagebooleancontroller.h %{_includedir}/meegotouch/msettingslanguagebooleanfactory.h %{_includedir}/meegotouch/msettingslanguagegroupfactory.h %{_includedir}/meegotouch/msettingslanguagegroup.h %{_includedir}/meegotouch/msettingslanguageinteger.h %{_includedir}/meegotouch/msettingslanguageintegercontroller.h %{_includedir}/meegotouch/msettingslanguageintegerfactory.h %{_includedir}/meegotouch/msettingslanguagenode.h %{_includedir}/meegotouch/msettingslanguageoption.h %{_includedir}/meegotouch/msettingslanguageparser.h %{_includedir}/meegotouch/msettingslanguageselection.h %{_includedir}/meegotouch/msettingslanguageselectioncontroller.h %{_includedir}/meegotouch/msettingslanguageselectionfactory.h %{_includedir}/meegotouch/msettingslanguagesettings.h %{_includedir}/meegotouch/msettingslanguagesettingsfactory.h %{_includedir}/meegotouch/msettingslanguagetext.h %{_includedir}/meegotouch/msettingslanguagetextcontroller.h %{_includedir}/meegotouch/msettingslanguagetextfactory.h %{_includedir}/meegotouch/msettingslanguagewidget.h %{_includedir}/meegotouch/msettingslanguagewidgetfactory.h %{_includedir}/meegotouch/mshareddata.h %{_includedir}/meegotouch/msheet.h %{_includedir}/meegotouch/msheetmodel.h %{_includedir}/meegotouch/msheetstyle.h %{_includedir}/meegotouch/msheetview.h %{_includedir}/meegotouch/mslider.h %{_includedir}/meegotouch/mslidermodel.h %{_includedir}/meegotouch/msliderstyle.h %{_includedir}/meegotouch/msliderview.h %{_includedir}/meegotouch/msortfilterproxymodel.h %{_includedir}/meegotouch/mspinnerstyle.h %{_includedir}/meegotouch/mspinnerview.h %{_includedir}/meegotouch/mstatusbar.h %{_includedir}/meegotouch/mstatusbarstyle.h %{_includedir}/meegotouch/mstylablewidget.h %{_includedir}/meegotouch/mstylablewidgetstyle.h %{_includedir}/meegotouch/mstyle.h %{_includedir}/meegotouch/mstylecreator.h %{_includedir}/meegotouch/msubdatastore.h %{_includedir}/meegotouch/mswiperecognizer.h %{_includedir}/meegotouch/mswiperecognizerstyle.h %{_includedir}/meegotouch/mtapandholdrecognizer.h %{_includedir}/meegotouch/mtapandholdrecognizerstyle.h %{_includedir}/meegotouch/mtapstatemachine.h %{_includedir}/meegotouch/mtapstatemachinestyle.h %{_includedir}/meegotouch/mtextedit.h %{_includedir}/meegotouch/mtexteditmodel.h %{_includedir}/meegotouch/mtexteditstyle.h %{_includedir}/meegotouch/mtexteditview.h %{_includedir}/meegotouch/mtextmagnifierstyle.h %{_includedir}/meegotouch/mtheme.h %{_includedir}/meegotouch/mtimestamp.h %{_includedir}/meegotouch/mtoolbar.h %{_includedir}/meegotouch/mtoolbarstyle.h %{_includedir}/meegotouch/mtoolbartabstyle.h %{_includedir}/meegotouch/mtoolbartabview.h %{_includedir}/meegotouch/mtoolbarview.h %{_includedir}/meegotouch/mvideowidgetstyle.h %{_includedir}/meegotouch/mviewcreator.h %{_includedir}/meegotouch/mwarpanimationstyle.h %{_includedir}/meegotouch/mwidget.h %{_includedir}/meegotouch/mwidgetaction.h %{_includedir}/meegotouch/mwidgetanimation.h %{_includedir}/meegotouch/mwidgetcontroller.h %{_includedir}/meegotouch/mwidgetcreator.h %{_includedir}/meegotouch/mwidgetfadeanimation.h %{_includedir}/meegotouch/mwidgetfadeanimationstyle.h %{_includedir}/meegotouch/mwidgetmodel.h %{_includedir}/meegotouch/mwidgetmoveanimation.h %{_includedir}/meegotouch/mwidgetmoveanimationstyle.h %{_includedir}/meegotouch/mwidgetrectangularclipanimation.h %{_includedir}/meegotouch/mwidgetrectangularclipanimationstyle.h %{_includedir}/meegotouch/mwidgetrecycler.h %{_includedir}/meegotouch/mwidgetscalefadeanimation.h %{_includedir}/meegotouch/mwidgetscalefadeanimationstyle.h %{_includedir}/meegotouch/mwidgetslideanimation.h %{_includedir}/meegotouch/mwidgetslideanimationstyle.h %{_includedir}/meegotouch/mwidgetstyle.h %{_includedir}/meegotouch/mwidgetview.h %{_includedir}/meegotouch/mwidgetzoomanimation.h %{_includedir}/meegotouch/mwidgetzoomanimationstyle.h %{_includedir}/meegotouch/mwindow.h %{_includedir}/meegotouch/mwindowstyle.h %{_libdir}/libmeegotouchcore.prl %{_libdir}/libmeegotouchcore.so %{_libdir}/libmeegotouchextensions.prl %{_libdir}/libmeegotouchextensions.so %{_libdir}/libmeegotouchsettings.prl %{_libdir}/libmeegotouchsettings.so %{_libdir}/libmeegotouchviews.prl %{_libdir}/libmeegotouchviews.so %{_libdir}/pkgconfig/meegotouch-boostable.pc %{_libdir}/pkgconfig/meegotouch.pc %{_libdir}/pkgconfig/meegotouchcore.pc %{_libdir}/pkgconfig/meegotouchsettings.pc %{_datadir}/qt4/mkspecs/features/meegotouch-boostable.prf %{_datadir}/qt4/mkspecs/features/meegotouch.prf %{_datadir}/qt4/mkspecs/features/meegotouch_common.prf %{_datadir}/qt4/mkspecs/features/meegotouch_defines.prf %{_datadir}/qt4/mkspecs/features/meegotouch_mgen.prf %{_datadir}/qt4/mkspecs/features/meegotouch_mmoc.prf %{_datadir}/qt4/mkspecs/features/meegotouch_translations.prf %{_datadir}/qt4/mkspecs/features/meegotouchcore.prf %{_datadir}/qt4/mkspecs/features/meegotouchsettings.prf %{_datadir}/qt4/mkspecs/features/meegotouch_coverage.prf #not packaged yet.. %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/cs.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/da.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/en_SG.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/en_GB.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/fa.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/gl.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/id.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/it.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/ms.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/ms_BN.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/pt_PT.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/uk.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/ur.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/zh_Hant.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/es.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/fr.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/id.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/ms.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/pt.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/pt_PT.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/zh.res %exclude %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/zh_Hant.res # << files devel %files l10n-ar %defattr(-,root,root,-) # >> files l10n-ar %{_datadir}/l10n/meegotouch/libmeegotouch_ar.qm # << files l10n-ar %files l10n-de %defattr(-,root,root,-) # >> files l10n-de %{_datadir}/l10n/meegotouch/libmeegotouch_de.qm # << files l10n-de %files l10n-en %defattr(-,root,root,-) # >> files l10n-en %{_datadir}/l10n/meegotouch/libmeegotouch_en.qm %{_datadir}/meegotouch/icu/%{_icuusrdata}/lang/en.res # << files l10n-en %files l10n-fi %defattr(-,root,root,-) # >> files l10n-fi %{_datadir}/l10n/meegotouch/libmeegotouch_fi.qm %{_datadir}/meegotouch/icu/%{_icuusrdata}/fi.res # << files l10n-fi %files l10n-hu %defattr(-,root,root,-) # >> files l10n-hu %{_datadir}/l10n/meegotouch/libmeegotouch_hu.qm # << files l10n-hu %files l10n-ur %defattr(-,root,root,-) # >> files l10n-ur %{_datadir}/l10n/meegotouch/libmeegotouch_ur.qm # << files l10n-ur %files l10n-zhcn %defattr(-,root,root,-) # >> files l10n-zhcn %{_datadir}/l10n/meegotouch/libmeegotouch_zh_CN.qm # << files l10n-zhcn %files benchmarks %defattr(-,root,root,-) # >> files benchmarks %{_libdir}/libmeegotouch-benchmarks %{_libdir}/libmeegotouch-benchmarks/mt_mbutton %{_libdir}/libmeegotouch-benchmarks/mt_mbuttongroup %{_libdir}/libmeegotouch-benchmarks/mt_mimagewidget %{_libdir}/libmeegotouch-benchmarks/mt_mlabel %{_libdir}/libmeegotouch-benchmarks/mt_mlist %{_libdir}/libmeegotouch-benchmarks/mt_mmenu %{_libdir}/libmeegotouch-benchmarks/mt_mtoolbar %{_libdir}/libmeegotouch-benchmarks/pt_mapplication %{_libdir}/libmeegotouch-benchmarks/pt_mbutton %{_libdir}/libmeegotouch-benchmarks/pt_mcalendar %{_libdir}/libmeegotouch-benchmarks/pt_mcharsetdetector %{_libdir}/libmeegotouch-benchmarks/pt_mcomponentcache %{_libdir}/libmeegotouch-benchmarks/pt_mcomponentdata %{_libdir}/libmeegotouch-benchmarks/pt_mcomponentdata2 %{_libdir}/libmeegotouch-benchmarks/pt_mgles2renderer %{_libdir}/libmeegotouch-benchmarks/pt_mimagewidget %{_libdir}/libmeegotouch-benchmarks/pt_minimalmapplication %{_libdir}/libmeegotouch-benchmarks/pt_minimalqtapplication %{_libdir}/libmeegotouch-benchmarks/pt_mlabel %{_libdir}/libmeegotouch-benchmarks/pt_mlayout %{_libdir}/libmeegotouch-benchmarks/pt_mlocale %{_libdir}/libmeegotouch-benchmarks/pt_mlocationdatabase %{_libdir}/libmeegotouch-benchmarks/pt_mmenu %{_libdir}/libmeegotouch-benchmarks/pt_mprogressindicator %{_libdir}/libmeegotouch-benchmarks/pt_mscalableimage %{_libdir}/libmeegotouch-benchmarks/pt_mslider %{_libdir}/libmeegotouch-benchmarks/pt_mstylesheet %{_libdir}/libmeegotouch-benchmarks/pt_mstylesheet_test.css %{_libdir}/libmeegotouch-benchmarks/pt_mtheme %{_libdir}/libmeegotouch-benchmarks/pt_mtoolbar %{_libdir}/libmeegotouch-benchmarks/pt_mwidgetcontroller %{_libdir}/libmeegotouch-benchmarks/pt_qapplication %{_libdir}/libmeegotouch-benchmarks/pt_widgetsgallery %{_datadir}/libmeegotouch-benchmarks %{_datadir}/libmeegotouch-benchmarks/tests.xml # << files benchmarks %files tests %defattr(-,root,root,-) # >> files tests %{_libdir}/libmeegotouch-tests %{_libdir}/libmeegotouch-tests/ft_breakiterator %{_libdir}/libmeegotouch-tests/ft_mbutton %{_libdir}/libmeegotouch-tests/ft_mbutton.css %{_libdir}/libmeegotouch-tests/ft_mlocalebuckets %{_libdir}/libmeegotouch-tests/ft_localedata %{_libdir}/libmeegotouch-tests/ft_locales %{_libdir}/libmeegotouch-tests/ft_locales-test-input-full-icu-44.txt %{_libdir}/libmeegotouch-tests/ft_locales-test-input-icu-44.txt %{_libdir}/libmeegotouch-tests/ft_locales-test-input-full-icu-46.txt %{_libdir}/libmeegotouch-tests/ft_locales-test-input-icu-46.txt %{_libdir}/libmeegotouch-tests/ft_mcharsetdetector %{_libdir}/libmeegotouch-tests/ft_mdialog %{_libdir}/libmeegotouch-tests/ft_mgconfitem %{_libdir}/libmeegotouch-tests/ft_mgconfitem_exec %{_libdir}/libmeegotouch-tests/ft_mmoc %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/ft_mmoc.h %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/mextensionhandlemodel.h %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/moc_ft_mmoc.cpp.correct %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/moc_mextensionhandlemodel.cpp.correct %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/moc_mwidgetstyle.cpp.correct %{_libdir}/libmeegotouch-tests/ft_mmoc-samples/mwidgetstyle.h %{_libdir}/libmeegotouch-tests/ft_mprogressindicator %{_libdir}/libmeegotouch-tests/ft_mscalableimage %{_libdir}/libmeegotouch-tests/ft_mscenemanager %{_libdir}/libmeegotouch-tests/ft_mservicefwgen %{_libdir}/libmeegotouch-tests/ft_mslider %{_libdir}/libmeegotouch-tests/ft_mstylesheet %{_libdir}/libmeegotouch-tests/ft_mstylesheet_constants.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_constants2.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_object.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_test.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_testobject.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_testobject_base.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_testobject_wrong_attribute.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_testobject_wrong_attribute_with_parent.css %{_libdir}/libmeegotouch-tests/ft_mstylesheet_testobject_wrong_syntax.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_constants.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_constants1.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_constants2.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_import.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_import1.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_import2.css %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_logicalvalues.ini %{_libdir}/libmeegotouch-tests/ft_mstylesheetparser_test.css %{_libdir}/libmeegotouch-tests/ft_numbers %{_libdir}/libmeegotouch-tests/ft_sorting %{_libdir}/libmeegotouch-tests/ft_theme %{_libdir}/libmeegotouch-tests/glw1.png %{_libdir}/libmeegotouch-tests/glw2.png %{_libdir}/libmeegotouch-tests/%{_icudata}/fi_FI.res %{_libdir}/libmeegotouch-tests/priorities.conf %{_libdir}/libmeegotouch-tests/shader1.frag %{_libdir}/libmeegotouch-tests/shader1.vert %{_libdir}/libmeegotouch-tests/shader2.frag %{_libdir}/libmeegotouch-tests/shader2.vert %{_libdir}/libmeegotouch-tests/test.ini %{_libdir}/libmeegotouch-tests/test2.ini %{_libdir}/libmeegotouch-tests/translations-qttrid/ut_translations-qttrid.qm %{_libdir}/libmeegotouch-tests/translations-qttrid/ut_translations-qttrid_ar_EG.qm %{_libdir}/libmeegotouch-tests/translations-qttrid/ut_translations-qttrid_de_DE.qm %{_libdir}/libmeegotouch-tests/translations-qttrid/ut_translations-qttrid_en_GB.qm %{_libdir}/libmeegotouch-tests/translations-tr/ut_translations-tr_en_GB.qm %{_libdir}/libmeegotouch-tests/translations-tr/ut_translations-tr_fi_FI.qm %{_libdir}/libmeegotouch-tests/ut_allwidgets %{_libdir}/libmeegotouch-tests/ut_allwidgets.css %{_libdir}/libmeegotouch-tests/ut_mimagewidget.css %{_libdir}/libmeegotouch-tests/ut_mabstractitemmodel %{_libdir}/libmeegotouch-tests/ut_madvancedlistitem %{_libdir}/libmeegotouch-tests/ut_maggregatedataaccess %{_libdir}/libmeegotouch-tests/ut_mappletalivemessagerequest %{_libdir}/libmeegotouch-tests/ut_mappletalivemessageresponse %{_libdir}/libmeegotouch-tests/ut_mappletbutton %{_libdir}/libmeegotouch-tests/ut_mappletcancelmessage %{_libdir}/libmeegotouch-tests/ut_mappletclient %{_libdir}/libmeegotouch-tests/ut_mappletcommunicator %{_libdir}/libmeegotouch-tests/ut_mapplethandle %{_libdir}/libmeegotouch-tests/ut_mappletid %{_libdir}/libmeegotouch-tests/ut_mappletinstancedata %{_libdir}/libmeegotouch-tests/ut_mappletinstancemanager %{_libdir}/libmeegotouch-tests/ut_mappletinstantiator %{_libdir}/libmeegotouch-tests/ut_mappletinventory %{_libdir}/libmeegotouch-tests/ut_mappletinventoryview %{_libdir}/libmeegotouch-tests/ut_mappletloader %{_libdir}/libmeegotouch-tests/ut_mappletmessage %{_libdir}/libmeegotouch-tests/ut_mappletmessagefactory %{_libdir}/libmeegotouch-tests/ut_mappletmetadata %{_libdir}/libmeegotouch-tests/ut_mappletmousemessage %{_libdir}/libmeegotouch-tests/ut_mappletobjectmenuactionselectedmessage %{_libdir}/libmeegotouch-tests/ut_mappletobjectmenumessage %{_libdir}/libmeegotouch-tests/ut_mappletobjectmenurequestmessage %{_libdir}/libmeegotouch-tests/ut_mappletorientationmessage %{_libdir}/libmeegotouch-tests/ut_mappletpixmapmodifiedmessage %{_libdir}/libmeegotouch-tests/ut_mappletpixmaptakenintousemessage %{_libdir}/libmeegotouch-tests/ut_mappletrunner %{_libdir}/libmeegotouch-tests/ut_mappletserver %{_libdir}/libmeegotouch-tests/ut_mappletsetgeometrymessage %{_libdir}/libmeegotouch-tests/ut_mappletsettings %{_libdir}/libmeegotouch-tests/ut_mappletsettingsdialog %{_libdir}/libmeegotouch-tests/ut_mappletsharedmutex %{_libdir}/libmeegotouch-tests/ut_mappletupdategeometrymessage %{_libdir}/libmeegotouch-tests/ut_mappletvisibilitymessage %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionarea %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionareaview %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionloader %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionmanager %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionmetadata %{_libdir}/libmeegotouch-tests/ut_mapplicationextensionrunner %{_libdir}/libmeegotouch-tests/ut_mapplicationmenu %{_libdir}/libmeegotouch-tests/ut_mapplicationmenuview %{_libdir}/libmeegotouch-tests/ut_mapplicationpage %{_libdir}/libmeegotouch-tests/ut_mapplicationservice %{_libdir}/libmeegotouch-tests/ut_mapplicationwindow %{_libdir}/libmeegotouch-tests/ut_mapplicationwindow.css %{_libdir}/libmeegotouch-tests/ut_mbanner %{_libdir}/libmeegotouch-tests/ut_mbannerview %{_libdir}/libmeegotouch-tests/ut_mbasiclistitem %{_libdir}/libmeegotouch-tests/ut_mbasicsheetheader %{_libdir}/libmeegotouch-tests/ut_mbasicsheetheaderview %{_libdir}/libmeegotouch-tests/ut_mbubbleitem %{_libdir}/libmeegotouch-tests/ut_mbutton %{_libdir}/libmeegotouch-tests/ut_mbuttongroup %{_libdir}/libmeegotouch-tests/ut_mbuttonview %{_libdir}/libmeegotouch-tests/ut_mcalendar %{_libdir}/libmeegotouch-tests/ut_mcombobox %{_libdir}/libmeegotouch-tests/ut_mcommonpixmaps %{_libdir}/libmeegotouch-tests/ut_mcompleter %{_libdir}/libmeegotouch-tests/ut_mcomponentcache %{_libdir}/libmeegotouch-tests/ut_mcontainer %{_libdir}/libmeegotouch-tests/ut_mcontentitem %{_libdir}/libmeegotouch-tests/ut_mdesktopentry %{_libdir}/libmeegotouch-tests/ut_mdetailedlistitem %{_libdir}/libmeegotouch-tests/ut_mdialog %{_libdir}/libmeegotouch-tests/ut_mdialogview %{_libdir}/libmeegotouch-tests/ut_mdynamicpropertywatcher %{_libdir}/libmeegotouch-tests/ut_meditortoolbar %{_libdir}/libmeegotouch-tests/ut_mextendingbackgroundview %{_libdir}/libmeegotouch-tests/ut_mextensionarea %{_libdir}/libmeegotouch-tests/ut_mextensionhandle %{_libdir}/libmeegotouch-tests/ut_mextensionhandleview %{_libdir}/libmeegotouch-tests/ut_mextensionrunner %{_libdir}/libmeegotouch-tests/ut_mextensionwatcher %{_libdir}/libmeegotouch-tests/ut_mfeedback %{_libdir}/libmeegotouch-tests/ut_mfeedbackplayer %{_libdir}/libmeegotouch-tests/ut_mfiledatastore %{_libdir}/libmeegotouch-tests/ut_mflowlayoutpolicy %{_libdir}/libmeegotouch-tests/ut_mfreestylelayoutpolicy %{_libdir}/libmeegotouch-tests/ut_mgconfdatastore %{_libdir}/libmeegotouch-tests/ut_mgles2renderer %{_libdir}/libmeegotouch-tests/ut_mgridlayoutpolicy %{_libdir}/libmeegotouch-tests/ut_mimagedirectory %{_libdir}/libmeegotouch-tests/ut_mimagewidget %{_libdir}/libmeegotouch-tests/ut_mimagewidget-test.png %{_libdir}/libmeegotouch-tests/ut_minfobanner %{_libdir}/libmeegotouch-tests/ut_minputmethodstate %{_libdir}/libmeegotouch-tests/ut_minputwidgetrelocator %{_libdir}/libmeegotouch-tests/ut_mlabel %{_libdir}/libmeegotouch-tests/ut_mlabel.css #%{_libdir}/libmeegotouch-tests/ut_mlayout #%{_libdir}/libmeegotouch-tests/ut_mlayout.css %{_libdir}/libmeegotouch-tests/ut_mlinearlayoutpolicy %{_libdir}/libmeegotouch-tests/ut_mlist %{_libdir}/libmeegotouch-tests/ut_mlistfilter %{_libdir}/libmeegotouch-tests/ut_mlistindexfloatingview %{_libdir}/libmeegotouch-tests/ut_mlistindexfloatingview.css %{_libdir}/libmeegotouch-tests/ut_mlistviewgroupheader %{_libdir}/libmeegotouch-tests/ut_mlistviewmulticolumn %{_libdir}/libmeegotouch-tests/ut_mlistviewseparators %{_libdir}/libmeegotouch-tests/ut_mlocalthemedaemon %{_libdir}/libmeegotouch-tests/ut_mlocationdatabase %{_libdir}/libmeegotouch-tests/ut_mlocationdatabase-test-input.txt %{_libdir}/libmeegotouch-tests/ut_mlocationdatabase-test-input2.txt %{_libdir}/libmeegotouch-tests/ut_mlogicalvalues %{_libdir}/libmeegotouch-tests/ut_mmashupcanvas %{_libdir}/libmeegotouch-tests/ut_mmashupcanvasview %{_libdir}/libmeegotouch-tests/ut_mmessagebox %{_libdir}/libmeegotouch-tests/ut_mnavigationbar %{_libdir}/libmeegotouch-tests/ut_mnavigationbarview %{_libdir}/libmeegotouch-tests/ut_mnotification %{_libdir}/libmeegotouch-tests/ut_mnotificationmanager %{_libdir}/libmeegotouch-tests/ut_mobjectmenu %{_libdir}/libmeegotouch-tests/ut_moverlay %{_libdir}/libmeegotouch-tests/ut_mpannableviewport %{_libdir}/libmeegotouch-tests/ut_mpannableviewport.css %{_libdir}/libmeegotouch-tests/ut_mpannablewidget %{_libdir}/libmeegotouch-tests/ut_mpanrecognizer %{_libdir}/libmeegotouch-tests/ut_mphysics2dpanning %{_libdir}/libmeegotouch-tests/ut_mobjectmenuview %{_libdir}/libmeegotouch-tests/ut_morientationtracker %{_libdir}/libmeegotouch-tests/ut_mpopuplist %{_libdir}/libmeegotouch-tests/ut_mpositionindicator %{_libdir}/libmeegotouch-tests/ut_mpositionindicatorview %{_libdir}/libmeegotouch-tests/ut_mprogressindicator %{_libdir}/libmeegotouch-tests/ut_mprogressindicatorbarview %{_libdir}/libmeegotouch-tests/ut_mprogressindicatorspinnerview %{_libdir}/libmeegotouch-tests/ut_mremoteaction %{_libdir}/libmeegotouch-tests/ut_mremotethemedaemon %{_libdir}/libmeegotouch-tests/ut_mrichtextedit %{_libdir}/libmeegotouch-tests/ut_mscene %{_libdir}/libmeegotouch-tests/ut_mscenemanager %{_libdir}/libmeegotouch-tests/ut_mscenewindow %{_libdir}/libmeegotouch-tests/ut_mscrollchain %{_libdir}/libmeegotouch-tests/ut_mseekbar %{_libdir}/libmeegotouch-tests/ut_mseparator %{_libdir}/libmeegotouch-tests/ut_mseparatorview %{_libdir}/libmeegotouch-tests/ut_mserviceaction %{_libdir}/libmeegotouch-tests/ut_mservicefwbaseif %{_libdir}/libmeegotouch-tests/ut_mservicefwgen %{_libdir}/libmeegotouch-tests/ut_mserviceinvoker %{_libdir}/libmeegotouch-tests/ut_mservicemapper %{_libdir}/libmeegotouch-tests/ut_msettingslanguagebinary %{_libdir}/libmeegotouch-tests/ut_msettingslanguageboolean %{_libdir}/libmeegotouch-tests/ut_msettingslanguagebooleancontroller %{_libdir}/libmeegotouch-tests/ut_msettingslanguagebooleanfactory %{_libdir}/libmeegotouch-tests/ut_msettingslanguageinteger %{_libdir}/libmeegotouch-tests/ut_msettingslanguageintegercontroller %{_libdir}/libmeegotouch-tests/ut_msettingslanguageintegerfactory %{_libdir}/libmeegotouch-tests/ut_msettingslanguageoption %{_libdir}/libmeegotouch-tests/ut_msettingslanguageparser %{_libdir}/libmeegotouch-tests/ut_msettingslanguageselection %{_libdir}/libmeegotouch-tests/ut_msettingslanguageselectioncontroller %{_libdir}/libmeegotouch-tests/ut_msettingslanguageselectionfactory %{_libdir}/libmeegotouch-tests/ut_msettingslanguagesettings %{_libdir}/libmeegotouch-tests/ut_msettingslanguagesettingsfactory %{_libdir}/libmeegotouch-tests/ut_msettingslanguagetext %{_libdir}/libmeegotouch-tests/ut_msettingslanguagetextcontroller %{_libdir}/libmeegotouch-tests/ut_msettingslanguagetextfactory %{_libdir}/libmeegotouch-tests/ut_msettingslanguagewidget %{_libdir}/libmeegotouch-tests/ut_msettingslanguagewidgetfactory %{_libdir}/libmeegotouch-tests/ut_mshareddata %{_libdir}/libmeegotouch-tests/ut_mslider %{_libdir}/libmeegotouch-tests/ut_msliderview %{_libdir}/libmeegotouch-tests/ut_mstatusbarview %{_libdir}/libmeegotouch-tests/ut_mstylablewidget %{_libdir}/libmeegotouch-tests/ut_msubdatastore %{_libdir}/libmeegotouch-tests/ut_mswiperecognizer %{_libdir}/libmeegotouch-tests/ut_mtapandholdrecognizer %{_libdir}/libmeegotouch-tests/ut_mtapstatemachine %{_libdir}/libmeegotouch-tests/ut_mtextedit %{_libdir}/libmeegotouch-tests/ut_mtexteditview %{_libdir}/libmeegotouch-tests/ut_mtextmagnifier %{_libdir}/libmeegotouch-tests/ut_mtheme %{_libdir}/libmeegotouch-tests/ut_mtheme.svg %{_libdir}/libmeegotouch-tests/ut_mtheme_second.svg %{_libdir}/libmeegotouch-tests/ut_mthemedaemonprotocol %{_libdir}/libmeegotouch-tests/ut_mtoolbar %{_libdir}/libmeegotouch-tests/ut_mtoolbarview %{_libdir}/libmeegotouch-tests/ut_mtoolbarview.css %{_libdir}/libmeegotouch-tests/ut_mwidget %{_libdir}/libmeegotouch-tests/ut_mwidgetcontroller %{_libdir}/libmeegotouch-tests/ut_mwidgetview %{_libdir}/libmeegotouch-tests/ut_mwindow %{_libdir}/libmeegotouch-tests/ut_phonenumberformatting %{_libdir}/libmeegotouch-tests/ut_translations %{_datadir}/libmeegotouch-tests %{_datadir}/libmeegotouch-tests/tests.xml # << files tests %files -n meegotouch-demos %defattr(-,root,root,-) # >> files meegotouch-demos %{_bindir}/widgetsgallery %{_libdir}/meegotouch/applicationextensions/libappletinventory-fakeinstallationsource.so %{_libdir}/meegotouch/applicationextensions/libapplicationextensiondemo-demoextension.so %{_libdir}/meegotouch/applicationextensions/libapplicationextensiondemo-demoextension2.so %{_datadir}/applications/widgetsgallery.desktop %{_datadir}/applications/widgetsgallery-boosted.desktop %{_datadir}/dbus-1/services/com.nokia.widgetsgallery.service %{_datadir}/meegotouch/applicationextensions/appletinstallationsource.desktop %{_datadir}/meegotouch/applicationextensions/applicationextensiondemo-demoextension.desktop %{_datadir}/meegotouch/applicationextensions/applicationextensiondemo-demoextension2.desktop %{_datadir}/widgetsgallery %{_datadir}/widgetsgallery/core.xml %{_datadir}/widgetsgallery/data.album %{_datadir}/widgetsgallery/data.contact %{_datadir}/widgetsgallery/imtoolbar %{_datadir}/widgetsgallery/imtoolbar/exampletoolbar1.xml %{_datadir}/widgetsgallery/imtoolbar/exampletoolbar2.xml %{_datadir}/widgetsgallery/imtoolbar/icons %{_datadir}/widgetsgallery/imtoolbar/icons/icon-m-messaging-smiley-cool.svg %{_datadir}/widgetsgallery/imtoolbar/icons/icon-m-messaging-smiley-happy.svg %{_datadir}/widgetsgallery/imtoolbar/icons/icon-m-messaging-smiley-tongue.svg %{_datadir}/widgetsgallery/imtoolbar/icons/icon-m-messaging-smiley-wink.svg %{_datadir}/widgetsgallery/media %{_datadir}/widgetsgallery/media/avatar-altimeter.png %{_datadir}/widgetsgallery/media/avatar-butterfly.png %{_datadir}/widgetsgallery/media/avatar-cat.png %{_datadir}/widgetsgallery/media/avatar-fly.png %{_datadir}/widgetsgallery/media/avatar-jets.png %{_datadir}/widgetsgallery/media/avatar-pig.png %{_datadir}/widgetsgallery/media/avatar-pigeon.png %{_datadir}/widgetsgallery/media/avatar-sunset.png %{_datadir}/widgetsgallery/media/photo_450x450_*.jpg %{_datadir}/themes/base/meegotouch/icons %{_datadir}/themes/base/meegotouch/icons/icon-l-widgetsgallery.png #0 length file removed %exclude %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-babytoy/vibra.ivt %exclude %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/press-space/vibra.ivt %exclude %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-babytoy/vibra.ivt %exclude %{_datadir}/themes/base/meegotouch/widgetsgallery/feedbacks/release-space/vibra.ivt %exclude %{_datadir}/themes/base/meegotouch/widgetsgallery/widgetsgallery.conf # << files meegotouch-demos %files -n meegotouch-demos-l10n %defattr(-,root,root,-) # >> files meegotouch-demos-l10n %{_datadir}/l10n %{_datadir}/l10n/meegotouch %{_datadir}/l10n/meegotouch/widgetsgallery_ar.qm %{_datadir}/l10n/meegotouch/widgetsgallery_de.qm %{_datadir}/l10n/meegotouch/widgetsgallery_en.qm %{_datadir}/l10n/meegotouch/widgetsgallery_fi.qm %{_datadir}/l10n/meegotouch/widgetsgallery_hu.qm %{_datadir}/l10n/meegotouch/widgetsgallery_ur.qm %{_datadir}/l10n/meegotouch/widgetsgallery_zh_CN.qm # << files meegotouch-demos-l10n %files -n meegotouch-demos-tests %defattr(-,root,root,-) # >> files meegotouch-demos-tests %{_datadir}/meegotouch-demos-widgetsgallery-tests %{_datadir}/meegotouch-demos-widgetsgallery-tests/tests.xml # << files meegotouch-demos-tests %changelog * Wed Apr 20 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.21.4 - enabled meegographicssystem on ARM (BMC#12929) * Thu Apr 7 2011 Miroslav Safr <miroslav.safr@tieto.com.com> - 0.21.4 - BMC#15199 - Update libmeegotouch to 0.21.4 to make theme working - added Boot_sequence_is_broken_after_erase-user-data_flashing_MR_1709.patch Only time out when not receiving any data from the themedaemon for more than 15 seconds, then print out a warning and retry - added Requires meegotouch-demos-l10n to meegotouch-demos * Tue Apr 5 2011 Miroslav Safr <miroslav.safr@tieto.com.com> - 0.21.1 - disabled explicitely meegographicssystem: the feature is autodetected since latest update and causes segfaults on ARM * Fri Apr 1 2011 Miroslav Safr <miroslav.safr@tieto.com.com> - 0.21.1 - BMC#15199 - Update libmeegotouch to 0.21.1-1 - added Requires meegotouch-demos to meegotouch-demos-tests - added disable_ut_mlabel_test.patch - removed patches: rely_on_QT_ARCH_for_mmoc.patch - merged upstream BMC_12753_temp_solve_statusbar_height.patch - merged upstream BMC_12929_meegographicssystem.patch - merged upstream - removed patches backported from 0.20.95-1 previously: BMC13246_0001-New-MDeviceProfile-orientationFromAngle.patch BMC13246_0002-Changes-Code-cosmetics.-Removing-trailing-whitespace.patch BMC13246_0003-Changes-MWindow-Remove-assumption-that-Angle0-is-Lan.patch BMC13246_0004-Changed-MTheme-remove-assumption-that-default-orient.patch BMC13246_0005-Changed-MStyleSheetAttribute-consider-device-s-nativ.patch BMC13246_0006-Changed-MSceneManager-remove-assumption-that-native-.patch BMC13246_0007-Changed-MOrientationTrackerPrivate-remove-assumption.patch BMC13246_0008-New-Adding-a-default-portrait-device-configuration.patch BMC13246_0009-Revert-Changes-Do-not-rotate-the-dim-layer-effect-wi.patch * Mon Mar 21 2011 Shane Bryan <shane.bryan@linux.intel.com> - 0.20.89 - BMC#13246 - Assumes all displays start in Landscape orientation added patches backported from fixes merged upstream (as of 0.20.95-1): - BMC13246_0001-New-MDeviceProfile-orientationFromAngle.patch - BMC13246_0002-Changes-Code-cosmetics.-Removing-trailing-whitespace.patch - BMC13246_0003-Changes-MWindow-Remove-assumption-that-Angle0-is-Lan.patch - BMC13246_0004-Changed-MTheme-remove-assumption-that-default-orient.patch - BMC13246_0005-Changed-MStyleSheetAttribute-consider-device-s-nativ.patch - BMC13246_0006-Changed-MSceneManager-remove-assumption-that-native-.patch - BMC13246_0007-Changed-MOrientationTrackerPrivate-remove-assumption.patch - BMC13246_0008-New-Adding-a-default-portrait-device-configuration.patch - BMC13246_0009-Revert-Changes-Do-not-rotate-the-dim-layer-effect-wi.patch added new DefaultPortrait.conf to .spec file * Mon Mar 21 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.20.89 - removed BMC14407_MTextEdit_prompt_only_visible_when_text_edit_not_focused.patch as it has been rejected upstream. The current behavior is intentional * Wed Mar 16 2011 Fathi Boudra <fathi.boudra@nokia.com> 0.20.89 - added BMC14407_MTextEdit_prompt_only_visible_when_text_edit_not_focused.patch Thanks to Robin Burchell * Tue Mar 15 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.89 - updated BMC_12753_temp_solve_statusbar_height.patch so it solves the same problem in 2nd place where the scene is resized * Fri Mar 11 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.20.89 - added BMC_12929_meegographicssystem.patch to define M_USE_OPENGL when OpenGL ES 2 support is availble in QT_CONFIG * Wed Mar 2 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.89 - updated to 0.20.89-1 - removed integrated add_iCDK_config_target.patch - BMC#10384 - meego-im-uiserver does not register to qttas-server added TDriver support by ./configure -testable - BMC#8510 - libmeegotouchviews behaves both a plugin and a library moved .so files to devel and marked obsoletes with older versions - BMC#8268 - added BMC_8268_show_statusbar_on_n900.patch - merged arm_ftbfs_egl.patch to arm_egl_visibility.patch * Thu Feb 24 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.87 - Update meegotouch components to week 8 (BMC#13802) - removed obsolete patch incorrect_libmeegotouch_version.patch - rebased rely_on_QT_ARCH_for_mmoc.patch - removing meegotouch-config-default package - not needed anymore * Tue Feb 22 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.84 - BMC#13632 - Update libmeegotouch 0.20.84-1 - BMC#12975 - libmeegotouch Requires gtk2 (generated from spectacle) * Fri Feb 18 2011 Brad Peters <brad.t.peters@intel.com> 0.20.83 - BMC#10383 - Added an iCDK.conf to targets directory * Thu Feb 10 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.83 - BMC#13441 - Update meegotouch components to week 6 - updated to 0.20.83-1 * Sat Feb 5 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.81 - BMC#13257 - Update meegotouch components to week 5 - updated to 0.20.81-1 (depends on meegotouch-theme 0.20.72) * Thu Feb 3 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.80 - updated libmeegotouch to latest tag 0.20.80-1 (depends on meegotouch-theme 0.20.71) - removed fixed patch incorrect_libmeegotouch_version.patch * Thu Feb 3 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.20.77 - removed QtServiceFramework build requires to avoid OBS extra build cycles * Tue Feb 1 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.20.77 - added QtServiceFramework and xcomposite build requires - replaced contextprovider-1.0 by contextsubscriber-1.0 >= 0.5.25 - used UseAsNeeded: no - avoided mmoc confusion: ship script on ARM and binary on IA32 - added rely_on_QT_ARCH_for_mmoc.patch to select mmoc executable based on QT_ARCH (BMC#13202) - added incorrect_libmeegotouch_version.patch, it should be 0.20.77 instead of 0.20.76 * Mon Jan 31 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.77 - updated libmeegotouch to 0.20.77 - cleaning temporary widgetsgallery_number.patch - changed obsoletes for all lower versions than current - added benchmark dependency on meegotouch-demos - cleaned duplicated files and cleaned previous fix (BMC#8109) widgetsgallery,mthemedaemon,mservicemapper * Tue Jan 25 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.76 - BMC#8109 - libmeegotouch package does not mark file conflicts with older libmeegotouch-devel - added confilcts for devel package - updated libmeegotouch to latest tag 0.20.76-1 (depends on meegotouch-theme 0.20.68) * Wed Jan 19 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.74 - updated libmeegotouch to latest tag 0.20.74-1 (depends on meegotouch-theme 0.20.68) - BMC#12150 - touch failed to work sometimes (as a part of the fix) * Fri Jan 7 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.73 - updated libmeegotouch to latest tag 0.20.73 (depends on meegotouch-theme 0.20.67) * Fri Jan 7 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.72~1 - BMC#12171 - Update libmeegotouch to latest tag 0.20.71 or newer (0.20.72+git201001101555) - removed integrated patch 1142.patch - added patch to show version in widgetsgallery caption - added libmeegotouch-tests dependency on fi translation because in ut_mcalendar we are testing swithcing beteen en and fi * Tue Jan 4 2011 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.70-1 - dependent on meegotouch-theme 0.20.66 - BMC#7117:Default configuration causes unwanted gconf warnings. - fixed * Tue Dec 21 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.66-2 - removed dbus-1 dependency - update to 0.20.66-2 - additional changes needed for BMC#8164 - added temporary_enable_qdbus_link.patch to fix QDBus dependency * Wed Dec 15 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.66 - BMC#10742: updated to release 0.20.66-1 - dependent on meegotouch-theme 0.20.63 - BMC#8807 - We should integrate icu 4.6 - properly handled icu data directory path (so the build does not have to be broken always when icu is updated) - #8164 - [FEA] User Interface elements agnostic of display resolution - nCDK config uses autodetect for X,Y screen resolution * Wed Dec 15 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.63 - BMC#10742: updated to release 0.20.63-1 - needed by libmeegotouch * Wed Dec 15 2010 Wang Quanxian <quanxian.wang@intel.com> 0.20.64 - icu has been upgraded to 4.6 and libmeegotouch will change to icu 4.6 dependency. BMC#8807 * Thu Dec 9 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.64 - BMC#10717: updated to release 0.20.64-1 - updated headers list * Mon Nov 29 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.60 - BMC#10520 - Orientation from accelerometer not working - BMC#10109 - [REG]When the user's press combination key or orientation rotate,the Application ui is unable to rotated. - updated to release 0.20.60-1 - removed integrated patches: unit-tests-init.patch,allow_rotation_for_nCDK_configuration.patch - removed non-existing header files from .spec file * Tue Nov 23 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.54 BMC#9191 - Screen orientation is wrong on nCDK hardware - added unit-tests-init.patch to fix arm build * Thu Nov 18 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.54 - updating to release tag 0.20.54-1 - removed ncdk_device_configuration.patc - cherry-picked upstream - removed patch arm_read_write.patch - merged upstream - removed unneccesary file fixes from spec files (fixed upstream) - removed animatedlayout example - BMC#8938: Linker error when trying to compile MTF application with i586 sysroot/toolchain. changed libmeegotouch linking from LFLAGS_RPATH to LIBS += -L$${M_LIB_DIR} - meegotouch-demos-tests package separated so eat-self test does not run the timedemo when only demos package is installed * Thu Nov 11 2010 Fathi Boudra <fathi.boudra@nokia.com> 0.20.51 - Add nCDK configuration file (BMC#9955) * Thu Nov 11 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.51 - BMC#8807 - Too old ICU package - fix build * Thu Nov 11 2010 Wang Quanxian <quanxian.wang@intel.com> 0.20.51 - Since icu is upgrade to 4.5.2, the pc mechanism is changed - Change to adapt icu 4.5.2 * Tue Nov 9 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.51 - BMC#9902:Spec file post errors for libmeegotouch-tests - fdupes order in spectacle - disabled /usr/sbin/locale-gen in %%post because it has to generated different way - version numbers corrention in changes file - temporary meegotouch-theme dependency change restored * Mon Nov 8 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.51 - cleaning unpackaged files - moved fdupes post install before post for test package * Fri Nov 5 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.51 - added correction patch for arm build arm_read_write.patch * Thu Nov 04 2010 Kaitlin Rupert <kaitlin.rupert at intel.com> 0.20.51 - Temporarily change the meegotouch-theme version dependency to enable build * Thu Nov 4 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.51 - updated to release 0.20.51-1 * Mon Nov 1 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.50 - updated to release 0.20.50-1 * Tue Oct 26 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.49 - updated to release 0.20.49-1 * Wed Oct 20 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.48 - added gst-plugins-good and gst-plugins-base to tests - commented out dependency on locales, gstreamer0.10-plugins-good because the package is not available yet * Tue Oct 19 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.48 - Added Requires: locales, gstreamer0.10-plugins-good to libmeegotouch-tests so more unit tests will pass - Clean up changelog formatting * Thu Oct 14 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.48 - BMC#4812 - Mthemedaemon is missing in startup session - removed OnlyShowIn=X-MEEGO-HS so it will execute everywhere - updated include files list in spec file - updated to release 0.20.48-1 * Fri Oct 8 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.46 - BMC#8109 - libmeegotouch package does not mark file conflicts with older libmeegotouch-devel addded Conflicts: libmeegotouch-devel < 0.20.46-1 * Fri Oct 8 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.46 - cleaning removed integrated patches: unit_tests_init.patch, gconf_default_config.patch - BMC#3462 - All meegotouch apps need LD_AS_NEEDED unset - BMC#5126 - Missing version less sonames for libraries in the package added libmeegotouch-rpmlintrc to handle the .so files in non devel pacakage libmeegotouchviews.so moved from devel package to library package views are loaded in runtime so the .so file should be in library package * Wed Oct 6 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.46 - updated to release 0.20.46-1 - removed integrated patches: unit_tests_init.patch, gconf_default_config.patch - removed ut_mimagedirectory-dir dummy files from spec * Fri Oct 1 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.45 - BMC#6423 - libmeegotouch new upstream release 0.20.45~1 - removed patches which were integrated to master or rejected: include_order.patch,change_minor_version.patch, fix_russelville_conf.patch - removed plainqt and plainqt files - removed duplicated files - BMC#7812 - Build break if HAVE_GCONF is not defined - BMC#6871 - libmeegotouch: revise profile for russellville in devices.conf - mcssparser tool added - new unit tests added - added %%postun * Thu Sep 30 2010 Fathi Boudra <fathi.boudra@nokia.com> 0.20.42 - Split libmeegotouch-l10n package (BMC#6068) - Remove libmeegotouch-docs package, it's empty - Clean up %%files tag and be more verbose - Remove ts files installation - not needed * Thu Sep 30 2010 Kaitlin Rupert <kaitlin.rupert at intel.com> 0.20.42 - Fix meegotouch version: make sure minor version im prf file reflects actual version * Thu Sep 30 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.42 - Update to 0.20.42 (BMC#6423) - Add gconf_default_config.patch which allows to run libmeegotouch without any configuration in gconf - BMC#4812 - Mthemedaemon is missing in start up session - BMC#6679 - Missing default gconf schemas for handset installs of libmeegotouch - BMC#6594 - themedaemon crashes if target name gconf value is missing - BMC#6595 - Themedaemon fails to parse meegotouch-theme default theme on host builds - Separate meegotouch-config-default package which should be added to all images - Reformat unit_tests_init.patch * Thu Sep 30 2010 Miroslav Safr <miroslav.safr@tieto.com.com> 0.20.38 - Update to 0.20.38 - Add unit_tests_init.patch: fix 2 unit tests build for armv7 - Removed Requires libmeegotouch dependency between meegotouch-config packages - Add patch for ARM visibility EGL issue: disable KHRONOS_APICALL __attribute__((visibility("default"))) option - Re-add meegotouch-config-default package but without any relationship to libmeegotouch (schemas files in installed and rpm requires to package it) - Clean up gconf settings after uninstalation - Requires meegotouch-config relation removed so the configuration (schemas file) is optional - Fix EGL visibility compilation problem for armv7 build - Move mthemedaemon.desktop from theme to libmeegotouch - Change packages deployment and introduce meegotouch-config packages libmeegotouch libmeegotouch-benchmarks libmeegotouch-debuginfo libmeegotouch-devel libmeegotouch-docs libmeegotouch-l10n libmeegotouch-qtstyle libmeegotouch-tests meegotouch-config-default meegotouch-demos meegotouch-demos-l10n * Mon Sep 27 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.25 - BMC#6871 - fix Russelville device settings to properly align with screen res * Thu Sep 16 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.25 - BMC#3921 - fix battery and settings icons, also fix decorator icons * Fri Aug 27 2010 Fathi Boudra <fathi.boudra@nokia.com> 0.20.25 - Add include_order.patch to fix build failure with Qt - Add arm_ftbfs_egl.patch to fix buidl failure on ARM when using EGL Thanks to Carsten Valdemar Munk - Various cleanup in the yaml files * Wed Aug 11 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.25 - Remove QtMultimedia BuildRequires, as it is not needed - Change mkspecs install location due to qt update * Tue Jul 13 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.25 - Add re-enable_code_to_set_orientation.patch to allow for orientation changes * Fri Jul 9 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.25 - Update to release tag 0.20.25-2 - Remove obsolete patches: Remove-QtStyle-icons-from-desktop.patch - This update fixes BMC #2185, BMC #3564, BMC #3482 * Fri Jul 9 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.15 - Fix compile issues with updated version of gcc. * Sun Jun 20 2010 Carsten Munk <carsten@maemo.org> 0.20.15 - Fix ARM build stalls within OBS builds. * Wed Jun 16 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.15 - Add a patch to revert commit c90025d6bde5184346d8bbe148effd47aef354af This commit causes a white screen to appear when trying to switch apps - Move WidgetsGallery and other example related files into devel package - Clean up some rpmlint errors (marking files as config files, adding provides) - Consolidate device config patches into one patch: Add libmeegotouch-0.20.1-Add-various-devices-to-device-conf.patch Remove Adding-various-Moorestown-and-Menlow-devices-to-the.patch Remove libmeegotouch-0.20.1-Add-russelville-slate-conf.patch - Add showStatusBar=true to Aava device config * Thu Jun 3 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.15 - Update to release tag 0.20.15-1 * Thu May 27 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.12.1 - Update to release tag 0.20.12.1-1 - resolves BMC#545 - Remove doxygen from BuildRequires list - Remove Fix-Calculate-rotation-and-position-per-device-prof.patch - Remove Add-new-icon-property-on-MButton.patch - Remove cell-in-the-last-visible-row-but-not-the-first-colum.patch - Remove Fix-locateVisibleRowAt-calculation-error.patch * Tue May 25 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.10 - Add an Obsoletes to ensure libdui is not also installed - Remove "unset LD_AS_NEEDED" from spec file * Wed May 19 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.10 - Update to release 0.20.10 - Patch: libmeegotouch-0.20.10-Workaround-icu-config-bug.patch - Patch: libmeegotouch-0.20.10-missing-Epoch-function.patch * Mon May 17 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.8 - Update spec to create /var/cache/meegotouch * Tue May 11 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.8 - Update Add-new-icon-property-on-MButton.patch - Move libmeegotouchqtstyleplugin.so to its own package - Don't show QtStyle related icons on the desktop - Add two patches to fix BMC 545: - cell-in-the-last-visible-row-but-not-the-first-colum.patch - Fix-locateVisibleRowAt-calculation-error.patch * Mon May 10 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.8 - Update to release 0.20.8 - Also check /usr/share/pixmap for icons * Thu May 6 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.7 - Update to release 0.20.7 - Add patch to use icons in the XFreeDesktop standard location * Thu Apr 29 2010 Carsten Munk <carsten@maemo.org> 0.20.2 - ARM build fixes: - Patch: ARMv5 build failure due to VFP assumption - Removed pkgconfig(gl) as dependancy, pkgconfig(QtOpenGL) will pull either GLES1/2 or GL headers+libraries in. - Removed pkgconfig(mesa-libEGL-devel) as dependancy for same reason. * Thu Apr 29 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.2 - Patch: Update device config for Russelville, add device config for slate - Remove -plainqt plugin from configure due to rendering issues * Tue Apr 27 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.2 - Patch: Add device config for Russelville - Update to release 0.20.2-1 - Convert file to spectacle - Remove duitheme requires - Remove epoch * Wed Apr 21 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> 0.20.1 - Initial import of libmeegotouch - package based on libdui release 0.20.1 - Renamed to match namespace change
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor