I have made the following changes intended for : CE:MW:Shared / signon-plugin-oauth2
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/7627 Thank You, chriadam [This message was auto-generated] --- Request # 7627: Messages from BOSS: State: review at 2013-01-10T07:41:13 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:chriadam / signon-plugin-oauth2 -> CE:MW:Shared / signon-plugin-oauth2 changes files: -------------- ++++++ new changes file: --- signon-plugin-oauth2.changes +++ signon-plugin-oauth2.changes @@ -0,0 +1,2 @@ +* Fri Jan 04 2013 Chris Adams <[email protected]> - 0.14 +- Packaged version 0.14 for nemo new: ---- signon-plugin-oauth2-0.14.tar.bz2 signon-plugin-oauth2.changes signon-plugin-oauth2.spec spec files: ----------- ++++++ new spec file: --- signon-plugin-oauth2.spec +++ signon-plugin-oauth2.spec @@ -0,0 +1,61 @@ +Name: signon-plugin-oauth2 +Version: 0.14 +Release: 1 +Summary: Plugin which provides oauth and oauth2 authentication enablers to signond +Group: System/Libraries +License: LGPLv2.1 +URL: http://code.google.com/p/accounts-sso/ +Source0: %{name}-%{version}.tar.bz2 +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(signond) +BuildRequires: pkgconfig(QJson) +BuildRequires: pkgconfig(QtCore) +Requires: libsignon + +%description +%{summary}. + +%files +%defattr(-,root,root,-) +%{_libdir}/signon/liboauth2plugin.so + +%prep +%setup -q -n %{name}-%{version} + +%package -n signon-plugin-oauth2-oauthclient +Summary: OAuth2 SignOn Plugin OAuth Client +Group: System/Tools + +%description -n signon-plugin-oauth2-oauthclient +%{summary}. + +%files -n signon-plugin-oauth2-oauthclient +%defattr(-,root,root,-) +%{_bindir}/oauthclient +%{_includedir}/signon-plugins/oauth1data.h +%{_includedir}/signon-plugins/oauth2data.h +%{_libdir}/pkgconfig/signon-oauth2plugin.pc +%{_sysconfdir}/signon-ui/webkit-options.d/m.facebook.com.conf +%{_sysconfdir}/signon-ui/webkit-options.d/www.facebook.com.conf + +%package -n signon-plugin-oauth2-tests +Summary: Tests for the oauth2 signon plugin +Group: System/Libraries + +%description -n signon-plugin-oauth2-tests +%{summary}. + +%files -n signon-plugin-oauth2-tests +%{_bindir}/signon-oauth2plugin-tests +%{_datadir}/signon-oauth2plugin-tests/tests.xml + +%build +%qmake +make %{?jobs:-j%jobs} + +%install +%qmake_install + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig other changes: -------------- ++++++ signon-plugin-oauth2-0.14.tar.bz2 (new)
