]> git.pld-linux.org Git - packages/RealPlayer.git/commitdiff
- added .xpt to plugins
authorKarol Krenski <charles@pld-linux.org>
Sun, 16 Jan 2005 13:29:30 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix Summary

Changed files:
    RealPlayer.spec -> 1.12

RealPlayer.spec

index f5c60c7e96cd6b438de2139f390140adf710ecc2..d6e00fd58a1ba60344762372674b538df7f20c78 100644 (file)
@@ -3,7 +3,7 @@
 #   https://helixcommunity.org/project/showfiles.php?group_id=154&release_id=356
 #
 %define                _name   realplay
-Summary:       Welcome to RealPlayer 10!
+Summary:       RealPlayer - RealAudio and RealVideo player
 Summary(pl):   RealPlayer - odtwarzacz RealAudio i RealVideo
 Name:          RealPlayer
 Version:       10.0.2
@@ -121,8 +121,8 @@ cd -
 
 cp -rf share/locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 
-install mozilla/*.so $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
-install mozilla/*.so $RPM_BUILD_ROOT%{_libdir}/mozilla-firefox/plugins
+install mozilla/*.{so,xpt} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
+install mozilla/*.{so,xpt} $RPM_BUILD_ROOT%{_libdir}/mozilla-firefox/plugins
 
 install realplay* $RPM_BUILD_ROOT%{_libdir}/%{_name}
 ln -sf ../lib/%{_name}/realplay $RPM_BUILD_ROOT%{_bindir}/realplay
This page took 0.045224 seconds and 4 git commands to generate.