I have made the following changes intended for : CE:Adaptation:N900 / libdsme
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/2621 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2621: Messages from BOSS: None State: new 2011-10-24T12:24:48 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 / libdsme -> CE:Adaptation:N900 / libdsme Index: libdsme.changes =================================================================== --- libdsme.changes (revision 0) +++ libdsme.changes (revision 3) @@ -0,0 +1,19 @@ +* Tue Dec 21 2010 Markus Lehtonen <[email protected]> - 0.61.4 +- Change RPM group tag in .spec according to MeeGo Domain/Subsystem view + +* Tue Oct 26 2010 Markus Lehtonen <[email protected]> - 0.61.4 +- LD_AS_NEEDED=0 to fix broken symbol resolving in linker time -> fixes + dependencies +- Added URL to yaml/spec + +* Mon Jun 21 2010 Anas Nashif <[email protected]> - 0.61.4 +- Use spectacle + +* Sat May 29 2010 Markus Lehtonen <[email protected]> - 0.61.4 +- Version bump to 0.61.4 + +* Mon May 17 2010 Sami Sirkia <[email protected]> - 0.60.x +- Updated to most recent untagged version from gitorious + +* Tue Mar 30 2010 Sami Sirkia <[email protected]> - 0.60.x +- Initial release of libdsme for n900. Index: libdsme-0.61.4.tar.gz =================================================================== Binary file libdsme-0.61.4.tar.gz added Index: libdsme.yaml =================================================================== --- libdsme.yaml (revision 0) +++ libdsme.yaml (revision 3) @@ -0,0 +1,25 @@ +Name: libdsme +Summary: DSME dsmesock dynamic library +Version: 0.61.4 +Release: 0 +Group: System/System Control +License: LGPL +URL: http://meego.gitorious.org/meego-middleware/libdsme +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + This package contains dynamic libraries for programs that communicate with the + Device State Management Entity. + +PkgConfigBR: + - glib-2.0 +Configure: none +UseAsNeeded: No +SubPackages: + - Name: devel + Summary: Development files for dsme + Group: Development/Libraries + Description: | + This package contains headers and static libraries needed to develop programs + that want to communicate with the Device State Management Entity. + Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (revision 3) @@ -0,0 +1,6 @@ +PKG_NAME := libdsme +SPECFILE = $(addsuffix .spec, $(PKG_NAME)) +YAMLFILE = $(addsuffix .yaml, $(PKG_NAME)) + +include /usr/share/packaging-tools/Makefile.common + Index: libdsme.spec =================================================================== --- libdsme.spec (revision 0) +++ libdsme.spec (revision 3) @@ -0,0 +1,96 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: libdsme +Summary: DSME dsmesock dynamic library +Version: 0.61.4 +Release: 0 +Group: System/System Control +License: LGPL +URL: http://meego.gitorious.org/meego-middleware/libdsme +Source0: %{name}-%{version}.tar.gz +Source100: libdsme.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(glib-2.0) + + +%description +This package contains dynamic libraries for programs that communicate with the +Device State Management Entity. + + + +%package devel +Summary: Development files for dsme +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains headers and static libraries needed to develop programs +that want to communicate with the Device State Management Entity. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +unset LD_AS_NEEDED +# >> build pre +# << build pre + + +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 +%{_libdir}/libdsme.so.0.2.0 +%{_libdir}/libdsme_dbus_if.so.0.2.0 +%{_libdir}/libthermalmanager_dbus_if.so.0.2.0 +%doc debian/copyright +%doc COPYING +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_includedir}/dsme/* +%{_libdir}/libdsme.so +%{_libdir}/libdsme_dbus_if.so +%{_libdir}/libthermalmanager_dbus_if.so +%{_libdir}/pkgconfig/* +# << files devel +
