I have made the following changes intended for : CE:UX:MTF / quillimagefilter
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/2665 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2665: Messages from BOSS: None State: new 2011-10-24T17:56:48 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 / quillimagefilter -> CE:UX:MTF / quillimagefilter Index: quillimagefilter.spec =================================================================== --- quillimagefilter.spec (revision 0) +++ quillimagefilter.spec (revision 2) @@ -0,0 +1,112 @@ +Name: quillimagefilter +Version: 3.9.0 +Release: 0 +Summary: Qt based library for individual image processing operations +Group: System/Libraries +License: LGPLv2 +URL: http://maemo.gitorious.org/meego-image-editor/quillimagefilters +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtGui) +BuildRequires: libjpeg-devel +BuildRequires: libquillmetadata-devel >= 3.9.0 +# BuildRequires: doxygen +# BuildRequires: graphviz + +%description +A Qt based library which contains individual image loading, processing +and saving operations optimized for mobile devices. Operations are +used by libquill but can be also used directly if the high-level +engine framework of libquill is not desired. +%files +%defattr(-,root,root,-) +%{_libdir}/*.so.* +%{_libdir}/qt4/plugins/quillimagefilters/*.so +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%package devel +Summary: Qt based image processing library - development headers +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +A Qt based library which contains individual image loading, processing +and saving operations optimized for mobile devices. Operations are +used by libquill but can be also used directly if the high-level +engine framework of libquill is not desired. + +This package includes the development headers. +%files devel +%defattr(-,root,root,-) +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/quillimagefilter.pc +%{_datadir}/qt4/mkspecs/features/quillimagefilter.prf + +# %package doc +# Summary: Qt based image processing library - documentation +# Group: System/Libraries +# %description doc +# A Qt based library which contains individual image loading, processing +# and saving operations optimized for mobile devices. Operations are +# used by libquill but can be also used directly if the high-level +# engine framework of libquill is not desired. +# +# This package includes the documentation. +# %files doc +# %defattr(-,root,root,-) +# %doc %{_datadir}/doc/quillimagefilter-doc/* + +%package benchmark +Summary: Qt based image processing library - benchmark +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description benchmark +A Qt based library which contains individual image loading, processing +and saving operations optimized for mobile devices. Operations are +used by libquill but can be also used directly if the high-level +engine framework of libquill is not desired. + +This package includes the benchmark. +%files benchmark +%defattr(-,root,root,-) +%{_libdir}/quillimagefilter-benchmark/ +%{_datadir}/quillimagefilter-benchmark/ + +%package tests +Summary: Qt based image processing library - unit tests +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: testrunner-lite +%description tests +A Qt based library which contains individual image loading, processing +and saving operations optimized for mobile devices. Operations are +used by libquill but can be also used directly if the high-level +engine framework of libquill is not desired. + +This package includes the unit tests. +%files tests +%defattr(-,root,root,-) +%{_libdir}/quillimagefilter-tests/* +%{_datadir}/quillimagefilter-tests/* + +%prep +%setup -q + +%build +# Linking fails with LD_AS_NEEDED +unset LD_AS_NEEDED +qmake COV_OPTION=off +make +# make doc + +%install +rm -rf %{buildroot} +make install INSTALL_ROOT=%{buildroot} + +# Install documentation +# mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-doc/ +# mv %{buildroot}/quillimagefilter-doc/* %{buildroot}/%{_datadir}/doc/%{name}-doc/ + +%clean +rm -rf %{buildroot} Index: quillimagefilter-3.9.0.tar.bz2 =================================================================== Binary file quillimagefilter-3.9.0.tar.bz2 added Index: quillimagefilter.changes =================================================================== --- quillimagefilter.changes (revision 0) +++ quillimagefilter.changes (revision 2) @@ -0,0 +1,14 @@ +* Tue Oct 04 2011 Marko Saukko <[email protected]> - 3.9.0 +- Disabled documentation. + +* Mon Jan 10 2011 Teemu Hukkanen <[email protected]> - 3.9.0 +- update quillimagefilter to 3.9.0 (BMC#12598) +- New upstream version. +- Re-organise the sub-packages to coherent sections (same content, + different order) +- Fold long descriptions. +- Clean up BuildRequires. +- Unset LD_AS_NEEDED, linking a test case fails with it. + +* Fri Oct 15 2010 Maitrey Mishra <[email protected]> - 3.8.0 +- Initial version
