diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-08 13:09:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-08 13:09:47 +0000 |
commit | 9abde83a8e8532aaf2a5611f2b90dbfe4bdaba8e (patch) | |
tree | fa589e531e3d2d8e6f343a9acd11d9c51dc97a69 | |
parent | a5626b5951b51f10d82f3c3f4685ccb3f145e692 (diff) | |
download | gst-plugins-bad-9abde83a8e8532aaf2a5611f2b90dbfe4bdaba8e.tar.gz gst-plugins-bad-9abde83a8e8532aaf2a5611f2b90dbfe4bdaba8e.tar.bz2 gst-plugins-bad-9abde83a8e8532aaf2a5611f2b90dbfe4bdaba8e.zip |
more fixes
Original commit message from CVS:
more fixes
-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 031f55cd..a6cf1959 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -393,7 +393,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_OPENQUICKTIME_TRUE@ @USE_OPENQUICKTIME_TRUE@%files -n gstreamer-openquicktime @USE_OPENQUICKTIME_TRUE@%defattr(-, root, root) -@USE_OPENQUICKTIME_TRUE@%{prefix}/lib/gst/libopenquicktime* +@USE_OPENQUICKTIME_TRUE@%{prefix}/lib/gst/libgstopenquicktime* @USE_OPENQUICKTIME_TRUE@ @USE_OPENQUICKTIME_TRUE@%post -n gstreamer-openquicktime @USE_OPENQUICKTIME_TRUE@%{prefix}/bin/gst-register --gst-mask=0 |