I have made the following changes intended for : CE:MW:Shared / libsignon-glib CE:MW:Shared / telepathy-accounts-signon
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/7514 Thank You, John Brooks [This message was auto-generated] --- Request # 7514: Messages from BOSS: State: review at 2012-12-08T02:37:37 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:special:branches:CE:MW:Shared / libsignon-glib -> CE:MW:Shared / libsignon-glib changes files: -------------- ++++++ new changes file: --- libsignon-glib.changes +++ libsignon-glib.changes @@ -0,0 +1,3 @@ +* Mon Dec 03 2012 John Brooks <[email protected]> - 1.7 +- Packaged version 1.7 for nemo + new: ---- libsignon-glib-1.7.tar.gz libsignon-glib.changes libsignon-glib.spec spec files: ----------- ++++++ new spec file: --- libsignon-glib.spec +++ libsignon-glib.spec @@ -0,0 +1,71 @@ +Name: libsignon-glib +Version: 1.7 +Release: 1 +Summary: GLib wrapper for single signon framework +Group: System/Libraries +License: LGPLv2.1 +URL: http://code.google.com/p/accounts-sso/ +Source0: http://accounts-sso.googlecode.com/files/libsignon-glib-%{version}.tar.gz +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(signond) +BuildRequires: pkgconfig(check) +BuildRequires: python +# For signond +Requires: libsignon + +%description +%{summary}. + +%files +%defattr(-,root,root,-) +%{_libdir}/libsignon-glib.so.* +%{_datadir}/vala/vapi/signon.vapi +%exclude /usr/doc/reference/* + +%package devel +Summary: Development files for libsignon-glib +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +# signond.pc, required by libsignon-glib.pc +Requires: pkgconfig(signond) + +%description devel +%{summary} + +%files devel +%defattr(-,root,root,-) +%{_libdir}/libsignon-glib.so +%{_includedir}/libsignon-glib/*.h +%{_libdir}/pkgconfig/libsignon-glib.pc + +%package docs +Summary: Documentation for libsignon-glib +Group: Documentation + +%description docs +%{summary} + +%files docs +%defattr(-,root,root,-) +%{_datadir}/gtk-doc/html/libsignon-glib/* + +%prep +%setup -q -n %{name}-%{version} + +%build +%reconfigure +# %{?jobs:-j%jobs} disabled to fix errors with xgen-getc +make + +%install +rm -rf %{buildroot} +%make_install + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + other changes: -------------- ++++++ libsignon-glib-1.7.tar.gz (new) submit: home:special:branches:CE:MW:Shared / telepathy-accounts-signon -> CE:MW:Shared / telepathy-accounts-signon changes files: -------------- ++++++ new changes file: --- telepathy-accounts-signon.changes +++ telepathy-accounts-signon.changes @@ -0,0 +1,3 @@ +* Fri Dec 07 2012 John Brooks <[email protected]> - 0.0.1 +- Initial packaging + new: ---- telepathy-accounts-signon-0.0.1.tar.bz2 telepathy-accounts-signon.changes telepathy-accounts-signon.spec spec files: ----------- ++++++ new spec file: --- telepathy-accounts-signon.spec +++ telepathy-accounts-signon.spec @@ -0,0 +1,39 @@ +Name: telepathy-accounts-signon +Version: 0.0.1 +Release: 1 +Summary: Telepathy providers for libaccounts/libsignon +Group: System/Libraries +License: GPLv2 +URL: https://github.com/nemomobile/telepathy-accounts-signon +Source0: %{name}-%{version}.tar.bz2 + +BuildRequires: qt-qmake +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(libsignon-glib) +BuildRequires: pkgconfig(telepathy-glib) +BuildRequires: pkgconfig(libaccounts-glib) +BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(mission-control-plugins) + +%description +%{summary}. + +%files +%defattr(-,root,root,-) +%{_libexecdir}/telepathy-sasl-signon +%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.SaslSignonAuth.service +%{_datadir}/telepathy/clients/SaslSignonAuth.client +%{_libdir}/mission-control-plugins.0/mcp-account-manager-uoa.so + +%prep +%setup -q -n %{name} + +%build +%qmake +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + other changes: -------------- ++++++ telepathy-accounts-signon-0.0.1.tar.bz2 (new)
