I have made the following changes intended for : CE:Adaptation:N900 / libmlocknice
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/2609 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2609: Messages from BOSS: None State: new 2011-10-24T11:57:44 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 / libmlocknice -> CE:Adaptation:N900 / libmlocknice Index: libmlocknice_0.1+0m5.tar.gz =================================================================== Binary file libmlocknice_0.1+0m5.tar.gz added Index: libmlocknice.spec =================================================================== --- libmlocknice.spec (revision 0) +++ libmlocknice.spec (revision 2) @@ -0,0 +1,82 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: libmlocknice +Summary: Memory Locking library for maemo applications - shared library +Version: 0.1 +Release: 0 +Group: System/Libraries +License: GPLv2.1 +Source0: http://repository.maemo.org/pool/fremantle/free/libm/libmlocknice/%{name}_%{version}+0m5.tar.gz +Source100: libmlocknice.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + + +%description +Memory Locking library for maemo applications - shared library. + + +%package devel +Summary: Memory Locking library for maemo applications - development files +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Memory Locking library for maemo applications - development files. + + +%prep +%setup -q -n %{name}-%{version}+0m5 + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%configure --disable-static +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc COPYING +%{_libdir}/*.so.* +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%doc COPYING +%{_includedir}/* +%{_libdir}/*.so +# << files devel + Index: libmlocknice.yaml =================================================================== --- libmlocknice.yaml (revision 0) +++ libmlocknice.yaml (revision 2) @@ -0,0 +1,16 @@ +Name: libmlocknice +Summary: Memory Locking library for maemo applications - shared library +Version: 0.1 +Release: 0 +Group: System/Libraries +License: GPLv2.1 +Sources: + - http://repository.maemo.org/pool/fremantle/free/libm/libmlocknice/%{name}_%{version}+0m5.tar.gz +Description: Memory Locking library for maemo applications - shared library. + +SubPackages: + - Name: devel + Summary: Memory Locking library for maemo applications - development files + Group: Development/Libraries + Description: Memory Locking library for maemo applications - development files. + Index: libmlocknice.changes =================================================================== --- libmlocknice.changes (revision 0) +++ libmlocknice.changes (revision 2) @@ -0,0 +1,11 @@ +* Mon Jun 21 2010 Arjan van de Ven <[email protected]> - 0.1 +- use spectacle to solve + - proper use of %%configure macro + - use of %%make_install to solve the .a/.la problem + +* Thu Jun 03 2010 Marko Saukko <[email protected]> - 0.1 +- Removed .a and .la files from -devel package +- Added group to main package and fixed ldconfig calls + +* Tue Mar 30 2010 Marko Saukko <[email protected]> - 0.1 +- Initial spec file for libmlocknice version 0.1. Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (revision 2) @@ -0,0 +1,6 @@ +PKG_NAME := libmlocknice +SPECFILE = $(addsuffix .spec, $(PKG_NAME)) +YAMLFILE = $(addsuffix .yaml, $(PKG_NAME)) + +include /usr/share/packaging-tools/Makefile.common +
