| CODENOTIFIER | HelpYou are not signed inSign in |
Project: OGG Vorbis
Revision: 14832
Author: giles
Date: 03 May 2008 19:24:39
Changes:Update the source pointer in the rpm spec file.
Files:| ... | ...@@ -7,7 +7,7 @@ | |
| 7 | 7 | License: BSD |
| 8 | 8 | URL: http://www.xiph.org/ |
| 9 | 9 | Vendor: Xiph.org Foundation <team@xiph.org> |
| 10 | Source: http://www.vorbis.com/files/1.0.1/unix/%{name}-%{version}.tar.gz | |
| 10 | Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz | |
| 11 | 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
| 12 | 12 | |
| 13 | 13 | # We're forced to use an epoch since both Red Hat and Ximian use it in their |
| ... | ...@@ -91,6 +91,9 @@ | |
| 91 | 91 | %{_libdir}/pkgconfig/vorbisenc.pc |
| 92 | 92 | |
| 93 | 93 | %changelog |
| 94 | * Sat May 3 2008 Ralph Giles <giles@xiph.org> | |
| 95 | - updated source location | |
| 96 | ||
| 94 | 97 | * Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org> |
| 95 | 98 | - autogenerate from configure |
| 96 | 99 | - fix download location |