SPECS: mythplugins.spec - removed COPYING from %doc (GPL)

glen glen at pld-linux.org
Thu Sep 8 15:53:23 CEST 2005


Author: glen                         Date: Thu Sep  8 13:53:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed COPYING from %doc (GPL)

---- Files affected:
SPECS:
   mythplugins.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.3 SPECS/mythplugins.spec:1.4
--- SPECS/mythplugins.spec:1.3	Thu Sep  8 15:42:28 2005
+++ SPECS/mythplugins.spec	Thu Sep  8 15:53:14 2005
@@ -5,7 +5,7 @@
 Summary:	Main MythTV plugins.
 Name:		mythplugins
 Version:	0.18.1
-Release:	0.112
+Release:	0.112.2
 License:	GPL v2
 Group:		Applications/Multimedia
 URL:		http://www.mythtv.org/
@@ -13,7 +13,7 @@
 # Source0-md5:	1d94d19e2a13c24a408ced9b6c4f5b47
 ###
 Patch0:		%{name}-configure.patch
-#Patch1:		mythmusic-0.18-fftw2singleprec.patch
+#Patch1:	mythmusic-0.18-fftw2singleprec.patch
 #Patch2:	mythmusic-0.12-cdda.patch
 #Patch10:	mythvideo-0.16-math.patch
 BuildRequires:	SDL-devel
@@ -47,10 +47,10 @@
 Requires:	mythdvd
 Requires:	mythgallery
 Requires:	mythgame
-Requires:	mythmusic
+%{?with_mythmusic:Requires:	mythmusic}
 Requires:	mythnews
 %{?with_mythphone:Requires:	mythphone}
-%{?with_mythvideo:Requires:	mythvideo}
+Requires:	mythvideo
 Requires:	mythweather
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -285,7 +285,7 @@
 %if %{with mythmusic}
 %files -n mythmusic
 %defattr(644,root,root,755)
-%doc mythmusic/README mythmusic/UPGRADING mythmusic/COPYING mythmusic/AUTHORS mythmusic/musicdb
+%doc mythmusic/README mythmusic/UPGRADING mythmusic/AUTHORS mythmusic/musicdb
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythmusic.so
 /var/lib/mythmusic
 %{_datadir}/mythtv/musicmenu.xml
@@ -342,7 +342,7 @@
 
 %files -n mythvideo
 %defattr(644,root,root,755)
-%doc mythvideo/README mythvideo/UPGRADING mythvideo/COPYING mythvideo/videodb
+%doc mythvideo/README mythvideo/UPGRADING mythvideo/videodb
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythvideo.so
 %{_datadir}/mythtv/i18n/mythvideo_*.qm
 %{_datadir}/mythtv/themes/default/video-ui.xml
@@ -357,7 +357,7 @@
 
 %files -n mythweather
 %defattr(644,root,root,755)
-%doc mythweather/README mythweather/COPYING
+%doc mythweather/README
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythweather.so
 %{_datadir}/mythtv/i18n/mythweather_*.qm
 %{_datadir}/mythtv/mythweather
@@ -381,7 +381,7 @@
 
 %files -n mythgallery
 %defattr(644,root,root,755)
-%doc mythgallery/README mythgallery/UPGRADING mythgallery/COPYING
+%doc mythgallery/README mythgallery/UPGRADING
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythgallery.so
 %{_datadir}/mythtv/themes/default/gallery-ui.xml
 %{_datadir}/mythtv/themes/default/gallery-*.png
@@ -402,7 +402,7 @@
 
 %files -n mythdvd
 %defattr(644,root,root,755)
-%doc mythdvd/README mythdvd/UPGRADING mythdvd/COPYING mythdvd/AUTHORS
+%doc mythdvd/README mythdvd/UPGRADING mythdvd/AUTHORS
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythdvd.so
 %{_datadir}/mythtv/dvd_settings.xml
 %{_datadir}/mythtv/dvdmenu.xml
@@ -413,7 +413,7 @@
 
 %files -n mythnews
 %defattr(644,root,root,755)
-%doc mythnews/README mythnews/AUTHORS mythnews/COPYING
+%doc mythnews/README mythnews/AUTHOR
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythnews.so
 %{_datadir}/mythtv/mythnews
 %{_datadir}/mythtv/themes/default/news-ui.xml
@@ -422,7 +422,7 @@
 
 %files -n mythbrowser
 %defattr(644,root,root,755)
-%doc mythbrowser/README mythbrowser/COPYING mythbrowser/AUTHORS
+%doc mythbrowser/README mythbrowser/AUTHORS
 %attr(755,root,root) %{_bindir}/mythbrowser
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythbookmarkmanager.so
 %{_datadir}/mythtv/themes/default/webpage.png
@@ -431,7 +431,7 @@
 %if %{with mythphone}
 %files -n mythphone
 %defattr(644,root,root,755)
-%doc mythphone/README mythphone/COPYING mythphone/AUTHORS mythphone/TODO
+%doc mythphone/README mythphone/AUTHORS mythphone/TODO
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythphone.so
 %{_datadir}/mythtv/themes/default/phone-ui.xml
 %{_datadir}/mythtv/themes/default/webcam-ui.xml
@@ -446,6 +446,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/09/08 13:53:14  glen
+- removed COPYING from %doc (GPL)
+
 Revision 1.3  2005/09/08 13:42:28  glen
 - compiles
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythplugins.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list