diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-03-03 15:57:09 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-03-03 15:57:09 +0000 |
commit | 6ed9e73ca643b4d02edeffac73d18894a97b9a27 (patch) | |
tree | a2bd8181349b03b9274a97c1d1f3ee078f58bb76 | |
parent | 218cc40205b81b4f475d4f4cecd3dd36562eb412 (diff) | |
download | gst-plugins-bad-6ed9e73ca643b4d02edeffac73d18894a97b9a27.tar.gz gst-plugins-bad-6ed9e73ca643b4d02edeffac73d18894a97b9a27.tar.bz2 gst-plugins-bad-6ed9e73ca643b4d02edeffac73d18894a97b9a27.zip |
add missing -plugins- thanks to Michal Arnauts for the pointer
Original commit message from CVS:
add missing -plugins- thanks to Michal Arnauts for the pointer
-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 bbecd70c..5291fcdf 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -586,7 +586,7 @@ GStreamer support libraries header files. @USE_FAAC_TRUE@%files -n gstreamer-plugins-faac @USE_FAAC_TRUE@%defattr(-, root, root) @USE_FAAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstfaac.so -@USE_FAAC_TRUE@%post -n gstreamer-faac +@USE_FAAC_TRUE@%post -n gstreamer-plugins-faac @USE_FAAC_TRUE@%{register} @USE_FAAC_TRUE@ @USE_FAAC_TRUE@%postun -n gstreamer-plugins-faac |