Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Meego:Tablet
libqttracker
libqttracker.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libqttracker.spec of Package libqttracker
#norootforbuild Name: libqttracker Summary: Qt bindings for the Tracker media indexing infrastructure Version: 6.12.6 Release: 1 Group: System/Libraries License: LGPLv2 URL: http://maemo.gitorious.org/maemo-af/libqttracker Source0: %{name}-%{version}.tar.bz2 #PATCH-FIX-UPSTREAM imported from repo.meego.com Patch0: libqttracker-6.8.4-build_subdirs_in_order.patch #PATCH-FIX-UPSTREAM imported from repo.meego.com Patch1: libqttracker-6.8.4-disable-testhelper.patch #PATCH-FIX-UPSTREAM imported from repo.meego.com Patch2: libqttracker-6.12.1-fixing-make-install.patch #PATCH-FIX-UPSTREAM imported from repo.meego.com Patch3: libqttracker-6.12.1-Fix-for-tests.xml.patch Requires: %{name} >= %{version} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(QtCore) BuildRequires: pkgconfig(QtSparql) BuildRequires: pkgconfig(uuid) BuildRequires: doxygen BuildRequires: tracker >= 0.7.0 BuildRequires: fdupes %description Qt Tracker is a Qt client library for accessing Tracker. %package devel Summary: Qt Tracker development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the files necessary to develop Qt applications that use Tracker for discovering media on a device and extracting media metadata. %package doc Summary: Qt Tracker documentation Group: Documentation BuildArch: noarch Requires: %{name} = %{version}-%{release} %description doc This package contains the documentation for Qt Tracker. %package tests Summary: Qt Tracker testsuite Group: System/X11 Requires: %{name} = %{version}-%{release} Requires: libqtsparql-tracker-direct %description tests This package contains the testsuite for Qt Tracker. %prep %setup -q -n %{name}-%{version} # libqttracker-6.8.4-build_subdirs_in_order.patch %patch0 -p1 # libqttracker-6.8.4-disable-testhelper.patch %patch1 -p1 # libqttracker-6.12.1-fixing-make-install.patch %patch2 -p1 # libqttracker-6.12.1-Fix-for-tests.xml.patch %patch3 -p1 %build %qmake make %{?jobs:-j%jobs} make doc %install %qmake_install sed -i 's,-L/home/abuild/[^ ]*,,' %{buildroot}/%{_libdir}/pkgconfig/*.pc mv %{buildroot}/%{_datadir}/libqttracker-tests %{buildroot}/%{_libdir}/libqttracker-tests chmod 755 %{buildroot}/%{_libdir}/libqttracker-tests/benchmarking/runall.py %fdupes %{buildroot}/%{_includedir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libqttracker.so.* %files devel %defattr(-,root,root,-) %{_libdir}/libqttracker.so %{_libdir}/libqttracker.prl %{_libdir}/pkgconfig/qttracker.pc %{_includedir}/QtTracker %files doc %defattr(-,root,root,-) %doc %{_datadir}/doc/libqttracker-doc/ %files tests %defattr(-,root,root,-) %{_bindir}/mafwsuite %{_bindir}/qttracker-util-tests %{_bindir}/qttracker-perf-tests %{_bindir}/qttracker-unit-tests %{_libdir}/libqttracker-tests/ %changelog * Thu Mar 3 2011 Fathi Boudra <fathi.boudra@nokia.com> - 6.12.6 - Use PkgConfigBR QtSparql instead of PkgConfig libqtsparl-devel - Use qmake builder - Move documentation in its own package - Fix libqttracker-6.12.1-fixing-make-install.patch to avoid invalid character under windows filesystem (BMC#13328) * Mon Dec 27 2010 Maitrey Mishra <ext-maitrey.mishra@nokia.com> - 6.12.6 - BMC-12326 - Refactor libqttracker test suites for increasing reliability - Memory leaks when adding SMS messages - Signals for inserted, removed or updated videos aren't emitted - [browser-blocker] Hang in SopranoLive::SequenceOperation::waitForStarted - call-ui is leaking memory during NFT-call tests - Slow streaming query performance * Mon Dec 13 2010 Maitrey Mishra <ext-maitrey.mishra@nokia.com> - 6.12.4 - Update to upstream, fixes BMC - 11087 - libqttracker doesn't support INSERT/DELETE SILENT - Not possible to create a "FILTER( false )" in output - <MemLeak> small memory leaks after open / close image - nfo::fileSize returns 0 for large files - call-ui locks up when tracker-store crashes - libqttracker is built without optimizations - Massive leak in SopranoLive::BackEnds::Tracker::TrackerService::getRDFGraphCache() * Tue Nov 30 2010 Maitrey Mishra <ext-maitrey.mishra@nokia.com> - 6.12.1 - Update to upstream, fixes BMC - 10666 - Adds query sequencer to tracker backend - Qttracker does not support EXISTS for limited type verification in queries - mafwbackend implicit browse cancel fix - Qmafw-gui crashes when exited during non-completed YouTube browse. - libqttracker-tests depend on testrunner instead of testrunner-lite - Adds RDFVariable::exists and ::notExists - mafwbackend serviceIri and some cleanup - Returns localDebug, localWarning and localCritical temporarily * Tue Sep 7 2010 Fathi Boudra <fathi.boudra@nokia.com> - 6.11.0 - Ship Qt Tracker testsuite in his own package (libqttracker-tests) - Various cleanup in the packaging * Tue Aug 24 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 6.11.0 - Bump version * Mon Jul 26 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.10.0 - Update to release tag 1pre6.10.0 - Change qmake-qt4 to qmake in spec file * Fri Jul 9 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.9.8 - Update to release tag 1pre6.9.8+1 * Fri Jul 9 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.9.2 - Fix compile issues, add top level Makefile * Tue Jun 1 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.9.2 - Update to release 6.9.2 (tag 1pre6.9.2) to resolve BMC #2293 * Tue May 25 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.9.0 - Update to release 6.9.0 - Remove LD_AS_NEEDED * Thu May 20 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.8.4 - Update to release 6.8.4 - Fix an rpmlint error with the generated pkgconfig file * Fri Apr 30 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.7.0 - Remove qHash definition, use new definition in Qt 4.7 * Wed Apr 28 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 6.7.0 - Release 6.7.0 - Update specfile to use spectacle * Fri Feb 26 2010 Rusty Lynch <rusty.lynch@intel.com> - 6.5.0 - release 6.5.0 - Patch: Revert-Making-it-possible-to-use-the-library-with-q.patch * Fri Feb 26 2010 Rusty Lynch <rusty.lynch@intel.com> - 6.4.2 - release 6.4.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor