Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
1c518363
Commit
1c518363
authored
Jul 11, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version number updates.
svn path=/trunk/vorbis-tools/; revision=3584
parent
7a36f7c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
configure.in
configure.in
+1
-1
vorbis-tools.spec
vorbis-tools.spec
+7
-5
No files found.
configure.in
View file @
1c518363
...
...
@@ -5,7 +5,7 @@ dnl Initialization
dnl ------------------------------------------------
AC_INIT(oggenc/encode.c)
AM_INIT_AUTOMAKE(vorbis-tools,1.0
rc3
)
AM_INIT_AUTOMAKE(vorbis-tools,1.0)
dnl --------------------------------------------------
dnl Check for programs
...
...
vorbis-tools.spec
View file @
1c518363
%define name vorbis-tools
%define version 1.0
rc3
%define version 1.0
%define release 2
Summary: Several Ogg Vorbis Tools
...
...
@@ -12,10 +12,10 @@ URL: http://www.xiph.org/
Vendor: Xiph.org Foundation <team@xiph.org>
Source: ftp://ftp.xiph.org/pub/vorbis-tools/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
Requires: libogg >= 1.0
rc3
BuildRequires: libogg-devel >= 1.0
rc3
Requires: libvorbis >= 1.0
rc3
BuildRequires: libvorbis-devel >= 1.0
rc3
Requires: libogg >= 1.0
BuildRequires: libogg-devel >= 1.0
Requires: libvorbis >= 1.0
BuildRequires: libvorbis-devel >= 1.0
Requires: libao >= 0.8.2
BuildRequires: libao-devel >= 0.8.2
Requires: curl >= 7.8
...
...
@@ -62,6 +62,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
%postun
%changelog
* Fri Jul 12 2002 Michael Smith <msmith@labyrinth.net.au>
Version number updates for 1.0 release.
* Fri May 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
- Added more BuildRequires: for obvious packages
* Fri Mar 22 2002 Jack Moffitt <jack@xiph.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment