diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-10-19 11:43:18 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-10-19 11:43:18 +0000 |
commit | 6404c696a87c0b3851d5e5acb0433bd4a65a2965 (patch) | |
tree | 73db420a27ff4ae0a6aa35913cec989f9eea9bd7 /gstreamer.spec.in | |
parent | 8f79484b525c2ab753446bd2d11aa5df4e5e07a9 (diff) |
update tools package naming
Original commit message from CVS:
update tools package naming
Diffstat (limited to 'gstreamer.spec.in')
-rw-r--r-- | gstreamer.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gstreamer.spec.in b/gstreamer.spec.in index e36293c8d..7b722c415 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -76,11 +76,11 @@ plugins. This package contains the libraries and includes files necessary to develop applications and plugins for GStreamer. -%package -n gstreamer09-tools +%package -n %{gstreamer}-tools Summary: tools for GStreamer streaming media framework Group: Applications/Multimedia -%description -n gstreamer-tools +%description -n %{gstreamer}-tools GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything @@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/cache/gstreamer-%{majorminor} -%files -n gstreamer-tools +%files -n %{gstreamer}-tools %defattr(-, root, root, -) %{_bindir}/gst-complete %{_bindir}/gst-compprep |