I have made the following changes intended for :
  CE:UX:MTF / libquillmetadata

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/2657

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2657:

Messages from BOSS:
  None

State:   new          2011-10-24T17:36: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 / libquillmetadata -> CE:UX:MTF / libquillmetadata
  Index: libquillmetadata-3.9.0.tar.bz2
===================================================================
Binary file libquillmetadata-3.9.0.tar.bz2 added
Index: libquillmetadata.spec
===================================================================
--- libquillmetadata.spec (revision 0)
+++ libquillmetadata.spec (revision 2)
@@ -0,0 +1,94 @@
+Name: libquillmetadata
+Version: 3.9.0
+Release: 0
+Summary: Qt based library for still image metadata manipulation
+Group: System/Libraries
+License: LGPLv2
+URL: http://maemo.gitorious.org/meego-image-editor/quillmetadata
+Source0: %{name}-%{version}.tar.bz2
+# BuildRequires: doxygen
+BuildRequires: pkgconfig(QtCore)
+BuildRequires: pkgconfig(QtGui)
+BuildRequires: pkgconfig(libexif)
+BuildRequires: fdupes
+BuildRequires: libjpeg-devel
+BuildRequires: pkgconfig(exempi-2.0)
+# BuildRequires: graphviz
+
+%description
+A Qt based library which can access and edit Exif, XMP and IPTC
+metadata for still images (currently only JPEG format), offering
+transparent reconciliation between different metadata representations.
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libquillmetadata*.so.*
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%package devel
+Summary: Qt based library for still image metadata manipulation - development 
headers
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+%description devel
+A Qt based library which can access and edit Exif, XMP and IPTC
+metadata for still images (currently only JPEG format), offering
+transparent reconciliation between different metadata representations.
+
+This package includes the development headers.
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/quillmetadata.pc
+%{_includedir}/qt4/quillmetadata/*
+%{_libdir}/libquillmetadata.so
+%{_datadir}/qt4/mkspecs/features/quillmetadata.prf
+
+# %package doc
+# Summary: Qt based library for still image metadata manipulation - 
documentation
+# Group: System/Libraries
+# %description doc
+# A Qt based library which can access and edit Exif, XMP and IPTC
+# metadata for still images (currently only JPEG format), offering
+# transparent reconciliation between different metadata representations.
+# 
+# This package includes the documentation.
+# %files doc
+# %defattr(-,root,root,-)
+# %doc %{_datadir}/doc/libquillmetadata-doc/*  
+
+%package tests
+Summary: Qt based library for still image metadata manipulation - unit tests
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}, testrunner-lite
+%description tests
+A Qt based library which can access and edit Exif, XMP and IPTC
+metadata for still images (currently only JPEG format), offering
+transparent reconciliation between different metadata representations.
+
+This package includes the unit tests.
+%files tests
+%defattr(-,root,root,-)
+%{_libdir}/libquillmetadata-tests/*
+%{_datadir}/libquillmetadata-tests/*
+
+%prep
+%setup
+
+%build
+qmake
+make
+# make doc
+
+%install
+rm -rf %{buildroot}
+make install INSTALL_ROOT=%{buildroot}
+%fdupes %{buildroot}/%{_libdir}
+
+# Install documentation
+# mkdir -p %{buildroot}/%{_datadir}/doc/libquillmetadata-doc/
+# mv %{buildroot}/quillmetadata-doc/* 
%{buildroot}/%{_datadir}/doc/libquillmetadata-doc/
+
+# Remove duplicate pkgconfig file
+rm %{buildroot}/%{_libdir}/quillmetadata.pc
+
+%clean
+rm -rf %{buildroot}
Index: libquillmetadata.changes
===================================================================
--- libquillmetadata.changes (revision 0)
+++ libquillmetadata.changes (revision 2)
@@ -0,0 +1,15 @@
+* Tue Oct 04 2011 Marko Saukko <[email protected]> - 3.9.0
+- Removed documentation.
+
+* Mon Jan 10 2011 Teemu Hukkanen <[email protected]> - 3.9.0
+- update libquillmetadata to 3.9.0 (BMC#12597)
+- Fix broken packaging.
+- Remove duplicate library package libquillmetadata-libquillmetadata1
+- Update build dependency for the test binary package.
+- Fold the long description.
+- Re-organise the sub-packages to coherent sections (same content,
+  different order)
+
+* Tue Oct 15 2010 Maitrey Mishra <[email protected]> - 3.8.0  
+- Initial first version 
+



Reply via email to