I have made the following changes intended for : CE:Adaptation:N900 / libwl1251-bin
Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below https://build.pub.meego.com/request/show/2610 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2610: Messages from BOSS: None State: new 2011-10-24T11:57:55 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Mer_Core_armv7hl found. accepted on No date Changes: submit: home:stskeeps:mer:hw:n900 / libwl1251-bin -> CE:Adaptation:N900 / libwl1251-bin Index: libwl1251-bin.changes =================================================================== --- libwl1251-bin.changes (revision 0) +++ libwl1251-bin.changes (revision 2) @@ -0,0 +1,3 @@ +* Wed Dec 29 2010 Markus Lehtonen <[email protected]> - 0.14 +- Initial packaging of libwl1251 binary +- Needed to implement FEA#9548 Index: libwl1251-bin.yaml =================================================================== --- libwl1251-bin.yaml (revision 0) +++ libwl1251-bin.yaml (revision 2) @@ -0,0 +1,15 @@ +Name: libwl1251-bin +Summary: Shared library for wl1251 +Version: 0.14 +Release: 0 +Group: Communications/Connectivity Adaptation +License: Nokia Proprietary +Sources: + - "%{name}-%{version}-%{_target_cpu}.tar.bz2" + - "license.txt" +Description: Libwl1251 is the user space library for TI wl1251 WLAN chipset. +ExclusiveArch: "%arm" + +SetupOptions: "-q -n %{name}-%{version}-%{_target_cpu}" +Configure: none +Builder: none Index: libwl1251-bin.spec =================================================================== --- libwl1251-bin.spec (revision 0) +++ libwl1251-bin.spec (revision 2) @@ -0,0 +1,68 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +%define debug_package %{nil} +# << macros + +Name: libwl1251-bin +Summary: Shared library for wl1251 +Version: 0.14 +Release: 0 +Group: Communications/Connectivity Adaptation +License: Nokia Proprietary +ExclusiveArch: %arm +Source0: %{name}-%{version}-%{_target_cpu}.tar.bz2 +Source1: license.txt +Source100: libwl1251-bin.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + + +%description +Libwl1251 is the user space library for TI wl1251 WLAN chipset. + + + +%prep +%setup -q -n %{name}-%{version}-%{_target_cpu} + +# >> setup +# Copy license to build dir +cp %{SOURCE1} . +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +install -d $RPM_BUILD_ROOT +cp -ax ./usr $RPM_BUILD_ROOT +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +# >> files +%{_libdir}/*.so.* +%doc license.txt +# << files + + Index: libwl1251-bin-0.14-armv7hl.tar.bz2 =================================================================== Binary file libwl1251-bin-0.14-armv7hl.tar.bz2 added Index: license.txt =================================================================== --- license.txt (revision 0) +++ license.txt (revision 2) @@ -0,0 +1,9 @@ +Copyright (c) Nokia Corporation 2010 +All Rights Reserved. + +This material, including documentation and any related computer programs, is +protected by copyright controlled by Nokia Corporation. All rights are +reserved. Modifying, adapting and/or translating, any or all of this material +requires the prior written consent of Nokia. Distribution for commercial +purposes not allowed without prior written approval from Nokia. + Index: libwl1251-bin-0.14-armv7l.tar.bz2 =================================================================== Binary file libwl1251-bin-0.14-armv7l.tar.bz2 added
