fix URL to format documentation in vorbiscomment.1 man page (#887540)

This commit is contained in:
Kamil Dudka 2012-12-17 13:03:59 +01:00
parent 1d30e74b71
commit 836bf27779
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,27 @@
From 43120cc36c08dcfba0c9ff22354da2f3029c3f70 Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka@redhat.com>
Date: Mon, 17 Dec 2012 12:50:36 +0100
Subject: [PATCH] vorbiscomment.1: fix URL to format documentation
Reported By: Samuel Sieb
Bug: https://bugzilla.redhat.com/887540
---
vorbiscomment/vorbiscomment.1 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
index a47bb12..0108e78 100644
--- a/vorbiscomment/vorbiscomment.1
+++ b/vorbiscomment/vorbiscomment.1
@@ -87,7 +87,7 @@ To add a set of comments from the standard input:
.SH TAG FORMAT
-See http://xiph.org/ogg/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names.
+See http://xiph.org/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names.
.SH AUTHORS
--
1.7.1

View File

@ -1,12 +1,13 @@
Summary: The Vorbis General Audio Compression Codec tools Summary: The Vorbis General Audio Compression Codec tools
Name: vorbis-tools Name: vorbis-tools
Version: 1.4.0 Version: 1.4.0
Release: 6%{?dist} Release: 7%{?dist}
Epoch: 1 Epoch: 1
Group: Applications/Multimedia Group: Applications/Multimedia
License: GPLv2 License: GPLv2
URL: http://www.xiph.org/ URL: http://www.xiph.org/
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
Patch0: vorbis-tools-1.4.0-bz887540.patch
BuildRequires: flac-devel BuildRequires: flac-devel
BuildRequires: libao-devel BuildRequires: libao-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
@ -26,6 +27,7 @@ comment editor.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
@ -45,6 +47,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog %changelog
* Mon Dec 17 2012 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-7
- fix URL to format documentation in vorbiscomment.1 man page (#887540)
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-6 * Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-6
- fix specfile issues reported by the fedora-review script - fix specfile issues reported by the fedora-review script