I have made the following changes intended for : CE:MW:Shared / libngfpp Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/7554 Thank You, Juho Hämäläinen [This message was auto-generated] --- Request # 7554: Messages from BOSS: State: review at 2012-12-17T13:16:32 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:jhamalai / libngfpp -> CE:MW:Shared / libngfpp changes files: -------------- ++++++ new changes file: --- libngfpp.changes +++ libngfpp.changes @@ -0,0 +1,3 @@ +* Mon Dec 17 2012 Juho Hamalainen <[email protected]> - 0.1 +- First version of Qt-based client library for NGF daemon. + new: ---- libngfpp-0.1.tar.gz libngfpp.changes libngfpp.spec libngfpp.yaml spec files: ----------- ++++++ new spec file: --- libngfpp.spec +++ libngfpp.spec @@ -0,0 +1,86 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: libngfpp + +# >> macros +# << macros + +Summary: Qt-based client library for Non-Graphic Feedback daemon +Version: 0.1 +Release: 1 +Group: System/Libraries +License: LGPLv2.1 +URL: https://github.com/jusa/libngfpp +Source0: %{name}-%{version}.tar.gz +Source100: libngfpp.yaml +Requires: ngfd +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDBus) +BuildRequires: doxygen + +%description +This package contains the Qt-based client library for accessing +Non-graphic feedback services. + + +%package devel +Summary: Development package for Qt-based client library for NGF daemon +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +%{summary}. + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +%qmake +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +make doc +# << 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}/libngfpp.so.* +# << files + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_libdir}/libngfpp.so +%{_includedir}/ngfpp/*.h +%{_includedir}/ngfpp/NgfClient +%{_libdir}/pkgconfig/ngfpp.pc +%{_mandir}/man3/Ngf_Client.3.gz +# << files devel other changes: -------------- ++++++ libngfpp-0.1.tar.gz (new) ++++++ libngfpp.yaml (new) --- libngfpp.yaml +++ libngfpp.yaml @@ -0,0 +1,28 @@ +Name: libngfpp +Summary: Qt-based client library for Non-Graphic Feedback daemon +Version: 0.1 +Release: 1 +Group: System/Libraries +License: LGPLv2.1 +URL: https://github.com/jusa/libngfpp +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + This package contains the Qt-based client library for accessing + Non-graphic feedback services. + +Requires: + - ngfd +PkgBR: + - doxygen +PkgConfigBR: + - QtCore + - QtDBus +Configure: none +Builder: make +SubPackages: + - Name: devel + Summary: Development package for Qt-based client library for NGF daemon + Group: Development/Libraries + Description: "%{summary}." +
