This patch autogenerates spec file from configure and fixes some spec issues
authorThomas Vander Stichele <thomasvs@xiph.org>
Mon, 26 Jul 2004 13:33:43 +0000 (13:33 +0000)
committerThomas Vander Stichele <thomasvs@xiph.org>
Mon, 26 Jul 2004 13:33:43 +0000 (13:33 +0000)
svn path=/trunk/vorbis/; revision=7346

Makefile.am
configure.in
libvorbis.spec.in [moved from libvorbis.spec with 99% similarity]

index b99f500..fce3272 100644 (file)
@@ -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:
index cfe3ca5..b4e6bae 100644 (file)
@@ -223,6 +223,7 @@ examples/Makefile
 win32/Makefile
 debian/Makefile
 vq/Makefile
+libvorbis.spec
 vorbis.pc
 vorbisenc.pc
 vorbisfile.pc
similarity index 99%
rename from libvorbis.spec
rename to libvorbis.spec.in
index cb7ed18..08828a0 100644 (file)
@@ -1,5 +1,5 @@
 Name:          libvorbis
-Version:       1.0.1
+Version:       @VERSION@
 Release:       0.xiph.1
 Summary:       The Vorbis General Audio Compression Codec.