I have made the following changes intended for : CE:UX:MTF / libquill 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/2666 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2666: Messages from BOSS: None State: new 2011-10-24T18:04:25 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 / libquill -> CE:UX:MTF / libquill Index: libquill.spec =================================================================== --- libquill.spec (revision 0) +++ libquill.spec (revision 2) @@ -0,0 +1,103 @@ +Name: libquill +Version: 3.9.0 +Release: 0 +Summary: Qt based engine for mobile image processing applications +Group: System/Libraries +License: LGPLv2 +Source: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: quillimagefilter-devel >= 3.9.0 +BuildRequires: libquillmetadata-devel >= 3.9.0 +BuildRequires: pkgconfig(libexif) +BuildRequires: pkgconfig(exempi-2.0) +#BuildRequires: doxygen +#BuildRequires: graphviz +BuildRequires: fdupes + +%description +A high-level, Qt-based engine for building image viewing and editing +applications especially for mobile devices. It provides optimized +image loading and handling, fast response times for previewing images, +memory-optimized handling of large images, transparent thumbnail +handling and non-destructive editing. + +%files +%defattr(-,root,root,-) +%{_libdir}/%{name}*.so.* +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%package devel +Summary: Development headers for libquill +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +%{summary} +%files devel +%defattr(-,root,root,-) +%{_includedir}/qt4/quill/ +%{_libdir}/%{name}*.so +%{_libdir}/pkgconfig/* +%{_datadir}/qt4/mkspecs/features/quill.prf + +# %package doc +# Summary: Documentation for libquill +# Group: System/Libraries +# %description doc +# %{summary}. +# %files doc +# %defattr(-,root,root,-) +# %doc %{_datadir}/doc/%{name}/html/ + +%package tests +Summary: Unit tests for libquill +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: testrunner-lite +%description tests +%{summary}. +%files tests +%defattr(-,root,root,-) +%{_libdir}/libunittests-quill*.so* +%{_libdir}/libquill-tests/* +%{_datadir}/libquill-tests/* +%post tests -p /sbin/ldconfig +%postun tests -p /sbin/ldconfig + +%package -n quill-utils +Requires: %{name} = %{version}-%{release} +Summary: Small independent utilities to support libquill use +Group: Development/Tools +%description -n quill-utils +%{summary}. +%files -n quill-utils +%defattr(-,root,root,-) +%{_libdir}/quill-utils/quill-autoclean + +%prep +%setup -q + +%build +%qmake +make all +# make doc + +%install +rm -rf %{buildroot} +%make_install + +# Install documentation +# mkdir -p %{buildroot}/%{_datadir}/doc/%{name}/html +# mv %{buildroot}/quill-doc/* %{buildroot}/%{_datadir}/doc/%{name}/html +%fdupes %{buildroot}/%{_libdir}/ + +# Remove duplicate pkgconfig file +rm %{buildroot}/%{_libdir}/quill.pc + +# Remove development library for tests, it's not meant for use outside +# the quill unit tests +rm %{buildroot}/%{_libdir}/libunittests-quill.so + +%clean +rm -rf %{buildroot} Index: libquill.changes =================================================================== --- libquill.changes (revision 0) +++ libquill.changes (revision 2) @@ -0,0 +1,14 @@ +* Tue Oct 04 2011 Marko Saukko <[email protected]> - 3.9.0 +- Disabled documentation. + +* Tue Jan 11 2011 Teemu Hukkanen <[email protected]> - 3.9.0 +- update libquill to 3.9.0 (BMC#12596) +- Fix broken packaging. +- Remove the libquill-libquill1 package, as it includes duplicate + libraries. +- Re-organise the sub-packages to coherent sections (same content, + different order) +- Fold long descriptions. + +* Fri Oct 15 2010 Maitrey Mishra <[email protected]> - 3.8.0 +- Initial first version Index: libquill-3.9.0.tar.bz2 =================================================================== Binary file libquill-3.9.0.tar.bz2 added
