I have made the following changes intended for : CE:UX:MTF / libthumbnailer
Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below https://build.pub.meego.com/request/show/2730 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2730: Messages from BOSS: None State: new 2011-10-24T21:02:29 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_UX_MTF_armv7hl found. accepted on No date Changes: submit: Project:MTF / libthumbnailer -> CE:UX:MTF / libthumbnailer Index: libthumbnailer.spec =================================================================== --- libthumbnailer.spec (revision 0) +++ libthumbnailer.spec (revision 1) @@ -0,0 +1,139 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: libthumbnailer +Summary: Qt bindings for freedesktop.org thumbnails +Version: 0.1.20 +Release: 1 +Group: System/Libraries +License: LGPLv2 +URL: http://meego.gitorious.org/maemo-af/libthumbnailer +Source0: %{name}-%{version}.tar.gz +Source100: libthumbnailer.yaml +Patch0: libthumbnailer-0.1.6-fix-doc-path.patch +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: doxygen +BuildRequires: fdupes + + +%description +Qt bindings for freedesktop.org thumbnails. +documentation. + + + +%package func-tests +Summary: Package contains functional tests for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description func-tests +This package contains the functional tests of libthumbnailer library. + +%package tests +Summary: Package contains unit tests for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description tests +This package contains the unit tests of libthumbnailer library. + +%package devel +Summary: Development package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig(QtCore) + +%description devel +This package contains the files necessary to build Qt applications +using libthumbnailer library. + + + +%prep +%setup -q -n %{name}-%{version} + +# libthumbnailer-0.1.6-fix-doc-path.patch +%patch0 -p1 +# >> setup +# << setup + +%build +# >> build pre +touch tests/thumbnailer-unit-tests/tests.xml +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +make doc +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +mv %{buildroot}/%{_datadir}/libthumbnailer0-tests %{buildroot}/%{_datadir}/libthumbnailer +%fdupes %{buildroot}/%{_datadir}/libthumbnailer0-func-tests/ +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%{_libdir}/%{name}.so.* +# << files + + +%files func-tests +%defattr(-,root,root,-) +# >> files func-tests +%{_bindir}/thumbnailertest-func +%{_datadir}/libthumbnailer0-func-tests/*.jpeg +%{_datadir}/libthumbnailer0-func-tests/*.png +%{_datadir}/libthumbnailer0-func-tests/*.avi +%{_datadir}/libthumbnailer0-func-tests/*.3gp +# << files func-tests + +%files tests +%defattr(-,root,root,-) +# >> files tests +%{_bindir}/thumbnailertest-unit +%{_datadir}/libthumbnailer/tests.xml +# << files tests + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_libdir}/%{name}.so +%{_includedir}/thumbnailer/* +%{_datadir}/qt4/mkspecs/features/thumbnailer_install.prf +%{_datadir}/doc/libthumbnailer/* +# << files devel + Index: libthumbnailer.changes =================================================================== --- libthumbnailer.changes (revision 0) +++ libthumbnailer.changes (revision 1) @@ -0,0 +1,24 @@ +* Sun Sep 25 2011 Marko Saukko <[email protected]> - 0.1.20 +- Updated to latest upstream version 0.1.20 +- Added .yaml for spectacle. + +* Thu May 19 2011 Maitrey Mishra <[email protected]> - 0.1.12 +- Update to upstream Fixes BMC#18110 +- Fixes Thumbnails are not displayed in ShareUI and TransferUI +- Fixes COREWEB: duicontrolpanel.launch 'Thumbnails::ThumbnailerPrivate::processServiceRequest Thumbnails::ThumbnailerPrivate::timerEvent QObject::event QApplicationPrivate::notify_helper QApplication::notify +- Fixes Arithmetic exception caused by Thumbnailer + +* Fri Apr 29 2011 Maitrey Mishra <[email protected]> - 0.1.9 +- BMC#15070 Libthumbnailer sometimes causes wallpapereditr crash +- COREWEB: duicontrolpanel.launch 'Thumbnails::ThumbnailerPrivate::processServiceRequest Thumbnails::ThumbnailerPrivate::timerEvent QObject::event QApplicationPrivate::notify_helper QApplication::notify' +- Stop the timer when canceling requests +- Thumbnail of image is not displayed when image?s title contains special character (e.g. #, %, $) +- libthumbnailer: package not built with compiler optimizations + +* Thu Sep 23 2010 Jean-Luc Lamadon <[email protected]> - 0.1.6 +- added patch libthumbnailer-0.1.6-fix-doc-path.patch to fix doc path + +* Mon Sep 13 2010 Maitrey Mishra <[email protected]> - 0.1.6 +- Initial import tag 1.0.6 +- libthumbnailer packaging needed for MeeGo Handset (BMC#6652) + Index: libthumbnailer-0.1.20.tar.gz =================================================================== Binary file libthumbnailer-0.1.20.tar.gz added Index: libthumbnailer-0.1.6-fix-doc-path.patch =================================================================== --- libthumbnailer-0.1.6-fix-doc-path.patch (revision 0) +++ libthumbnailer-0.1.6-fix-doc-path.patch (revision 1) @@ -0,0 +1,12 @@ +diff -Naur libthumbnailer-0.1.6/doc/doc.pri libthumbnailer-0.1.6-new/doc/doc.pri +--- libthumbnailer-0.1.6/doc/doc.pri 2010-09-20 12:44:17.000000000 +0300 ++++ libthumbnailer-0.1.6-new/doc/doc.pri 2010-09-20 19:56:09.000000000 +0300 +@@ -8,7 +8,7 @@ + + # Install rules + htmldocs_install.files = $${OUT_PWD}/doc/html/ +-htmldocs_install.path = $$PREFIX/share/doc/lib$${LIBRARYNAME_LC}0 ++htmldocs_install.path = $$PREFIX/share/doc/lib$${LIBRARYNAME_LC} + htmldocs_install.CONFIG += no_check_exist + + INSTALLS += htmldocs_install Index: libthumbnailer.yaml =================================================================== --- libthumbnailer.yaml (revision 0) +++ libthumbnailer.yaml (revision 1) @@ -0,0 +1,43 @@ +Name: libthumbnailer +Summary: Qt bindings for freedesktop.org thumbnails +Version: 0.1.20 +Release: 1 +Group: System/Libraries +License: LGPLv2 +URL: http://meego.gitorious.org/maemo-af/libthumbnailer +Sources: + - "%{name}-%{version}.tar.gz" +Patches: + - libthumbnailer-0.1.6-fix-doc-path.patch +Description: | + Qt bindings for freedesktop.org thumbnails. + documentation. + +PkgBR: + - doxygen + - fdupes +PkgConfigBR: + - QtCore + - dbus-1 +Configure: none +Builder: qmake +SubPackages: + - Name: func-tests + Summary: Package contains functional tests for %{name} + Group: Development/Libraries + Description: This package contains the functional tests of libthumbnailer library. + + - Name: tests + Summary: Package contains unit tests for %{name} + Group: Development/Libraries + Description: This package contains the unit tests of libthumbnailer library. + + - Name: devel + Summary: Development package for %{name} + Group: Development/Libraries + Description: | + This package contains the files necessary to build Qt applications + using libthumbnailer library. + Requires: + - pkgconfig(QtCore) +
