diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-28 01:39:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-28 01:39:22 +0000 |
commit | baf25be6553b56b66e03b6eb96e892ef96f9c9b8 (patch) | |
tree | 33d14bcb4c3828ffb5100dc3014483d3380d8206 | |
parent | 059927a2a7b7a1a9462cf35883b9bf01e3fc84bd (diff) | |
download | gst-plugins-bad-baf25be6553b56b66e03b6eb96e892ef96f9c9b8.tar.gz gst-plugins-bad-baf25be6553b56b66e03b6eb96e892ef96f9c9b8.tar.bz2 gst-plugins-bad-baf25be6553b56b66e03b6eb96e892ef96f9c9b8.zip |
fix oopsie in spec files if anything, arch optimization should be handled generally, not locally for plugins
Original commit message from CVS:
fix oopsie in spec files
if anything, arch optimization should be handled generally, not locally
for plugins
-rw-r--r-- | gst-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index e942f9a1..6d60b911 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -1,6 +1,6 @@ Name: gstreamer-plugins Version: @VERSION@ -Release: @GST_PLUGINS_RELEASE@ +Release: @GST_PLUGINS_VERSION_RELEASE@ Summary: GStreamer Streaming-media framework plug-ins. %define prefix /usr |