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 | 931daf73c2be871981ec7d382692f821a633ba14 (patch) | |
tree | 21882b7f7ed700781af52cf8e946f112de732f74 | |
parent | b270e3846a50b8234085acb27ef25a06ac436406 (diff) |
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 |