I have made the following changes intended for : CE:Adaptation:N9xx-common / gst-nokia-camera
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/7559 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7559: Messages from BOSS: State: review at 2012-12-18T19:29:02 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : 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:Adaptation:N9xx-common / gst-nokia-camera -> CE:Adaptation:N9xx-common / gst-nokia-camera changes files: -------------- --- gst-nokia-camera.changes +++ gst-nokia-camera.changes @@ -0,0 +1,3 @@ +* Tue Dec 18 2012 Marko Saukko <[email protected]> - 0.57.0 +- Fix build with armv7hl compliant architectures. + @@ -12 +14,0 @@ - old: ---- boss.conf spec files: ----------- --- gst-nokia-camera.spec +++ gst-nokia-camera.spec @@ -1,28 +1,28 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.25 # + +Name: gst-nokia-camera + # >> macros # << macros -Name: gst-nokia-camera Summary: GStreamer elements for capturing video and hiqh-quality still images Version: 0.57.0 Release: 0 Group: Multimedia/Camera Adaptation License: Nokia Proprietary -ExclusiveArch: %arm +ExclusiveArch: armv7hl armv7nhl armv7thl armv7tnhl armv8el URL: http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc -Source0: %{name}-%{version}-bin-%{_target_cpu}.tar.bz2 +Source0: %{name}-%{version}-bin-armv7hl.tar.bz2 Source1: license.txt -Source2: boss.conf Source100: gst-nokia-camera.yaml Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Provides: libomap3camd-n9xx Provides: gst-plugins-camera - %description "%{summary}." @@ -40,9 +40,8 @@ - %prep -%setup -q -n %{name}-%{version}-bin-%{_target_cpu} +%setup -q -n %{name}-%{version}-bin-armv7hl # >> setup # << setup @@ -55,6 +54,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -68,12 +68,10 @@ # << install post - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %defattr(-,root,root,-) %doc license.txt @@ -84,5 +82,3 @@ %{_libdir}/libomap3camd.so.* # >> files # << files - - other changes: -------------- ++++++ gst-nokia-camera.yaml --- gst-nokia-camera.yaml +++ gst-nokia-camera.yaml @@ -6,9 +6,8 @@ License: Nokia Proprietary URL: http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc Sources: - - "%{name}-%{version}-bin-%{_target_cpu}.tar.bz2" + - "%{name}-%{version}-bin-armv7hl.tar.bz2" - "license.txt" - - "boss.conf" Description: | "%{summary}." @@ -26,8 +25,8 @@ Provides: - libomap3camd-n9xx - gst-plugins-camera -ExclusiveArch: "%arm" -SetupOptions: -q -n %{name}-%{version}-bin-%{_target_cpu} +ExclusiveArch: "armv7hl armv7nhl armv7thl armv7tnhl armv8el" +SetupOptions: -q -n %{name}-%{version}-bin-armv7hl Configure: none Builder: none Files: ++++++ deleted files: --- boss.conf
