diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-12 16:56:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-12 16:56:33 +0000 |
commit | d7d6d405f1e384a19f05317209bb62f019b96170 (patch) | |
tree | eb5d77ad1ea3695bd25a4e968318d5949c9d73da | |
parent | 32fa17e7f20561557fca1538a7dabda83a400f4c (diff) | |
download | gst-plugins-bad-d7d6d405f1e384a19f05317209bb62f019b96170.tar.gz gst-plugins-bad-d7d6d405f1e384a19f05317209bb62f019b96170.tar.bz2 gst-plugins-bad-d7d6d405f1e384a19f05317209bb62f019b96170.zip |
it's all about the versioning baby
Original commit message from CVS:
it's all about the versioning baby
m--------- | common | 0 | ||||
-rw-r--r-- | gst-plugins.spec.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 42491fe8cbc7f7bd736008e67e6ba1e78cda6d2 +Subproject 2d7b19ccea5558f1689a287374f645a59329140 diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 6bf6cb44..f33a4881 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -32,7 +32,7 @@ plugins. %doc AUTHORS COPYING README %{_bindir}/gst-launch-ext %prep -%setup -n gst-plugins +%setup -n gst-plugins-%{ver} %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-DEBUG |