I have made the following changes intended for : CE:Adaptation:N900 / libiphb
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/2613 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2613: Messages from BOSS: None State: new 2011-10-24T12:17:35 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 / libiphb -> CE:Adaptation:N900 / libiphb Index: libiphb-1.0.0.tar.bz2 =================================================================== Binary file libiphb-1.0.0.tar.bz2 added Index: libiphb.changes =================================================================== --- libiphb.changes (revision 0) +++ libiphb.changes (revision 2) @@ -0,0 +1,8 @@ +* Fri Sep 16 2011 Marko Saukko <[email protected]> - 1.0.0 +- Update to version 1.0.0 + +* Tue Dec 21 2010 Markus Lehtonen <[email protected]> - 0.61.26.p1.gitec5c50d7 +- Change RPM group tag in .spec according to MeeGo Domain/Subsystem view + +* Thu Oct 21 2010 Markus Lehtonen <[email protected]> - 0.61.26.p1.gitec5c50d7 +- Initial packaging Index: libiphb.spec =================================================================== --- libiphb.spec (revision 0) +++ libiphb.spec (revision 2) @@ -0,0 +1,112 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: libiphb +Summary: API for IP Heartbeat service +Version: 1.0.0 +Release: 0 +Group: System/System Control +License: LGPLv2+ +URL: http://meego.gitorious.org/meego-middleware/libiphb +Source0: %{name}-%{version}.tar.bz2 +Source100: libiphb.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(dsme) + + +%description +This package contains C API for using IP Heartbeat service. + + + +%package devel +Summary: Development files for IP Heartbeat service +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains C headers for the IP Heartbeat API. + + +%package test +Summary: Test tool for IP Heartbeat service +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description test +Command line utility to test IP Heartbeat functionality. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +unset LD_AS_NEEDED +# >> build pre +chmod a+x autogen.sh +./autogen.sh +chmod a+x configure +# << 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,-) +%{_libdir}/libiphb.so.* +%doc COPYING AUTHORS INSTALL README NEWS ChangeLog +# >> files +# << files + + +%files devel +%defattr(-,root,root,-) +%attr(644,root,root)%{_includedir}/iphbd/* +%{_libdir}/libiphb.so +%{_libdir}/pkgconfig/libiphb.pc +%doc COPYING +# >> files devel +# << files devel + +%files test +%defattr(-,root,root,-) +%{_bindir}/hbtest +%{_bindir}/hbtest2 +%doc COPYING +# >> files test +# << files test + Index: libiphb.yaml =================================================================== --- libiphb.yaml (revision 0) +++ libiphb.yaml (revision 2) @@ -0,0 +1,43 @@ +Name: libiphb +Summary: API for IP Heartbeat service +Version: 1.0.0 +Release: 0 +Group: System/System Control +License: LGPLv2+ +URL: http://meego.gitorious.org/meego-middleware/libiphb +Description: | + This package contains C API for using IP Heartbeat service. + +Sources: + - "%{name}-%{version}.tar.bz2" + +PkgConfigBR: + - glib-2.0 + - dsme + +UseAsNeeded: no + +Files: + - "%{_libdir}/libiphb.so.*" + - "%doc COPYING AUTHORS INSTALL README NEWS ChangeLog" + +SubPackages: + - Name: devel + Group: Development/Libraries + Summary: Development files for IP Heartbeat service + Description: | + This package contains C headers for the IP Heartbeat API. + Files: + - "%attr(644,root,root)%{_includedir}/iphbd/*" + - "%{_libdir}/libiphb.so" + - "%{_libdir}/pkgconfig/libiphb.pc" + - "%doc COPYING" + - Name: test + Group: Development/Tools + Summary: Test tool for IP Heartbeat service + Description: | + Command line utility to test IP Heartbeat functionality. + Files: + - "%{_bindir}/hbtest" + - "%{_bindir}/hbtest2" + - "%doc COPYING"
