I have made the following changes intended for : CE:MW:Shared / maliit-framework
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3684 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3684: Messages from BOSS: WARNING check_package_built_at_source (maliit-framework) failed: Build status is 'failed' for Mer_Core_armv6l/armv7el (against CE:MW:Shared/Mer_Core_armv6l/armv7el). Could not notify CE-maintainers (no address found) State: review 2011-12-19T14:02:52 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:MW:Shared / maliit-framework -> CE:MW:Shared / maliit-framework changes files: -------------- --- maliit-framework.changes +++ maliit-framework.changes @@ -0,0 +1,4 @@ +* Mon Dec 19 2011 Marko Saukko <[email protected]> - 0.81.1.1 +- Removed maliit pkgconfig deps from -sdk package, because it prevented build from scratch. +- Added maliit-framework-rpmlintrc to ignore some -sdk package Errors. + new: ---- maliit-framework-rpmlintrc spec files: ----------- --- maliit-framework.spec +++ maliit-framework.spec @@ -14,8 +14,9 @@ URL: http://gitorious.org/maliit/maliit-framework Source0: %{name}-%{version}.tar.bz2 Source1: boss.conf -Source2: maliit-server.desktop -Source3: maliit-server.sh +Source2: %{name}-rpmlintrc +Source3: maliit-server.desktop +Source4: maliit-server.sh Source100: maliit-framework.yaml Patch0: maliit-config-default-plugin.patch Patch1: maliit-VKB-opens-NemoBug14.patch @@ -66,10 +67,6 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: maliit-framework-doc -BuildRequires: pkgconfig(maliit-framework-0.80) -BuildRequires: pkgconfig(maliit-1.0) -BuildRequires: pkgconfig(maliit-plugins-0.80) -BuildRequires: pkgconfig(maliit-plugins-quick-0.80) %description sdk SDK environment for Maliit @@ -164,9 +161,9 @@ # << install pre %qmake_install mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart -cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/autostart +cp -a %{SOURCE3} %{buildroot}%{_sysconfdir}/xdg/autostart mkdir -p %{buildroot}%{_sysconfdir}/profile.d -cp -a %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d +cp -a %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d # >> install post other changes: -------------- ++++++ maliit-framework-rpmlintrc (new) --- maliit-framework-rpmlintrc +++ maliit-framework-rpmlintrc @@ -0,0 +1 @@ +addFilter("maliit-framework-sdk.* arch-dependent-file-in-usr-share") ++++++ maliit-framework.yaml --- maliit-framework.yaml +++ maliit-framework.yaml @@ -8,6 +8,7 @@ Sources: - "%{name}-%{version}.tar.bz2" - boss.conf + - "%{name}-rpmlintrc" ExtraSources: - maliit-server.desktop;%{_sysconfdir}/xdg/autostart - maliit-server.sh;%{_sysconfdir}/profile.d @@ -74,11 +75,6 @@ Files: - "%{_bindir}/maliit-sdk" - "%{_docdir}/maliit-framework/maliit-sdk" - PkgConfigBR: - - maliit-framework-0.80 - - maliit-1.0 - - maliit-plugins-0.80 - - maliit-plugins-quick-0.80 Requires: - maliit-framework-doc
