I have made the following changes intended for :
  CE:Adaptation:N900 / bme-rx-51-bin
  CE:Adaptation:N900 / contextkit-maemo-battery-rx51-bin
  CE:Adaptation:N900 / libcal-rx-51-bin
  CE:Adaptation:N900 / location-adaptation-rx-51
  CE:Adaptation:N900 / sysinfod-rx51
  CE:Adaptation:N900 / wl1251-cal-bin

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/7650

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request # 7650:

Messages from BOSS:
     WARNING check_package_is_complete_sources 
(contextkit-maemo-battery-rx51-bin) failed: No dsc file found
Extra source files: boss.conf, 
contextkit-maemo-battery-rx51-bin-0.7.14-armv7l.tar.bz2. 

State: review at 2013-01-11T11:39:13 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:N900 / bme-rx-51-bin -> 
CE:Adaptation:N900 / bme-rx-51-bin
  
changes files:
--------------
--- bme-rx-51-bin.changes
+++ bme-rx-51-bin.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.8.55
+- Drop the armv7l binaries as that isn't supported anymore.
+

old:
----
  bme-rx-51-bin-0.8.55-armv7l.tar.bz2
  boss.conf
  libbmeipc-bin-0.8.55-armv7l.tar.bz2

spec files:
-----------
--- bme-rx-51-bin.spec
+++ bme-rx-51-bin.spec
@@ -15,12 +15,11 @@
 Group:      System/Daemons
 License:    Nokia Proprietary
 ExclusiveArch:  %arm
-Source0:    %{name}-%{version}-%{_target_cpu}.tar.bz2
-Source1:    libbmeipc-bin-%{version}-%{_target_cpu}.tar.bz2
+Source0:    %{name}-%{version}-armv7hl.tar.bz2
+Source1:    libbmeipc-bin-%{version}-armv7hl.tar.bz2
 Source2:    license.txt
 Source3:    %{name}.service
 Source4:    bme_RX-51_start.sh
-Source5:    boss.conf
 Source100:  bme-rx-51-bin.yaml
 Requires:   dsme
 Requires:   systemd
@@ -47,7 +46,7 @@
 
 
 %prep
-%setup -q -a 1 -n %{name}-%{version}-%{_target_cpu}
+%setup -q -a 1 -n %{name}-%{version}-armv7hl
 
 # >> setup
 # Copy license to build dir
@@ -68,7 +67,7 @@
 # >> install pre
 install -d %{buildroot}%{_libdir}
 install -D -m 0755 ./%{_sbindir}/bme_RX-51 %{buildroot}%{_sbindir}/bme_RX-51
-install -m 0755 
libbmeipc-bin-%{version}-%{_target_cpu}/%{_libdir}/libbmeipc.so.0 
%{buildroot}%{_libdir}
+install -m 0755 libbmeipc-bin-%{version}-armv7hl/%{_libdir}/libbmeipc.so.0 
%{buildroot}%{_libdir}
 install -D -m 644 %{SOURCE3} %{buildroot}/lib/systemd/system/%{name}.service
 install -d %{buildroot}/lib/systemd/system/multi-user.target.wants/
 ln -s ../%{name}.service 
%{buildroot}/lib/systemd/system/multi-user.target.wants/%{name}.service

other changes:
--------------

++++++ bme-rx-51-bin.yaml
--- bme-rx-51-bin.yaml
+++ bme-rx-51-bin.yaml
@@ -12,19 +12,18 @@
     - bme
     - bme-rx-51
 Sources:
-    - "%{name}-%{version}-%{_target_cpu}.tar.bz2"
-    - "libbmeipc-bin-%{version}-%{_target_cpu}.tar.bz2"
+    - "%{name}-%{version}-armv7hl.tar.bz2"
+    - "libbmeipc-bin-%{version}-armv7hl.tar.bz2"
     - "license.txt"
     - "%{name}.service"
     - "bme_RX-51_start.sh"
-    - "boss.conf"
 
 Requires:
     # DSME is required in .service file as well as in the startup script
     # pre charging part.
     - dsme
 
-SetupOptions: "-q -a 1 -n %{name}-%{version}-%{_target_cpu}"
+SetupOptions: "-q -a 1 -n %{name}-%{version}-armv7hl"
 Configure: none
 Builder: none
 

++++++ deleted files:
--- bme-rx-51-bin-0.8.55-armv7l.tar.bz2
--- boss.conf
--- libbmeipc-bin-0.8.55-armv7l.tar.bz2

  submit: home:sage:branches:CE:Adaptation:N900 / 
contextkit-maemo-battery-rx51-bin -> CE:Adaptation:N900 / 
contextkit-maemo-battery-rx51-bin
  
changes files:
--------------
--- contextkit-maemo-battery-rx51-bin.changes
+++ contextkit-maemo-battery-rx51-bin.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.7.14
+- Drop the armv7l binaries as that isn't supported anymore.
+

spec files:
-----------
--- contextkit-maemo-battery-rx51-bin.spec
+++ contextkit-maemo-battery-rx51-bin.spec
@@ -15,10 +15,9 @@
 Group:      System/Context Framework
 License:    GPLv2
 ExclusiveArch:  %arm
-Source0:    %{name}-%{version}-%{_target_cpu}.tar.bz2
+Source0:    %{name}-%{version}-armv7hl.tar.bz2
 Source1:    contextkit-maemo-battery-rx51-%{version}.tar.bz2
 Source2:    includepath-fix.patch
-Source3:    boss.conf
 Source100:  contextkit-maemo-battery-rx51-bin.yaml
 Requires:   bme-rx-51
 
@@ -30,7 +29,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-%{_target_cpu}
+%setup -q -n %{name}-%{version}-armv7hl
 
 # >> setup
 # << setup

other changes:
--------------

++++++ contextkit-maemo-battery-rx51-bin.yaml
--- contextkit-maemo-battery-rx51-bin.yaml
+++ contextkit-maemo-battery-rx51-bin.yaml
@@ -5,10 +5,9 @@
 Group: System/Context Framework
 License: GPLv2
 Sources:
-    - "%{name}-%{version}-%{_target_cpu}.tar.bz2"
+    - "%{name}-%{version}-armv7hl.tar.bz2"
     - "contextkit-maemo-battery-rx51-%{version}.tar.bz2"
     - "includepath-fix.patch"
-    - boss.conf
 Description: |
     This is a ContextKit battery-plugin for the Nokia N900. A library for
     reading battery data and providing it to the application layer.
@@ -17,6 +16,6 @@
 Requires:
     - "bme-rx-51"
 
-SetupOptions: -q -n %{name}-%{version}-%{_target_cpu}
+SetupOptions: -q -n %{name}-%{version}-armv7hl
 Configure: none
 Builder: none

  submit: home:sage:branches:CE:Adaptation:N900 / libcal-rx-51-bin -> 
CE:Adaptation:N900 / libcal-rx-51-bin
  
changes files:
--------------
--- libcal-rx-51-bin.changes
+++ libcal-rx-51-bin.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.2.5
+- Drop the armv7l binaries as that isn't supported anymore.
+

old:
----
  boss.conf
  libcal-rx-51-bin-0.2.5-armv7l.tar.bz2

spec files:
-----------
--- libcal-rx-51-bin.spec
+++ libcal-rx-51-bin.spec
@@ -15,9 +15,8 @@
 Group:      System/Libraries
 License:    Nokia Proprietary
 ExclusiveArch:  %arm
-Source0:    %{name}-%{version}-%{_target_cpu}.tar.bz2
+Source0:    %{name}-%{version}-armv7hl.tar.bz2
 Source1:    license.txt
-Source2:    boss.conf
 Source100:  libcal-rx-51-bin.yaml
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -29,7 +28,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-%{_target_cpu}
+%setup -q -n %{name}-%{version}-armv7hl
 
 # >> setup
 # Copy license to build dir

other changes:
--------------

++++++ libcal-rx-51-bin.yaml
--- libcal-rx-51-bin.yaml
+++ libcal-rx-51-bin.yaml
@@ -10,11 +10,10 @@
 Provides:
     - libcal
 Sources:
-    - "%{name}-%{version}-%{_target_cpu}.tar.bz2"
+    - "%{name}-%{version}-armv7hl.tar.bz2"
     - "license.txt"
-    - boss.conf
 
-SetupOptions: -q -n %{name}-%{version}-%{_target_cpu}
+SetupOptions: -q -n %{name}-%{version}-armv7hl
 Configure: none
 Builder: none
 

++++++ deleted files:
--- boss.conf
--- libcal-rx-51-bin-0.2.5-armv7l.tar.bz2

  submit: home:sage:branches:CE:Adaptation:N900 / location-adaptation-rx-51 -> 
CE:Adaptation:N900 / location-adaptation-rx-51
  
changes files:
--------------
--- location-adaptation-rx-51.changes
+++ location-adaptation-rx-51.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.2
+- Drop the armv7l binaries as that isn't supported anymore.
+

old:
----
  boss.conf

spec files:
-----------
--- location-adaptation-rx-51.spec
+++ location-adaptation-rx-51.spec
@@ -20,14 +20,13 @@
 Group:      Location/Location Adaptation
 License:    Nokia Proprietary
 ExclusiveArch:  %{arm}
-Source0:    libisi-bin-%{_libisi_version}-%{_target_cpu}.tar.bz2
-Source1:    liblas-bin-%{_liblas_version}-%{_target_cpu}.tar.bz2
-Source2:    liblocation-bin-%{_liblocation_version}-%{_target_cpu}.tar.bz2
-Source3:    
location-daemon-bin-%{_location_daemon_version}-%{_target_cpu}.tar.bz2
-Source4:    
location-proxy-bin-%{_location_proxy_version}-%{_target_cpu}.tar.bz2
+Source0:    libisi-bin-%{_libisi_version}-armv7hl.tar.bz2
+Source1:    liblas-bin-%{_liblas_version}-armv7hl.tar.bz2
+Source2:    liblocation-bin-%{_liblocation_version}-armv7hl.tar.bz2
+Source3:    location-daemon-bin-%{_location_daemon_version}-armv7hl.tar.bz2
+Source4:    location-proxy-bin-%{_location_proxy_version}-armv7hl.tar.bz2
 Source5:    
location-settings-default-bin-%{_location_settings_default_version}-noarch.tar.bz2
 Source6:    license.txt
-Source7:    boss.conf
 Source100:  location-adaptation-rx-51.yaml
 
 %description
@@ -127,11 +126,11 @@
 
 # >> install post
 install -d %{buildroot}
-cp -ax libisi-bin-%{_libisi_version}-%{_target_cpu}/* %{buildroot}
-cp -ax liblas-bin-%{_liblas_version}-%{_target_cpu}/* %{buildroot}
-cp -ax liblocation-bin-%{_liblocation_version}-%{_target_cpu}/* %{buildroot}
-cp -ax location-daemon-bin-%{_location_daemon_version}-%{_target_cpu}/* 
%{buildroot}
-cp -ax location-proxy-bin-%{_location_proxy_version}-%{_target_cpu}/* 
%{buildroot}
+cp -ax libisi-bin-%{_libisi_version}-armv7hl/* %{buildroot}
+cp -ax liblas-bin-%{_liblas_version}-armv7hl/* %{buildroot}
+cp -ax liblocation-bin-%{_liblocation_version}-armv7hl/* %{buildroot}
+cp -ax location-daemon-bin-%{_location_daemon_version}-armv7hl/* %{buildroot}
+cp -ax location-proxy-bin-%{_location_proxy_version}-armv7hl/* %{buildroot}
 cp -ax 
location-settings-default-bin-%{_location_settings_default_version}-noarch/* 
%{buildroot}
 
 # Remove license.txt's - will be added later in %files section

other changes:
--------------

++++++ location-adaptation-rx-51.yaml
--- location-adaptation-rx-51.yaml
+++ location-adaptation-rx-51.yaml
@@ -9,14 +9,13 @@
 ExclusiveArch: "%{arm}"
 
 Sources:
-    - "libisi-bin-%{_libisi_version}-%{_target_cpu}.tar.bz2"
-    - "liblas-bin-%{_liblas_version}-%{_target_cpu}.tar.bz2"
-    - "liblocation-bin-%{_liblocation_version}-%{_target_cpu}.tar.bz2"
-    - "location-daemon-bin-%{_location_daemon_version}-%{_target_cpu}.tar.bz2"
-    - "location-proxy-bin-%{_location_proxy_version}-%{_target_cpu}.tar.bz2"
+    - "libisi-bin-%{_libisi_version}-armv7hl.tar.bz2"
+    - "liblas-bin-%{_liblas_version}-armv7hl.tar.bz2"
+    - "liblocation-bin-%{_liblocation_version}-armv7hl.tar.bz2"
+    - "location-daemon-bin-%{_location_daemon_version}-armv7hl.tar.bz2"
+    - "location-proxy-bin-%{_location_proxy_version}-armv7hl.tar.bz2"
     - 
"location-settings-default-bin-%{_location_settings_default_version}-noarch.tar.bz2"
     - "license.txt"
-    - boss.conf
 
 NoSetup: yes
 Configure: none

++++++ deleted files:
--- boss.conf

  submit: home:sage:branches:CE:Adaptation:N900 / sysinfod-rx51 -> 
CE:Adaptation:N900 / sysinfod-rx51
  
changes files:
--------------
--- sysinfod-rx51.changes
+++ sysinfod-rx51.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0~20100226.1
+- Drop the armv7l binaries as that isn't supported anymore.
+

old:
----
  boss.conf
  libsysinfo-bin-0~20100226.1-armv7l.tar.bz2
  sysinfod-bin-0~20100226.1-armv7l.tar.bz2
  sysinfod-common-bin-0~20100226.1-armv7l.tar.bz2
  sysinfod-tool-bin-0~20100226.1-armv7l.tar.bz2

spec files:
-----------
--- sysinfod-rx51.spec
+++ sysinfod-rx51.spec
@@ -15,15 +15,14 @@
 Group:      System/Startup Services
 License:    Nokia Proprietary
 ExclusiveArch:  %arm
-Source0:    sysinfod-bin-%{version}-%{_target_cpu}.tar.bz2
-Source1:    sysinfod-common-bin-%{version}-%{_target_cpu}.tar.bz2
-Source2:    sysinfod-tool-bin-%{version}-%{_target_cpu}.tar.bz2
-Source3:    libsysinfo-bin-%{version}-%{_target_cpu}.tar.bz2
+Source0:    sysinfod-bin-%{version}-armv7hl.tar.bz2
+Source1:    sysinfod-common-bin-%{version}-armv7hl.tar.bz2
+Source2:    sysinfod-tool-bin-%{version}-armv7hl.tar.bz2
+Source3:    libsysinfo-bin-%{version}-armv7hl.tar.bz2
 Source4:    license.txt
 Source5:    sysinfod-rx51.rules
 Source6:    sysinfod-rx51-bt-dbus.sh
 Source7:    sysinfod-rx51-bt-addr.sh
-Source8:    boss.conf
 Source100:  sysinfod-rx51.yaml
 
 %description
@@ -108,10 +107,10 @@
 
 # >> install post
 install -d $RPM_BUILD_ROOT
-cp -ax ./sysinfod-bin-%{version}-%{_target_cpu}/* $RPM_BUILD_ROOT
-cp -ax ./sysinfod-common-bin-%{version}-%{_target_cpu}/* $RPM_BUILD_ROOT
-cp -ax ./sysinfod-tool-bin-%{version}-%{_target_cpu}/* $RPM_BUILD_ROOT
-cp -ax ./libsysinfo-bin-%{version}-%{_target_cpu}/* $RPM_BUILD_ROOT
+cp -ax ./sysinfod-bin-%{version}-armv7hl/* $RPM_BUILD_ROOT
+cp -ax ./sysinfod-common-bin-%{version}-armv7hl/* $RPM_BUILD_ROOT
+cp -ax ./sysinfod-tool-bin-%{version}-armv7hl/* $RPM_BUILD_ROOT
+cp -ax ./libsysinfo-bin-%{version}-armv7hl/* $RPM_BUILD_ROOT
 # UDEV rules
 install -D -m644 %{SOURCE5} 
$RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/sysinfod-rx51.rules
 install -D -m755 %{SOURCE6} $RPM_BUILD_ROOT/lib/udev/sysinfod-rx51-bt-dbus.sh

other changes:
--------------

++++++ sysinfod-rx51.yaml
--- sysinfod-rx51.yaml
+++ sysinfod-rx51.yaml
@@ -5,15 +5,15 @@
 Group: System/Startup Services
 License: Nokia Proprietary
 Sources:
-    - "sysinfod-bin-%{version}-%{_target_cpu}.tar.bz2"
-    - "sysinfod-common-bin-%{version}-%{_target_cpu}.tar.bz2"
-    - "sysinfod-tool-bin-%{version}-%{_target_cpu}.tar.bz2"
-    - "libsysinfo-bin-%{version}-%{_target_cpu}.tar.bz2"
+    - "sysinfod-bin-%{version}-armv7hl.tar.bz2"
+    - "sysinfod-common-bin-%{version}-armv7hl.tar.bz2"
+    - "sysinfod-tool-bin-%{version}-armv7hl.tar.bz2"
+    - "libsysinfo-bin-%{version}-armv7hl.tar.bz2"
     - "license.txt"
     - "sysinfod-rx51.rules"
     - "sysinfod-rx51-bt-dbus.sh"
     - "sysinfod-rx51-bt-addr.sh"
-    - boss.conf
+
 Description: D-BUS service which provides system information.
 ExclusiveArch: "%arm"
 

++++++ deleted files:
--- boss.conf
--- libsysinfo-bin-0~20100226.1-armv7l.tar.bz2
--- sysinfod-bin-0~20100226.1-armv7l.tar.bz2
--- sysinfod-common-bin-0~20100226.1-armv7l.tar.bz2
--- sysinfod-tool-bin-0~20100226.1-armv7l.tar.bz2

  submit: home:sage:branches:CE:Adaptation:N900 / wl1251-cal-bin -> 
CE:Adaptation:N900 / wl1251-cal-bin
  
changes files:
--------------
--- wl1251-cal-bin.changes
+++ wl1251-cal-bin.changes
@@ -0,0 +1,3 @@
+* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.18
+- Drop the armv7l binaries as that isn't supported anymore.
+

old:
----
  boss.conf
  wl1251-cal-bin-0.18-armv7l.tar.bz2

spec files:
-----------
--- wl1251-cal-bin.spec
+++ wl1251-cal-bin.spec
@@ -15,10 +15,9 @@
 Group:      Communications/Connectivity Adaptation
 License:    Nokia Proprietary
 ExclusiveArch:  %arm
-Source0:    %{name}-%{version}-%{_target_cpu}.tar.bz2
+Source0:    %{name}-%{version}-armv7hl.tar.bz2
 Source1:    license.txt
 Source2:    wl1251-cal.service
-Source3:    boss.conf
 Source100:  wl1251-cal-bin.yaml
 Requires:   systemd
 Requires(preun): systemd
@@ -30,7 +29,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-%{_target_cpu}
+%setup -q -n %{name}-%{version}-armv7hl
 
 # >> setup
 # Copy license to build dir

other changes:
--------------

++++++ wl1251-cal-bin.yaml
--- wl1251-cal-bin.yaml
+++ wl1251-cal-bin.yaml
@@ -5,14 +5,13 @@
 Group: Communications/Connectivity Adaptation
 License: Nokia Proprietary
 Sources:
-    - "%{name}-%{version}-%{_target_cpu}.tar.bz2"
+    - "%{name}-%{version}-armv7hl.tar.bz2"
     - "license.txt"
     - "wl1251-cal.service"
-    - boss.conf
 
 Description: This application reads the stored calibration data and pushes it 
to wl1251.
 ExclusiveArch: "%arm"
 
-SetupOptions: "-q -n %{name}-%{version}-%{_target_cpu}"
+SetupOptions: "-q -n %{name}-%{version}-armv7hl"
 Configure: none
 Builder: none

++++++ deleted files:
--- boss.conf
--- wl1251-cal-bin-0.18-armv7l.tar.bz2



Reply via email to