I have made the following changes intended for : CE:MW:Shared / libqofono
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/7800 Thank You, lpotter [This message was auto-generated] --- Request # 7800: Messages from BOSS: State: review at 2013-02-02T18:33:05 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:lpotter:libqofono / libqofono -> CE:MW:Shared / libqofono changes files: -------------- ++++++ new changes file: --- libqofono.changes +++ libqofono.changes @@ -0,0 +1,2 @@ +* Sat Feb 2 2013 Lorn Potter <[email protected]> - 0.1 +- initial obs commit new: ---- libqofono-0.1.tar.bz2 libqofono.changes libqofono.spec libqofono.yaml spec files: ----------- ++++++ new spec file: --- libqofono.spec +++ libqofono.spec @@ -0,0 +1,117 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: libqofono + +# >> macros +# << macros + +Summary: A library of Qt bindings for ofono +Version: 0.1 +Release: 3 +Group: System/Libraries +License: LGPLv2.1 +URL: https://github.com/nemomobile/libqofono +Source0: libqofono-%{version}.tar.bz2 +Source100: libqofono.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDBus) + +%description +This package contains Qt bindings for ofono cellular service +interfaces. + + +%package declarative +Summary: Declarative plugin for libqofono +Group: Development/Tools +Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} + +%description declarative +This package contains declarative plugin for libofono. + +%package devel +Summary: Development files for ofono Qt bindings +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} + +%description devel +This package contains the development header files for the ofono Qt bindings. + +%package tests +Summary: qml test app for the ofono Qt bindings +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description tests +This package contains qml test for ofono Qt bindings. + + +%prep +%setup -q -n libqofono-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +# << install post + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%{_libdir}/%{name}.so.* +# >> files +# << files + +%files declarative +%defattr(-,root,root,-) +%{_libdir}/qt4/imports/MeeGo/QOfono/* +# >> files declarative +# << files declarative + +%files devel +%defattr(-,root,root,-) +%{_libdir}/%{name}.prl +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/qofono.pc +%{_includedir}/qofono/*.h +%{_includedir}/qofono/dbus/ofono*.h +%{_includedir}/qofono/dbus/ofono*.xml +%{_datadir}/qt4/mkspecs/features/qofono.prf +# >> files devel +# << files devel + +%files tests +%defattr(-,root,root,-) +/opt/ofonotest/bin/ofonotest +/opt/ofonotest/qml/ofonotest/*.qml +%{_libdir}/%{name}/tests/tst_qofonotest +# >> files tests +# << files tests other changes: -------------- ++++++ libqofono-0.1.tar.bz2 (new) ++++++ libqofono.yaml (new) --- libqofono.yaml +++ libqofono.yaml @@ -0,0 +1,54 @@ +Name: libqofono +Summary: A library of Qt bindings for ofono +Version: 0.1 +Release: 3 +Group: System/Libraries +License: LGPLv2.1 +URL: https://github.com/nemomobile/libqofono +Sources: + - "libqofono-%{version}.tar.bz2" +Description: | + This package contains Qt bindings for ofono cellular service + interfaces. +PkgConfigBR: + - QtCore + - QtDBus +Configure: none +Builder: qmake +SetupOptions: "-q -n libqofono-%{version}" +Files: + - "%{_libdir}/%{name}.so.*" + +SubPackages: + - Name: declarative + Summary: Declarative plugin for libqofono + Group: Development/Tools + Description: This package contains declarative plugin for libofono. + Requires: + - "%{name} = %{version}" + Files: + - "%{_libdir}/qt4/imports/MeeGo/QOfono/*" + + - Name: devel + Summary: Development files for ofono Qt bindings + Group: Development/Libraries + Description: This package contains the development header files for the ofono Qt bindings. + Requires: + - "%{name} = %{version}" + Files: + - "%{_libdir}/%{name}.prl" + - "%{_libdir}/%{name}.so" + - "%{_libdir}/pkgconfig/qofono.pc" + - "%{_includedir}/qofono/*.h" + - "%{_includedir}/qofono/dbus/ofono*.h" + - "%{_includedir}/qofono/dbus/ofono*.xml" + - "%{_datadir}/qt4/mkspecs/features/qofono.prf" + + - Name: tests + Summary: qml test app for the ofono Qt bindings + Group: Development/Tools + Description: This package contains qml test for ofono Qt bindings. + Files: + - "/opt/ofonotest/bin/ofonotest" + - "/opt/ofonotest/qml/ofonotest/*.qml" + - "%{_libdir}/%{name}/tests/tst_qofonotest"
