From 2e2333e94c8edd12103488f3aeeba992962b83b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 26 Jun 2013 01:22:40 -0400 Subject: [PATCH] Fix man page typos --- ...Fix-typos-in-tracker-search-man-page.patch | 37 +++++++++++++++++++ tracker.spec | 13 ++++++- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 0001-Fix-typos-in-tracker-search-man-page.patch diff --git a/0001-Fix-typos-in-tracker-search-man-page.patch b/0001-Fix-typos-in-tracker-search-man-page.patch new file mode 100644 index 0000000..5471aec --- /dev/null +++ b/0001-Fix-typos-in-tracker-search-man-page.patch @@ -0,0 +1,37 @@ +From a9ce2d7941c6c795434a6dc8fb6aeacf5f79fed6 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Wed, 26 Jun 2013 01:18:13 -0400 +Subject: [PATCH] Fix typos in tracker-search man page + +A few of the short options were misspelt. + +https://bugzilla.gnome.org/show_bug.cgi?id=703097 +--- + docs/manpages/tracker-search.1 | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/docs/manpages/tracker-search.1 b/docs/manpages/tracker-search.1 +index 1b18c88..1e76fdd 100644 +--- a/docs/manpages/tracker-search.1 ++++ b/docs/manpages/tracker-search.1 +@@ -70,7 +70,7 @@ and + .B \-f, \-\-files + Search for files of any type matching \fIEXPRESSION\fR (optional). + .TP +-.B \-e, \-\-folders ++.B \-s, \-\-folders + Search for folders matching \fIEXPRESSION\fR (optional). + .TP + .B \-m, \-\-music +@@ -82,7 +82,7 @@ Search for music albums matching \fIEXPRESSION\fR (optional). + .B \-\-music\-artists + Search for music artists matching \fIEXPRESSION\fR (optional). + .TP +-.B \-l, \-\-images ++.B \-i, \-\-images + Search for images matching \fIEXPRESSION\fR (optional). + .TP + .B \-v, \-\-videos +-- +1.8.3.1 + diff --git a/tracker.spec b/tracker.spec index b9ee9eb..2f92c32 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,3 +1,6 @@ +%global _changelog_trimtime %(date +%s -d "1 year ago") + + %if 0%{?fedora} > 15 %global with_enca 1 %global with_libcue 1 @@ -6,7 +9,7 @@ Summary: Desktop-neutral search tool and indexer Name: tracker Version: 0.16.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: http://projects.gnome.org/tracker/ @@ -16,6 +19,9 @@ Source0: http://download.gnome.org/sources/tracker/0.16/%{name}-%{version}.tar.x # https://bugzilla.redhat.com/show_bug.cgi?id=771601 Patch1: tracker-0.15-onlyshowin.patch +# https://bugzilla.gnome.org/show_bug.cgi?id=703089 +Patch2: 0001-Fix-typos-in-tracker-search-man-page.patch + BuildRequires: poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel BuildRequires: libuuid-devel dbus-glib-devel BuildRequires: nautilus-devel @@ -124,6 +130,7 @@ This package contains the documentation for tracker %setup -q %patch1 -p1 -b .onlyshowin +%patch2 -p1 -b .manpage #%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir) @@ -252,6 +259,10 @@ fi %{_datadir}/gtk-doc/html/ontology/ %changelog +* Wed Jun 26 2013 Matthias Clasen 0.16.1-4 +- Fix typos in man page +- Trim %%changelog + * Fri Jun 21 2013 Matthias Clasen 0.16.1-3 - Don't install a (humongous) ChangeLog file