.so in main package, not in devel package?

Peter

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Kaitlin Rupert
> Sent: Tuesday, December 21, 2010 7:02 AM
> To: [email protected]
> Subject: [meego-commits] 11091: Changes to
> Trunk:Testing/meegotouch-applauncherd
>
> Hi,
> I have made the following changes to meegotouch-applauncherd in project
> Trunk:Testing. Please review and accept ASAP.
>
> Thank You,
> Kaitlin Rupert
>
> [This message was auto-generated]
>
> ---
>
> Request #11091:
>
>   submit:   devel:qt-mtf/meegotouch-applauncherd(r15) ->
> Trunk:Testing/meegotouch-applauncherd
>
>
> Message:
>     * Wed Dec 17 2010 Nimika Keshri <[email protected]> - 0.15.10
> - BCM#10591 - meegotouch-applauncherd outdated in MeeGo
> * Wed Dec 1 2010 Nimika Keshri <[email protected]> - 0.15.5
> - BCM#10591 - meegotouch-applauncherd outdated in MeeGo
> - Remove obsolete patch
> 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
> - Remove obsolete patch
> 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
> - Change yaml file updated with various changes
>
> State:   new          2010-12-20T15:01:44 krupert
> Comment: None
>
>
>
> changes files:
> --------------
> --- meegotouch-applauncherd.changes
> +++ meegotouch-applauncherd.changes
> @@ -0,0 +1,9 @@
> +* Wed Dec 17 2010 Nimika Keshri <[email protected]> - 0.15.10
> +- BCM#10591 - meegotouch-applauncherd outdated in MeeGo
> +
> +* Wed Dec 1 2010 Nimika Keshri <[email protected]> - 0.15.5
> +- BCM#10591 - meegotouch-applauncherd outdated in MeeGo
> +- Remove obsolete patch
> 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
> +- Remove obsolete patch
> 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
> +- Change yaml file updated with various changes
> +
>
> old:
> ----
>   0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
>   0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
>   meegotouch-applauncherd-0.12.1.tar.bz2
>
> new:
> ----
>   meegotouch-applauncherd-0.15.10.tar.bz2
>
> spec files:
> -----------
> --- meegotouch-applauncherd.spec
> +++ meegotouch-applauncherd.spec
> @@ -1,23 +1,26 @@
>  #
> -# Do not Edit! Generated by:
> -# spectacle version 0.18
> +# Do NOT Edit the Auto-generated Part!
> +# Generated by: spectacle version 0.21
>  #
>  # >> macros
>  # << macros
>
>  Name:       meegotouch-applauncherd
>  Summary:    Application launcher for fast startup
> -Version:    0.12.1
> +Version:    0.15.10
>  Release:    1
>  Group:      System/Daemons
>  License:    LGPLv2+
>  URL:
> http://meego.gitorious.com/meegotouch/meegotouch-applauncherd
>  Source0:    %{name}-%{version}.tar.bz2
>  Source100:  meegotouch-applauncherd.yaml
> -Patch0:
> 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
> -Patch1:
> 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
>  BuildRequires:  pkgconfig(QtCore)
>  BuildRequires:  pkgconfig(meegotouch)
> +BuildRequires:  pkgconfig(x11)
> +BuildRequires:  pkgconfig(xtst)
> +BuildRequires:  pkgconfig(xextproto)
> +BuildRequires:  pkgconfig(xi)
> +BuildRequires:  pkgconfig(xext)
>  BuildRequires:  cmake
>
>
> @@ -51,6 +54,7 @@
>  Group:      Development/Tools
>  Requires:   %{name} = %{version}-%{release}
>  Requires:   %{name}-testapps = %{version}-%{release}
> +BuildRequires:   desktop-file-utils
>
>  %description tests
>  Test scripts used for testing meegotouch-applauncherd.
> @@ -60,10 +64,6 @@
>  %prep
>  %setup -q -n %{name}-%{version}
>
> -# 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
> -%patch0 -p1
> -# 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
> -%patch1 -p1
>  # >> setup
>  # << setup
>
> @@ -71,6 +71,7 @@
>  # >> build pre
>  export BUILD_TESTS=1
>  export MEEGO=1
> +unset LD_AS_NEEDED
>  # << build pre
>
>  %configure --disable-static
> @@ -108,6 +109,7 @@
>  %files
>  %defattr(-,root,root,-)
>  %{_bindir}/invoker
> +%{_libdir}/applauncherd/libapplauncherd.so
>  %{_bindir}/applauncherd.bin
>  %{_bindir}/applauncherd
>  %config %{_sysconfdir}/xdg/autostart/applauncherd.desktop
> @@ -118,27 +120,33 @@
>  %files devel
>  %defattr(-,root,root,-)
>  %{_libdir}/pkgconfig/meegotouch-boostable.pc
> +%{_libdir}/pkgconfig/qt-boostable.pc
>  %doc %{_docdir}/applauncherd/README
>  %{_datadir}/qt4/mkspecs/features/meegotouch-boostable.prf
> +%{_datadir}/qt4/mkspecs/features/qt-boostable.prf
>  # >> files devel
>  # << files devel
>
>  %files testapps
>  %defattr(-,root,root,-)
>  %{_bindir}/fala_ft_hello
> +%{_bindir}/fala_gettime_ms
> +%{_bindir}/fala_pixelchanged
> +%{_bindir}/fala_wl
> +%{_bindir}/fala_wl.launch
> +%{_bindir}/fala_wol
> +%{_bindir}/fala_wol.sh
> +%{_bindir}/fala_gettime
>  %{_bindir}/fala_status.launch
>  %{_bindir}/fala_ft_hello1
>  %{_bindir}/fala_ft_hello2
>  %{_bindir}/fala_ft_hello.launch
>  %{_bindir}/fala_ft_hello1.launch
>  %{_bindir}/fala_ft_hello2.launch
> -%{_bindir}/fala_ft_creds1
> -%{_bindir}/fala_ft_creds1.launch
> -%{_bindir}/fala_ft_creds2
> -%{_bindir}/fala_ft_creds2.launch
>  %{_bindir}/fala_testapp
>  %{_bindir}/fala_ft_themetest.launch
>  %{_bindir}/fala_ft_themetest
> +%{_bindir}/fala_windowid
>  %{_datadir}/themes/base/meegotouch/fala_ft_themetest/svg/baa.svg
>  %{_datadir}/dbus-1/services/com.nokia.fala_testapp.service
>  # >> files testapps
> @@ -146,10 +154,10 @@
>
>  %files tests
>  %defattr(-,root,root,-)
> -%{_datadir}/applauncherd-art-tests/tests.xml
> -%{_datadir}/applauncherd-bug-tests/tests.xml
> -%{_datadir}/applauncherd-functional-tests/tests.xml
> -%{_datadir}/applauncherd-performance-tests/tests.xml
> +%{_datadir}/applauncherd-M-art-tests/tests.xml
> +%{_datadir}/applauncherd-M-bug-tests/tests.xml
> +%{_datadir}/applauncherd-M-functional-tests/tests.xml
> +%{_datadir}/applauncherd-M-performance-tests/tests.xml
>  %{_datadir}/applauncherd-tests
>  %{_libdir}/applauncherd-tests/tests.xml
>  %{_libdir}/applauncherd-tests/ut_booster
> @@ -157,22 +165,43 @@
>  %{_libdir}/applauncherd-tests/ut_daemon
>  %{_libdir}/applauncherd-tests/ut_mbooster
>  %{_libdir}/applauncherd-tests/ut_qtbooster
> -%{_datadir}/applauncherd-testscripts/check_pipes.py
> -%{_datadir}/applauncherd-testscripts/check_pipes.pyc
> -%{_datadir}/applauncherd-testscripts/check_pipes.pyo
> -%{_datadir}/applauncherd-testscripts/fala_sf.py
> -%{_datadir}/applauncherd-testscripts/fala_sf.pyc
> -%{_datadir}/applauncherd-testscripts/fala_sf.pyo
> -%{_datadir}/applauncherd-testscripts/fala_sf.sh
> -%{_datadir}/applauncherd-testscripts/tc_theming.rb
> -%{_datadir}/applauncherd-testscripts/test-func-launcher.py
> -%{_datadir}/applauncherd-testscripts/test-func-launcher.pyc
> -%{_datadir}/applauncherd-testscripts/test-func-launcher.pyo
> -%{_datadir}/applauncherd-testscripts/test-perf-mbooster.py
> -%{_datadir}/applauncherd-testscripts/test-perf-mbooster.pyc
> -%{_datadir}/applauncherd-testscripts/test-perf-mbooster.pyo
> -%{_datadir}/applauncherd-testscripts/ts_prestartapp.rb
> +%{_libdir}/applauncherd-tests/ut_boosterfactory
> +%{_libdir}/applauncherd-tests/ut_wrtbooster
> +%{_datadir}/applauncherd-M-testscripts/check_pipes.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/check_pipes.pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/check_pipes.pyo
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.
> pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.
> pyo
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.sh
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.
> pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.
> pyo
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.sh
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt
> .pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt
> .pyo
> +%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt.sh
> +%{_datadir}/applauncherd-M-testscripts/tc_theming.rb
> +%{_datadir}/applauncherd-M-testscripts/test-func-launcher.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/test-func-launcher.pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/test-func-launcher.pyo
> +%{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.pyo
> +%{_datadir}/applauncherd-M-testscripts/ts_prestartapp.rb
> +%{_datadir}/applauncherd-M-testscripts/fala_wid
> +%{_datadir}/applauncherd-M-testscripts/fala_xres_wl
> +%{_datadir}/applauncherd-M-testscripts/fala_xres_wol
> +%{_datadir}/applauncherd-M-testscripts/test-perf.rb
> +%{_datadir}/applauncherd-M-testscripts/utils.py
> +%exclude %{_datadir}/applauncherd-M-testscripts/utils.pyc
> +%exclude %{_datadir}/applauncherd-M-testscripts/utils.pyo
>  %{_datadir}/themes/base/meegotouch/fala_ft_themetest/style/fala_ft_them
> etest.css
> +%{_datadir}/applications/fala_wl.desktop
> +%{_datadir}/applications/fala_wol.desktop
> +%{_datadir}/dbus-1/services/com.nokia.fala_wl.service
> +%{_datadir}/dbus-1/services/com.nokia.fala_wol.service
>  # >> files tests
>  # << files tests
>
>
> other changes:
> --------------
>
> ++++++ meegotouch-applauncherd-0.12.1.tar.bz2 ->
> meegotouch-applauncherd-0.15.10.tar.bz2
> 20021 lines of diff (skipped)
>
> ++++++ meegotouch-applauncherd.yaml
> --- meegotouch-applauncherd.yaml
> +++ meegotouch-applauncherd.yaml
> @@ -1,6 +1,6 @@
>  Name: meegotouch-applauncherd
>  Summary: Application launcher for fast startup
> -Version: 0.12.1
> +Version: 0.15.10
>  Release: 1
>  Group: System/Daemons
>  License: LGPLv2+
> @@ -8,14 +8,17 @@
>  Sources:
>      - "%{name}-%{version}.tar.bz2"
>  Patches:
> -    - "0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch"
> -    - "0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch"
>  Description: |
>      Application invoker and launcher daemon that speed up
>      application startup time.
>  PkgConfigBR:
>      - QtCore
>      - meegotouch
> +    - x11
> +    - xtst
> +    - xextproto
> +    - xi
> +    - xext
>  PkgBR:
>      - cmake
>  Builder: make
> @@ -28,8 +31,11 @@
>           using meegotouch-applauncherd.
>        Files:
>          - "%{_libdir}/pkgconfig/meegotouch-boostable.pc"
> +        - "%{_libdir}/pkgconfig/qt-boostable.pc"
>          - "%doc %{_docdir}/applauncherd/README"
>          - "%{_datadir}/qt4/mkspecs/features/meegotouch-boostable.prf"
> +        - "%{_datadir}/qt4/mkspecs/features/qt-boostable.prf"
> +
>      - Name: testapps
>        Group: Development/Tools
>        Summary: Test applications for launchable applications
> @@ -37,21 +43,26 @@
>           Test applications used for testing meegotouch-applauncherd.
>        Files:
>          - "%{_bindir}/fala_ft_hello"
> +        - "%{_bindir}/fala_gettime_ms"
> +        - "%{_bindir}/fala_pixelchanged"
> +        - "%{_bindir}/fala_wl"
> +        - "%{_bindir}/fala_wl.launch"
> +        - "%{_bindir}/fala_wol"
> +        - "%{_bindir}/fala_wol.sh"
> +        - "%{_bindir}/fala_gettime"
>          - "%{_bindir}/fala_status.launch"
>          - "%{_bindir}/fala_ft_hello1"
>          - "%{_bindir}/fala_ft_hello2"
>          - "%{_bindir}/fala_ft_hello.launch"
>          - "%{_bindir}/fala_ft_hello1.launch"
>          - "%{_bindir}/fala_ft_hello2.launch"
> -        - "%{_bindir}/fala_ft_creds1"
> -        - "%{_bindir}/fala_ft_creds1.launch"
> -        - "%{_bindir}/fala_ft_creds2"
> -        - "%{_bindir}/fala_ft_creds2.launch"
>          - "%{_bindir}/fala_testapp"
>          - "%{_bindir}/fala_ft_themetest.launch"
>          - "%{_bindir}/fala_ft_themetest"
> +        - "%{_bindir}/fala_windowid"
>          -
> "%{_datadir}/themes/base/meegotouch/fala_ft_themetest/svg/baa.svg"
>          - "%{_datadir}/dbus-1/services/com.nokia.fala_testapp.service"
> +
>      - Name: tests
>        Group: Development/Tools
>        Summary: Test scripts for launchable applications
> @@ -59,10 +70,10 @@
>           Test scripts used for testing meegotouch-applauncherd.
>        Requires: "%{name}-testapps = %{version}-%{release}"
>        Files:
> -      - "%{_datadir}/applauncherd-art-tests/tests.xml"
> -      - "%{_datadir}/applauncherd-bug-tests/tests.xml"
> -      - "%{_datadir}/applauncherd-functional-tests/tests.xml"
> -      - "%{_datadir}/applauncherd-performance-tests/tests.xml"
> +      - "%{_datadir}/applauncherd-M-art-tests/tests.xml"
> +      - "%{_datadir}/applauncherd-M-bug-tests/tests.xml"
> +      - "%{_datadir}/applauncherd-M-functional-tests/tests.xml"
> +      - "%{_datadir}/applauncherd-M-performance-tests/tests.xml"
>        - "%{_datadir}/applauncherd-tests"
>        - "%{_libdir}/applauncherd-tests/tests.xml"
>        - "%{_libdir}/applauncherd-tests/ut_booster"
> @@ -70,25 +81,47 @@
>        - "%{_libdir}/applauncherd-tests/ut_daemon"
>        - "%{_libdir}/applauncherd-tests/ut_mbooster"
>        - "%{_libdir}/applauncherd-tests/ut_qtbooster"
> -      - "%{_datadir}/applauncherd-testscripts/check_pipes.py"
> -      - "%{_datadir}/applauncherd-testscripts/check_pipes.pyc"
> -      - "%{_datadir}/applauncherd-testscripts/check_pipes.pyo"
> -      - "%{_datadir}/applauncherd-testscripts/fala_sf.py"
> -      - "%{_datadir}/applauncherd-testscripts/fala_sf.pyc"
> -      - "%{_datadir}/applauncherd-testscripts/fala_sf.pyo"
> -      - "%{_datadir}/applauncherd-testscripts/fala_sf.sh"
> -      - "%{_datadir}/applauncherd-testscripts/tc_theming.rb"
> -      - "%{_datadir}/applauncherd-testscripts/test-func-launcher.py"
> -      - "%{_datadir}/applauncherd-testscripts/test-func-launcher.pyc"
> -      - "%{_datadir}/applauncherd-testscripts/test-func-launcher.pyo"
> -      - "%{_datadir}/applauncherd-testscripts/test-perf-mbooster.py"
> -      - "%{_datadir}/applauncherd-testscripts/test-perf-mbooster.pyc"
> -      - "%{_datadir}/applauncherd-testscripts/test-perf-mbooster.pyo"
> -      - "%{_datadir}/applauncherd-testscripts/ts_prestartapp.rb"
> +      - "%{_libdir}/applauncherd-tests/ut_boosterfactory"
> +      - "%{_libdir}/applauncherd-tests/ut_wrtbooster"
> +      - "%{_datadir}/applauncherd-M-testscripts/check_pipes.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/check_pipes.pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/check_pipes.pyo"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.
> pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.
> pyo"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_m.sh"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.
> pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.
> pyo"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_qt.sh"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt
> .pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt
> .pyo"
> +      -
> "%{_datadir}/applauncherd-M-testscripts/signal-forward/fala_sf_wrt.sh"
> +      - "%{_datadir}/applauncherd-M-testscripts/tc_theming.rb"
> +      - "%{_datadir}/applauncherd-M-testscripts/test-func-launcher.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/test-func-launcher.pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/test-func-launcher.pyo"
> +      - "%{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.py"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.pyc"
> +      -
> "%exclude %{_datadir}/applauncherd-M-testscripts/test-perf-mbooster.pyo"
> +      - "%{_datadir}/applauncherd-M-testscripts/ts_prestartapp.rb"
> +      - "%{_datadir}/applauncherd-M-testscripts/fala_wid"
> +      - "%{_datadir}/applauncherd-M-testscripts/fala_xres_wl"
> +      - "%{_datadir}/applauncherd-M-testscripts/fala_xres_wol"
> +      - "%{_datadir}/applauncherd-M-testscripts/test-perf.rb"
> +      - "%{_datadir}/applauncherd-M-testscripts/utils.py"
> +      - "%exclude %{_datadir}/applauncherd-M-testscripts/utils.pyc"
> +      - "%exclude %{_datadir}/applauncherd-M-testscripts/utils.pyo"
>        -
> "%{_datadir}/themes/base/meegotouch/fala_ft_themetest/style/fala_ft_them
> etest.css"
> -
> +      - "%{_datadir}/applications/fala_wl.desktop"
> +      - "%{_datadir}/applications/fala_wol.desktop"
> +      - "%{_datadir}/dbus-1/services/com.nokia.fala_wl.service"
> +      - "%{_datadir}/dbus-1/services/com.nokia.fala_wol.service"
>  Files:
>      - "%{_bindir}/invoker"
> +    - "%{_libdir}/applauncherd/libapplauncherd.so"
>      - "%{_bindir}/applauncherd.bin"
>      - "%{_bindir}/applauncherd"
>      - "%config %{_sysconfdir}/xdg/autostart/applauncherd.desktop"
> +
>
> ++++++ deleted files:
> --- 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
> --- 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
>
> _______________________________________________
> 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