Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 684698 Details for
Bug 902549
Various tracker packaging fixes/improvements
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Various packaging fixes/improvements
0001-Build-with-XPS-support-fix-building-with-GNOME-keyri.patch (text/plain), 5.17 KB, created by
Ville Skyttä
on 2013-01-21 22:29:42 UTC
(
hide
)
Description:
Various packaging fixes/improvements
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2013-01-21 22:29:42 UTC
Size:
5.17 KB
patch
obsolete
>From 58a6236950ab05922930b0175e0630d1c8b1d4e6 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Tue, 22 Jan 2013 00:28:46 +0200 >Subject: [PATCH] Build with XPS support, fix building with GNOME keyring > support. > >- Be explicit about unicode=libunistring and disabling Qt. >- Description spelling fixes. >- Fix bogus %changelog dates. >--- > tracker.spec | 28 ++++++++++++++++++---------- > 1 file changed, 18 insertions(+), 10 deletions(-) > >diff --git a/tracker.spec b/tracker.spec >index f4715af..b0c6509 100644 >--- a/tracker.spec >+++ b/tracker.spec >@@ -1,7 +1,7 @@ > Summary: Desktop-neutral search tool and indexer > Name: tracker > Version: 0.14.4 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://projects.gnome.org/tracker/ >@@ -11,7 +11,7 @@ Source0: http://download.gnome.org/sources/tracker/0.14/%{name}-%{version}.tar.x > # https://bugzilla.redhat.com/show_bug.cgi?id=771601 > Patch1: tracker-0.14.2-onlyshowin.patch > >-BuildRequires: poppler-glib-devel libxml2-devel libgsf-devel >+BuildRequires: poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel > BuildRequires: libuuid-devel dbus-glib-devel > BuildRequires: nautilus-devel > BuildRequires: libjpeg-devel libexif-devel exempi-devel >@@ -19,7 +19,7 @@ BuildRequires: libiptcdata-devel libtiff-devel libpng-devel giflib-devel > BuildRequires: sqlite-devel vala-devel libgee06-devel > BuildRequires: gstreamer-plugins-base-devel gstreamer-devel > BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel enca-devel >-BuildRequires: upower-devel gnome-keyring-devel NetworkManager-glib-devel >+BuildRequires: upower-devel libgnome-keyring-devel NetworkManager-glib-devel > BuildRequires: libunistring-devel gupnp-dlna-devel taglib-devel rest-devel > BuildRequires: libosinfo-devel libcue-devel > BuildRequires: firefox thunderbird >@@ -35,7 +35,7 @@ Tracker is a powerful desktop-neutral first class object database, > tag/metadata database, search tool and indexer. > > It consists of a common object database that allows entities to have an >-almost infinte number of properties, metadata (both embedded/harvested as >+almost infinite number of properties, metadata (both embedded/harvested as > well as user definable), a comprehensive database of keywords/tags and > links to other entities. > >@@ -91,7 +91,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} > > %description nautilus-plugin > Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform >-search in nuautilus using tracker is built-in directly in the nautilus package. >+search in nautilus using tracker is built-in directly in the nautilus package. > > %package miner-flickr > Summary: Tracker's Flickr data miner >@@ -134,6 +134,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure > --enable-gtk-doc \ > --with-firefox-plugin-dir=%{_libdir}/firefox/extensions \ > --with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \ >+ --with-unicode-support=libunistring \ >+ --disable-qt \ > --disable-functional-tests > # Disable the functional tests for now, they use python bytecodes. > >@@ -268,6 +270,12 @@ fi > %{_datadir}/gtk-doc/html/ontology/ > > %changelog >+* Mon Jan 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.14.4-3 >+- Build with XPS support, fix building with GNOME keyring support. >+- Be explicit about unicode=libunistring and disabling Qt. >+- Description spelling fixes. >+- Fix bogus %%changelog dates. >+ > * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2 > - rebuild due to "jpeg8-ABI" feature drop > >@@ -446,7 +454,7 @@ fi > * Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1 > - Update to 0.10.2 > >-* Fri Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1 >+* Fri Feb 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1 > - Update to 0.10.0 > - Re-enable tracker-search-bar > >@@ -489,7 +497,7 @@ fi > * Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2 > - rebuild (poppler) > >-* Fri Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1 >+* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1 > - Update to 0.9.30 > > * Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1 >@@ -502,7 +510,7 @@ fi > - First update to 0.9.x series > - Re-word the package summary (conformant to upstream wording). > >-* Thu Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3 >+* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3 > - Rebuild for poppler-0.15. > > * Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2 >@@ -578,7 +586,7 @@ fi > * Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1 > - Update to 0.6.93 release > >-* Fri Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1 >+* Sun Mar 29 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1 > - Update to 0.6.92 release > > * Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1 >@@ -639,7 +647,7 @@ fi > * Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2 > - Backport crasher fixes from upstream svn trunk > >-* Mon Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1 >+* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1 > - Version 0.6.4 > > * Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3 >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 902549
: 684698