I have made the following changes intended for : CE:Adaptation:N900 / liblocation-headers
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/2608 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2608: Messages from BOSS: None State: new 2011-10-24T11:57:36 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 / liblocation-headers -> CE:Adaptation:N900 / liblocation-headers Index: copyright.txt =================================================================== --- copyright.txt (revision 0) +++ copyright.txt (revision 2) @@ -0,0 +1,13 @@ +This file is part of liblocation + +Copyright (C) 2008-2011 Nokia Corporation. All rights reserved. + +Contact: Quanyi Sun <[email protected]> + +This software, including documentation, is protected by copyright controlled by +Nokia Corporation. All rights are reserved. Copying, including reproducing, +storing, adapting or translating, any or all of this material requires the prior +written consent of Nokia Corporation. This material also contains confidential +information which may not be disclosed to others without the prior written +consent of Nokia. + Index: liblocation-headers.changes =================================================================== --- liblocation-headers.changes (revision 0) +++ liblocation-headers.changes (revision 2) @@ -0,0 +1,2 @@ +* Wed Jun 01 2011 Markus Lehtonen <[email protected]> - 0.102 +- Initial packaging for MeeGo Index: liblocation-headers-0.102.tar.bz2 =================================================================== Binary file liblocation-headers-0.102.tar.bz2 added Index: liblocation-headers.spec =================================================================== --- liblocation-headers.spec (revision 0) +++ liblocation-headers.spec (revision 2) @@ -0,0 +1,68 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: liblocation-headers +Summary: Liblocation development headers +Version: 0.102 +Release: 0 +Group: Location/Location Adaptation +License: Nokia Proprietary +ExclusiveArch: %{arm} +Source0: %{name}-%{version}.tar.bz2 +Source1: license.txt +Source2: copyright.txt +Source100: liblocation-headers.yaml + + +%description +Development headers for (closed-source) liblocation. Liblocation is a utility library for performing GPS related functions on the Nokia N900 device. + + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# Copy extra files +cp %{SOURCE1} . +cp %{SOURCE2} . +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +install -d %{buildroot} +cp -ax usr %{buildroot} +# << install pre + +# >> install post +# << install post + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc license.txt copyright.txt +%{_libdir}/liblocation* +%{_libdir}/pkgconfig/liblocation* +%{_includedir}/location/* +# << files + + 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: liblocation-headers.yaml =================================================================== --- liblocation-headers.yaml (revision 0) +++ liblocation-headers.yaml (revision 2) @@ -0,0 +1,18 @@ +Name: liblocation-headers +Summary: Liblocation development headers +Version: 0.102 +Release: 0 +Group: Location/Location Adaptation +License: Nokia Proprietary +Description: | + Development headers for (closed-source) liblocation. Liblocation is a utility library for performing GPS related functions on the Nokia N900 device. +ExclusiveArch: "%{arm}" + +Sources: + - "%{name}-%{version}.tar.bz2" + - "license.txt" + - "copyright.txt" + +Configure: none +Builder: none +
