summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-26 13:33:43 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-26 13:33:43 +0000
commite117588fbb65670fa0fa3d0c0dd2bea3b4562e8f (patch)
tree4cf0da9d666435f25fc34106e77eb3cc9cf3981b
parentce13174d4aa17a060b9458a0cabb636a2dca5323 (diff)
downloadlibvorbis-git-e117588fbb65670fa0fa3d0c0dd2bea3b4562e8f.tar.gz
This patch autogenerates spec file from configure and fixes some spec issues
svn path=/trunk/vorbis/; revision=7346
-rw-r--r--Makefile.am3
-rw-r--r--configure.in1
-rw-r--r--libvorbis.spec.in (renamed from libvorbis.spec)2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b99f5006..fce32728 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,8 @@ m4data_DATA = vorbis.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
-EXTRA_DIST = HACKING todo.txt macos macosx autogen.sh libvorbis.spec \
+EXTRA_DIST = HACKING todo.txt macos macosx autogen.sh \
+ libvorbis.spec libvorbis.spec.in \
vorbis.m4 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in
dist-hook:
diff --git a/configure.in b/configure.in
index cfe3ca56..b4e6bae0 100644
--- a/configure.in
+++ b/configure.in
@@ -223,6 +223,7 @@ examples/Makefile
win32/Makefile
debian/Makefile
vq/Makefile
+libvorbis.spec
vorbis.pc
vorbisenc.pc
vorbisfile.pc
diff --git a/libvorbis.spec b/libvorbis.spec.in
index cb7ed183..08828a0c 100644
--- a/libvorbis.spec
+++ b/libvorbis.spec.in
@@ -1,5 +1,5 @@
Name: libvorbis
-Version: 1.0.1
+Version: @VERSION@
Release: 0.xiph.1
Summary: The Vorbis General Audio Compression Codec.