What is the BMC# for this? Also would it be too risky to add this
patch to Trunk repository, or what is the reasoning not patching the
ofono in Trunk but creating new package?

-Marko

On Sat, Oct 9, 2010 at 2:18 AM, Jimmy Huang <[email protected]> wrote:
> Hi,
> Adding new package ofono in project MeeGo:1.1:IVI. Please review and accept 
> ASAP.
>
> Justification for this new package:
>
> Adds patch to ofono to enable voicecallhistory for hfp modems
>
> Thank You,
> Jimmy Huang
>
> [This message was auto-generated]
>
> ---
>
> Request #8247:
>
>  submit:   home:jhuang/ofono(r2) -> MeeGo:1.1:IVI/ofono
>
>
> Message:
>    Adds patch to ofono to enable voicecallhistory for hfp modems
>
> State:   new          2010-10-08T16:18:48 jhuang
> Comment: None
>
>
> This is a NEW package in MeeGo:1.1:IVI project.
> The files in the new package:
> ofono/
>  |__  0001-Enabling-phonesim-for-handset.patch
>  |__  0001-isigen-generic-modem-driver-plugin-for-isimodems.patch
>  |__  0002-isimodem-remove-the-modem-driver-parts.patch
>  |__  0003-n900-modem-driver-plugin-for-Nokia-N900.patch
>  |__  0004-modemconf-use-isigen-and-n900.patch
>  |__  0005-usbpnmodem-plug-in-either-n900-or-isigen.patch
>  |__  0006-gisi-added-g_isi_send-and-g_isi_vsend.patch
>  |__  0007-gisi-Retry-version-query-in-g_isi_verify.patch
>  |__  0008-n900-ripped-out-post-0.26-features.patch
>  |__  0009-isigen-ripped-out-post-0.26-features.patch
>  |__  0010-enable-callhistory-for-hfp-modem.patch
>  |__  Makefile
>  |__  ofono-0.26.tar.gz
>  |__  ofono.changes
>  |__  ofono.spec
>  |__  ofono.yaml
>
> The content of the YAML file, ofono.yaml:
> ===================================================================
> Name: ofono
> Summary: Open Source Telephony
> Version: 0.26
> Release: 1
> Group: System/Networking
> License: GPLv2
> URL: http://ofono.org
> Sources:
>    - http://www.kernel.org/pub/linux/network/ofono/ofono-%{version}.tar.gz
> Patches:
>    - 0001-Enabling-phonesim-for-handset.patch
>    - 0001-isigen-generic-modem-driver-plugin-for-isimodems.patch
>    - 0002-isimodem-remove-the-modem-driver-parts.patch
>    - 0003-n900-modem-driver-plugin-for-Nokia-N900.patch
>    - 0004-modemconf-use-isigen-and-n900.patch
>    - 0005-usbpnmodem-plug-in-either-n900-or-isigen.patch
>    - 0006-gisi-added-g_isi_send-and-g_isi_vsend.patch
>    - 0007-gisi-Retry-version-query-in-g_isi_verify.patch
>    - 0008-n900-ripped-out-post-0.26-features.patch
>    - 0009-isigen-ripped-out-post-0.26-features.patch
>    - 0010-enable-callhistory-for-hfp-modem.patch
> Requires:
>    - dbus
>    - ofono-config
> PkgBR:
>    - libtool
>    - automake
>    - autoconf
> PkgConfigBR:
>    - glib-2.0
>    - dbus-1
>    - libudev >= 145
> ConfigOptions:
>    - --enable-test
> SubPackages:
>    - Name: devel
>      Summary: Headers for oFono
>      Group: Development/Libraries
>
>    - Name: test
>      Summary: Test Scripts for oFono
>      Group: Development/Libraries
>      Description: Scripts for testing oFono and its functionality
>
> ===================================================================
>
>
> The content of the spec file, ofono.spec:
> ===================================================================
> #
> # Do NOT Edit the Auto-generated Part!
> # Generated by: spectacle version 0.18
> #
> # >> macros
> # << macros
>
> Name:       ofono
> Summary:    Open Source Telephony
> Version:    0.26
> Release:    1
> Group:      System/Networking
> License:    GPLv2
> URL:        http://ofono.org
> Source0:    
> http://www.kernel.org/pub/linux/network/ofono/ofono-%{version}.tar.gz
> Source100:  ofono.yaml
> Patch0:     0001-Enabling-phonesim-for-handset.patch
> Patch1:     0001-isigen-generic-modem-driver-plugin-for-isimodems.patch
> Patch2:     0002-isimodem-remove-the-modem-driver-parts.patch
> Patch3:     0003-n900-modem-driver-plugin-for-Nokia-N900.patch
> Patch4:     0004-modemconf-use-isigen-and-n900.patch
> Patch5:     0005-usbpnmodem-plug-in-either-n900-or-isigen.patch
> Patch6:     0006-gisi-added-g_isi_send-and-g_isi_vsend.patch
> Patch7:     0007-gisi-Retry-version-query-in-g_isi_verify.patch
> Patch8:     0008-n900-ripped-out-post-0.26-features.patch
> Patch9:     0009-isigen-ripped-out-post-0.26-features.patch
> Patch10:     0010-enable-callhistory-for-hfp-modem.patch
> Requires:   dbus
> BuildRequires:  pkgconfig(glib-2.0)
> BuildRequires:  pkgconfig(dbus-1)
> BuildRequires:  pkgconfig(libudev) >= 145
> BuildRequires:  libtool
> BuildRequires:  automake
> BuildRequires:  autoconf
>
>
> %description
> Description: %{summary}
>
>
> %package devel
> Summary:    Headers for oFono
> Group:      Development/Libraries
> Requires:   %{name} = %{version}-%{release}
>
> %description devel
> Description: %{summary}
>
> %package test
> Summary:    Test Scripts for oFono
> Group:      Development/Libraries
> Requires:   %{name} = %{version}-%{release}
>
> %description test
> Scripts for testing oFono and its functionality
>
>
> %prep
> %setup -q -n %{name}-%{version}
>
> # 0001-Enabling-phonesim-for-handset.patch
> %patch0 -p1
> # 0001-isigen-generic-modem-driver-plugin-for-isimodems.patch
> %patch1 -p1
> # 0002-isimodem-remove-the-modem-driver-parts.patch
> %patch2 -p1
> # 0003-n900-modem-driver-plugin-for-Nokia-N900.patch
> %patch3 -p1
> # 0004-modemconf-use-isigen-and-n900.patch
> %patch4 -p1
> # 0005-usbpnmodem-plug-in-either-n900-or-isigen.patch
> %patch5 -p1
> # 0006-gisi-added-g_isi_send-and-g_isi_vsend.patch
> %patch6 -p1
> # 0007-gisi-Retry-version-query-in-g_isi_verify.patch
> %patch7 -p1
> # 0008-n900-ripped-out-post-0.26-features.patch
> %patch8 -p1
> # 0009-isigen-ripped-out-post-0.26-features.patch
> %patch9 -p1
> # 0010-enable-callhistory-for-hfp-modem.patch
> %patch10 -p1
> # >> setup
> # << setup
>
> %build
> # >> build pre
> autoreconf
> # << build pre
>
> %configure --disable-static \
>    --enable-test
>
> make %{?jobs:-j%jobs}
>
> # >> build post
> # << build post
> %install
> rm -rf %{buildroot}
> # >> install pre
> # << install pre
> %make_install
>
> # >> install post
> # << install post
>
>
>
>
>
>
>
>
>
>
>
>
> %files
> %defattr(-,root,root,-)
> # >> files
> %doc COPYING ChangeLog AUTHORS README
> %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
> %config(noreplace) %{_sysconfdir}/%{name}/modem.conf
> %{_sbindir}/*
> /lib/udev/rules.d/*
> %doc /usr/share/man/man8/ofonod.8.gz
> # << files
>
>
> %files devel
> %defattr(-,root,root,-)
> # >> files devel
> %{_includedir}/ofono/
> # << files devel
>
> %files test
> %defattr(-,root,root,-)
> # >> files test
> %{_libdir}/%{name}/test/*
> # << files test
>
>
> ===================================================================
>
> _______________________________________________
> Meego-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
>
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to