SPECS: mythplugins.spec - reverted to 1.38

w.kier w.kier at pld-linux.org
Mon Mar 9 20:28:08 CET 2009


Author: w.kier                       Date: Mon Mar  9 19:28:08 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reverted to 1.38

---- Files affected:
SPECS:
   mythplugins.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.39 SPECS/mythplugins.spec:1.40
--- SPECS/mythplugins.spec:1.39	Mon Mar  9 17:12:51 2009
+++ SPECS/mythplugins.spec	Mon Mar  9 20:28:03 2009
@@ -1,27 +1,30 @@
 # $Revision$, $Date$
 #
+# TODO:
+#	- fix mytharchive
+#	- check 64-bit build
+#
 # Conditional build:
 %bcond_without	binary		# skip building binary plugins (build only mythweb)
-%bcond_without	mytharchive	# disable mytharchive plugin
+%bcond_with	mytharchive	# enable mytharchive plugin
 %bcond_without	mythbrowser	# disable building mythbrowser plugin
-%bcond_without	mythmovies	# disable mythmovies plugin
-%bcond_without	mythdvd		# mythvideo part
+%bcond_without	mythcontrols	# disable mythcontrols plugin
 %bcond_without	mythflix	# disable building mythflix plugin
 %bcond_without	mythgallery	# disable building mythgallery plugin
 %bcond_without	mythgame	# disable building mythgallery plugin
 %bcond_without	mythmusic	# disable building mythmusic plugin
 %bcond_without	mythnews	# disable building mythgallery plugin
-%bcond_with	mythphone	# discontnued ??
+%bcond_without	mythphone	# disable building mythgallery plugin
 %bcond_without	mythvideo	# disable building mythgallery plugin
 %bcond_without	mythweather	# disable building mythgallery plugin
 %bcond_without	mythweb		# disable building mythgallery plugin
-%bcond_without  mythzoneminder  # disable building mythzoneminder plugin
-
+%bcond_without	mythmovies	# disable building mythmovies plugin
+%bcond_without	mythzoneminder	# disable building mythzoneminder plugin
+#
 %if !%{with binary}
 %undefine	with_mytharchive
 %undefine	with_mythbrowser
-%undefine	with_mythmovies
-%undefine	with_mythdvd
+%undefine	with_mythcontrols
 %undefine	with_mythflix
 %undefine	with_mythgallery
 %undefine	with_mythgame
@@ -30,52 +33,40 @@
 %undefine	with_mythphone
 %undefine	with_mythvideo
 %undefine	with_mythweather
+%undefine	with_mythmovies
+%undefine	with_mythzoneminder
 %endif
 
 %include	/usr/lib/rpm/macros.perl
 
-%define snap 20090302
+#define _snap 20060905
 #define _rev 11046
-#%define rel 0.1
+%define _rel 0.1
 Summary:	Main MythTV plugins
 Summary(pl.UTF-8):	Główne wtyczki MythTV
 Name:		mythplugins
-Version:	0.22
-Release:	0.%{snap}.1
+Version:	0.21
+Release:	%{?_snap:0.%{_snap}.%{_rev}.}%{_rel}
 License:	GPL v2
 Group:		Applications/Multimedia
-Source0:	%{name}-%{version}-%{snap}.tar.bz2
-# Source0-md5: 
+Source0:	ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
+# Source0-md5:	6c08043227bef1384858deee12b5cdc3
+#Source0:	%{name}-%{_snap}.%{_rev}.tar.bz2
 Source1:	mythweb.conf
-#Patch0:		%{name}-lib64.patch
-#Patch1:		%{name}-paths.patch
-Patch2:		mythweb-config.patch
-Patch20:	mytharchive-INT64.patch
-Patch100:	mythtv-branch.diff
+Patch0:		%{name}-paths.patch
 URL:		http://www.mythtv.org/
 %if %{with binary}
 %if %{with mythgallery} || %{with myhtmusic}
 BuildRequires:	OpenGL-devel
 %endif
 BuildRequires:	SDL-devel
-BuildRequires:  xorg-lib-libX11-devel	
 BuildRequires:	a52dec-libs-devel
 BuildRequires:	cdparanoia-III-devel
 BuildRequires:	faad2-devel >= 2.0-5.2
 %{?with_mythmusic:BuildRequires:	fftw-devel >= 2.1.3}
-%{?with_mythmusic:BuildRequires:        taglib-devel}
 BuildRequires:	flac-devel >= 1.0.4
 BuildRequires:	freetype-devel
-BuildRequires:  qt4-qmake
-BuildRequires:  Qt3Support-devel
-BuildRequires:  QtOpenGL-devel
-BuildRequires:  QtXml-devel
-BuildRequires:  qt4-build
-BuildRequires:  QtNetwork-devel
-BuildRequires:  QtGui-devel
-BuildRequires:  QtSql-devel
-BuildRequires:  QtCore-devel
-BuildRequires:  QtWebKit-devel
+BuildRequires:	kdelibs-devel
 BuildRequires:	libcdaudio-devel >= 0.99.12p2
 BuildRequires:	libdvdcss-devel >= 1.2.7
 BuildRequires:	libdvdread-devel >= 0.9.4
@@ -83,7 +74,7 @@
 BuildRequires:	libfame-devel >= 0.9.0
 BuildRequires:	libid3tag-devel
 BuildRequires:	libmad-devel
-BuildRequires:	libmyth-devel >= 0.19
+BuildRequires:	libmyth-devel >= 0.21
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtiff-devel
 BuildRequires:	libvorbis-devel >= 1:1.0
@@ -92,13 +83,13 @@
 BuildRequires:	patchutils
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	sed >= 4.0
-%{?with_mythdvd:BuildRequires:	transcode >= 0.6.8}
 BuildRequires:	xvid-devel >= 1:0.9.1
 BuildRequires:	zlib-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXxf86vm-devel
 %endif
 %{?with_mytharchive:Requires:	mytharchive}
 %{?with_mythbrowser:Requires:	mythbrowser}
-%{?with_mythdvd:Requires:	mythdvd}
 %{?with_mythflix:Requires:	mythflix}
 %{?with_mythgallery:Requires:	mythgallery}
 %{?with_mythgame:Requires:	mythgame}
@@ -108,6 +99,8 @@
 %{?with_mythvideo:Requires:	mythvideo}
 %{?with_mythweather:Requires:	mythweather}
 %{?with_mythweb:Requires:	mythweb}
+%{?with_mythmovies:Requires:	mythmovies}
+%{?with_mythzoneminder:Requires:	mythzoneminder}
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -128,11 +121,6 @@
 Summary(pl.UTF-8):	Moduł MythTV do tworzenia i wypalania DVD
 Group:		Applications/Multimedia
 Requires:	mythtv-frontend-api = %{myth_api_version}
-Requires:	python-PIL
-Requires:	python-MySQLdb
-Requires:	mjpegtools
-Requires:	dvdauthor
-Suggests:	dvdrtools-mkisofs
 
 %description -n mytharchive
 MythArchive is a MythTV style plugin that uses the Mythburn Script to
@@ -169,7 +157,7 @@
 Requires:	mythtv-frontend-api = %{myth_api_version}
 
 %description -n mythvideo
-A generic video and dvd player frontend module for MythTV.
+A generic video player frontend module for MythTV.
 
 %description -n mythvideo -l pl.UTF-8
 Moduł ogólnego interfejsu do odtwarzania obrazu dla MythTV.
@@ -210,30 +198,6 @@
 %description -n mythgame -l pl.UTF-8
 Interfejs do gier (xmame, nes, snes, pc) dla MythTV.
 
-%package -n mythdvd
-Summary:	A DVD ripper module for MythTV
-Summary(pl.UTF-8):	Moduł rippujący DVD dla MythTV
-Group:		Applications/Multimedia
-Requires:	mythtv-frontend-api = %{myth_api_version}
-Requires:	transcode >= 0.6.8
-Requires:	mythvideo
-
-%description -n mythdvd
-MythDVD is a MythTV module that allows you to rip DVD's and transcode 
-their video and audio content to other (generally smaller) formats. 
-The playing features are simply myth-style wrappers for your 
-favourite DVD playing software (mplayer, ogle, xine, etc). 
-The transcoding is based on and derived from the excellent transcode 
-package.
-
-%description -n mythdvd -l pl.UTF-8
-MythDVD to moduł MythTV umożliwiający rippowanie DVD oraz 
-przekodowywanie obrazu i dźwięku do innych (zwykle mniej zajmujących) 
-formatów. Możliwości odtwarzania to po prostu obudowanie w stylu myth 
-dla ulubionego oprogramowania do odtwarzania DVD (mplayer, ogle, xine 
-itp.). Przekodowywanie jest oparte i wywodzi się ze wspaniałego 
-pakietu transcode.
-
 %package -n mythnews
 Summary:	A RSS News Feed plugin for MythTV
 Summary(pl.UTF-8):	Wtyczka czytnika nowinek RSS dla MythTV
@@ -326,52 +290,54 @@
 jeszcze zbyt dojrzała, co znaczy, że coś może nie działać lub psuć coś
 innego.
 
-%package -n mythmovies
-Summary:	MythTV cinemas timetable
-Summary(pl.UTF-8):	Moduł MythTV do repertuaru kinowego
+%package -n mythcontrols
+Summary:	MythTV keybindings editor
+Summary(pl.UTF-8):	Edytor przypisań klawiszy MythTV
 Group:		Applications/Multimedia
 Requires:	mythtv-frontend-api = %{myth_api_version}
 
-%description -n mythmovies
-MythTV cinemas timetable.
+%description -n mythcontrols
+This plugin allows you to configure your keybindings on the frontend
+without having to use mythweb or edit tables by hand.
 
+%description -n mythcontrols -l pl.UTF-8
+Ta wtyczka pozwala konfigurować przypisania klawiszy we frontendzie
+bez konieczności używania mythweba ani ręcznego modyfikowania tabel.
 
-%description -n mythmovies -l pl.UTF-8
-Moduł MythTV do repertuaru kinowego.
+%package -n mythmovies
+Summary:	MythTV plugin for looking up movie showtimes in a given area
+Group:		Applications/Multimedia
+Requires:	mythtv-frontend-api = %{myth_api_version}
+
+%description -n mythmovies
+MythMovies is a plugin for looking up movie showtimes in a given area. 
 
 %package -n mythzoneminder
-Summary:        MythTV security TV manager
-Summary(pl.UTF-8):      Obsługa kamer przemysłowych dla MythTV
-Group:          Applications/Multimedia
-BuildRequires:  mysql-devel
-Requires:       mythtv-frontend-api = %{myth_api_version}
+Summary:	MythTV plugin to interface ZoneMinder
+Group:		Applications/Multimedia
+Requires:	mythtv-frontend-api = %{myth_api_version}
 
 %description -n mythzoneminder
-MythTV security TV manager.
-
+MythZoneMinder is a plugin to interface to some of the features of ZoneMinder.
+You can use it to view a status window similar to the console window in ZM.
+Also there are screens to view live camera shots and replay recorded events.
+Other features may be added at a later time if there is sufficient interest.
 
-%description -n mythzoneminder -l pl.UTF-8
-Obsługa kamer przemysłowych dla MythTV.
+ZoneMinder is a Linux video camera security and surveillance solution .
 
 %prep
-#%setup -q %{?_snap:-n %{name}}
-%setup -q %{SOURCE0}
-#%if %{_lib} != "lib"
-#%patch0 -p1
-#%endif
-#%patch1 -p1
-#%patch2 -p1
-%patch20 -p1
+%setup -q %{?_snap:-n %{name}}
+%patch0 -p1
 #filterdiff -i 'mythplugins/*' %{PATCH100} | %{__patch} -p1 -s
 
 # make it visible
-#mv mythweb/data/{.,}htaccess
+mv mythweb/{data/.,}htaccess
 
 # lib64 fix - enable to update patch
 %if %{_lib} != "lib" && 0
 find '(' -name '*.[ch]' -o -name '*.cpp' -o -name '*.pro' ')' | \
 xargs grep -l /lib/ . | xargs sed -i -e '
-	s,/usr/lib/,/%{_lib}/,g
+	s,/usr/lib/,/usr/%{_lib}/,g
 	s,{PREFIX}/lib,{PREFIX}/%{_lib},g
 '
 exit 1
@@ -382,11 +348,10 @@
 export QTDIR="%{_prefix}"
 # Not gnu configure
 %configure \
-	--libdir-name=`basename %{_lib}` \
+	--libdir-name=%{_lib} \
 	--enable-all \
 	%{!?with_mytharchive:--disable-mytharchive} \
 	%{!?with_mythbrowser:--disable-mythbrowser} \
-	%{!?with_mythdvd:--disable-mythdvd}%{?with_mythdvd:--enable-transcode --enable-vcd} \
 	%{!?with_mythgallery:--disable-mythgallery}%{?with_mythgallery:--enable-exif --enable-new-exif --enable-opengl} \
 	%{!?with_mythgame:--disable-mythgame} \
 	%{!?with_mythmusic:--disable-mythmusic}%{?with_mythmysic:--enable-fftw --enable-sdl --enable-aac --enable-opengl} \
@@ -395,7 +360,7 @@
 	%{!?with_mythvideo:--disable-mythvideo} \
 	%{!?with_mythweather:--disable-mythweather} \
 	%{!?with_mythweb:--disable-mythweb} \
-	%{!?with_mythmovies:--disable-mythmovies} \
+	%{!?with_mythcontrols:--disable-mythcontrols} \
 	%{!?with_mythflix:--disable-mythflix} \
 
 mv mythconfig.mak mythconfig.mak.old
@@ -419,7 +384,7 @@
 %{__make} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/var/lib/{mythmusic,mythbrowser,mythvideo,pictures}
+install -d $RPM_BUILD_ROOT/var/lib/{mythmusic,mythvideo,pictures}
 %if %{with mythgame}
 install -d $RPM_BUILD_ROOT%{_datadir}/mythtv/games/nes/{roms,screens}
 install -d $RPM_BUILD_ROOT%{_datadir}/mythtv/games/snes/{roms,screens}
@@ -434,7 +399,7 @@
 install -d $RPM_BUILD_ROOT%{_datadir}/mythweb
 install -d $RPM_BUILD_ROOT/var/cache/mythweb/{image_cache,php_sessions,tv_icons}
 install -d $RPM_BUILD_ROOT%{_webapps}/%{_webapp}
-cp -a *.php *.pl data includes js modules skins $RPM_BUILD_ROOT%{_datadir}/mythweb
+cp -a *.php *.pl data includes js modules objects skins $RPM_BUILD_ROOT%{_datadir}/mythweb
 install %{SOURCE1} $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/apache.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/httpd.conf
 touch $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/htpasswd
@@ -443,9 +408,11 @@
 
 mv $RPM_BUILD_ROOT%{_datadir}/mythtv/i18n/mythbrowser_{pt_br,pt}.qm
 rm $RPM_BUILD_ROOT%{_datadir}/mythtv/i18n/mythflix_nb.ts # i18n source
-for p in mytharchive mythbrowser mythmovies mythdvd mythflix mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythzoneminder; do
+for p in mytharchive mythbrowser mythcontrols mythflix mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythmovies mythzoneminder; do
 	for l in $RPM_BUILD_ROOT%{_datadir}/mythtv/i18n/${p}_*.qm; do
-		echo $l | sed -e "s,^$RPM_BUILD_ROOT\(.*${p}_\(.*\).qm\),%%lang(\2) \1,"
+		if [ -f "$l" ] ; then
+			echo $l | sed -e "s,^$RPM_BUILD_ROOT\(.*${p}_\(.*\).qm\),%%lang(\2) \1,"
+		fi
 	done > $p.lang
 done
 
@@ -506,15 +473,13 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mytharchivehelper
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmytharchive.so
+%{_datadir}/mythtv/archiveformat.xml
 %{_datadir}/mythtv/archivemenu.xml
-%{_datadir}/mythtv/archiveutils.xml
+%{_datadir}/mythtv/archiveselect.xml
 %{_datadir}/mythtv/themes/default/ma_*.png
 %{_datadir}/mythtv/themes/default/mytharchive-ui.xml
 %{_datadir}/mythtv/themes/default/mythburn-ui.xml
 %{_datadir}/mythtv/themes/default/mythnative-ui.xml
-%{_datadir}/mythtv/themes/default-wide/mytharchive-ui.xml
-%{_datadir}/mythtv/themes/default-wide/mythburn-ui.xml
-%{_datadir}/mythtv/themes/default-wide/mythnative-ui.xml
 %{_datadir}/mythtv/mytharchive
 %endif
 
@@ -527,11 +492,9 @@
 %{_datadir}/mythtv/musicmenu.xml
 %{_datadir}/mythtv/music_settings.xml
 %{_datadir}/mythtv/themes/default/music-ui.xml
-%{_datadir}/mythtv/themes/default-wide/music-ui.xml
 %{_datadir}/mythtv/themes/default/ff_button_off.png
 %{_datadir}/mythtv/themes/default/ff_button_on.png
 %{_datadir}/mythtv/themes/default/ff_button_pushed.png
-%{_datadir}/mythtv/themes/default/miniplayer_background.png
 %{_datadir}/mythtv/themes/default/mm_*.png
 %{_datadir}/mythtv/themes/default/music-sel-bg.png
 %{_datadir}/mythtv/themes/default/next_button_off.png
@@ -554,18 +517,23 @@
 %{_datadir}/mythtv/themes/default/stop_button_on.png
 %{_datadir}/mythtv/themes/default/stop_button_pushed.png
 %{_datadir}/mythtv/themes/default/track_info_background.png
-%{_datadir}/mythtv/themes/default-wide/mm_*.png
-%{_datadir}/mythtv/themes/default-wide/music-sel-bg.png
+%{_datadir}/mythtv/themes/default/miniplayer*.png
 %endif
 
 %if %{with mythvideo}
 %files -n mythvideo -f mythvideo.lang
 %defattr(644,root,root,755)
 %doc mythvideo/README mythvideo/videodb
+%attr(755,root,root) %{_bindir}/mtd
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythvideo.so
+%{_datadir}/mythtv/themes/default/dvd-ui.xml
 %{_datadir}/mythtv/themes/default/video-ui.xml
-%{_datadir}/mythtv/themes/default-wide/video-ui.xml
+%{_datadir}/mythtv/themes/default/mv-*.png
 %{_datadir}/mythtv/themes/default/mv_*.png
+%{_datadir}/mythtv/themes/default/md_*.png
+%{_datadir}/mythtv/themes/default-wide/dvd-ui.xml
+%{_datadir}/mythtv/themes/default-wide/video-ui.xml
+%{_datadir}/mythtv/themes/default-wide/mv-*.png
 %{_datadir}/mythtv/themes/default-wide/mv_*.png
 %{_datadir}/mythtv/video_settings.xml
 %{_datadir}/mythtv/videomenu.xml
@@ -574,8 +542,6 @@
 %{_datadir}/mythtv/mythvideo/scripts/README
 %attr(755,root,root) %{_datadir}/mythtv/mythvideo/scripts/*.pl
 %attr(755,root,root) %{_datadir}/mythtv/mythvideo/scripts/*.py
-%dir %{_datadir}/mythtv/mythvideo/scripts/MythTV
-%attr(644,root,root)%{_datadir}/mythtv/mythvideo/scripts/MythTV/MythVideoCommon.pm
 /var/lib/mythvideo
 %endif
 
@@ -584,10 +550,27 @@
 %defattr(644,root,root,755)
 %doc mythweather/README
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythweather.so
-%{_datadir}/mythtv/mythweather
-%{_datadir}/mythtv/weather_settings.xml
+%dir %{_datadir}/mythtv/mythweather
+%dir %{_datadir}/mythtv/mythweather/scripts
+%{_datadir}/mythtv/mythweather/scripts/README
+%dir %{_datadir}/mythtv/mythweather/scripts/ca_envcan
+%attr(755,root,root) %{_datadir}/mythtv/mythweather/scripts/ca_envcan/*.pl
+%{_datadir}/mythtv/mythweather/scripts/ca_envcan/*.pm
+%{_datadir}/mythtv/mythweather/scripts/ca_envcan/*.xml
+%{_datadir}/mythtv/mythweather/scripts/ca_envcan/ENVCAN_icons
+%dir %{_datadir}/mythtv/mythweather/scripts/uk_bbc
+%attr(755,root,root) %{_datadir}/mythtv/mythweather/scripts/uk_bbc/*.pl
+%{_datadir}/mythtv/mythweather/scripts/uk_bbc/*.pm
+%dir %{_datadir}/mythtv/mythweather/scripts/us_nws
+%attr(755,root,root) %{_datadir}/mythtv/mythweather/scripts/us_nws/*.pl
+%{_datadir}/mythtv/mythweather/scripts/us_nws/*.pm
+%{_datadir}/mythtv/mythweather/scripts/us_nws/*.xml
+%{_datadir}/mythtv/mythweather/scripts/us_nws/*.dbx
+%{_datadir}/mythtv/mythweather/scripts/us_nws/icons
+%{_datadir}/mythtv/mythweather/scripts/us_nws/maps
+%{_datadir}/mythtv/mythweather/scripts/us_nws/weather_types
+%{_datadir}/mythtv/mythweather/weather-screens.xml
 %{_datadir}/mythtv/themes/default/weather-ui.xml
-%{_datadir}/mythtv/themes/default-wide/weather-ui.xml
 %{_datadir}/mythtv/themes/default/cloudy.png
 %{_datadir}/mythtv/themes/default/fair.png
 %{_datadir}/mythtv/themes/default/flurries.png
@@ -604,7 +587,9 @@
 %{_datadir}/mythtv/themes/default/sunny.png
 %{_datadir}/mythtv/themes/default/thunshowers.png
 %{_datadir}/mythtv/themes/default/unknown.png
+%{_datadir}/mythtv/themes/default-wide/weather-ui.xml
 %{_datadir}/mythtv/themes/default-wide/mw-*.png
+%{_datadir}/mythtv/weather_settings.xml
 %endif
 
 %if %{with mythgallery}
@@ -613,7 +598,6 @@
 %doc mythgallery/README
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythgallery.so
 %{_datadir}/mythtv/themes/default/gallery-ui.xml
-%{_datadir}/mythtv/themes/default-wide/gallery-ui.xml
 %{_datadir}/mythtv/themes/default/gallery-*.png
 # FIXME: this is definately stupid path
 /var/lib/pictures
@@ -622,21 +606,10 @@
 %if %{with mythgame}
 %files -n mythgame -f mythgame.lang
 %defattr(644,root,root,755)
-#%doc mythgame/README
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythgame.so
 %{_datadir}/mythtv/games
 %{_datadir}/mythtv/game_settings.xml
 %{_datadir}/mythtv/themes/default/game-ui.xml
-%{_datadir}/mythtv/themes/default-wide/game-ui.xml
-%endif
-
-%if %{with mythdvd}
-%files -n mythdvd
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/mtd
-%{_datadir}/mythtv/themes/default/dvd-ui.xml
-%{_datadir}/mythtv/themes/default-wide/dvd-ui.xml
-%{_datadir}/mythtv/themes/default/md_*.png
 %endif
 
 %if %{with mythnews}
@@ -646,12 +619,10 @@
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythnews.so
 %{_datadir}/mythtv/mythnews
 %{_datadir}/mythtv/themes/default/news-ui.xml
-# DUPLICATE WITH MYTHFLIX?
-%{_datadir}/mythtv/themes/default/news-info-bg.png
 %{_datadir}/mythtv/themes/default/enclosures.png
 %{_datadir}/mythtv/themes/default/need-download.png
-%{_datadir}/mythtv/themes/default/podcast.png
-%{_datadir}/mythtv/themes/default-wide/news-ui.xml
+# DUPLICATE WITH MYTHFLIX?
+%{_datadir}/mythtv/themes/default/news-info-bg.png
 %endif
 
 %if %{with mythbrowser}
@@ -660,9 +631,7 @@
 %doc mythbrowser/README mythbrowser/AUTHORS
 %attr(755,root,root) %{_bindir}/mythbrowser
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythbookmarkmanager.so
-%{_datadir}/mythtv/themes/default/mb_progress*.png
-%{_datadir}/mythtv/themes/default/browser-ui.xml
-%{_datadir}/mythtv/themes/default-wide/browser-ui.xml
+%{_datadir}/mythtv/themes/default/webpage.png
 %endif
 
 %if %{with mythphone}
@@ -679,8 +648,7 @@
 %if %{with mythweb}
 %files -n mythweb
 %defattr(644,root,root,755)
-%doc mythweb/README
-#%doc mythweb/data/htaccess
+%doc mythweb/{README,INSTALL,data,htaccess,mythweb.conf.*}
 %dir %attr(750,root,http) %{_webapps}/%{_webapp}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/httpd.conf
@@ -705,17 +673,23 @@
 %attr(755,root,root) %{_datadir}/mythtv/mythflix/scripts/netflix.pl
 %{_datadir}/mythtv/netflix_menu.xml
 %{_datadir}/mythtv/themes/default/title_netflix.png
-%{_datadir}/mythtv/themes/default/mythflix_background.png
 %{_datadir}/mythtv/themes/default/netflix-ui.xml
-%{_datadir}/mythtv/themes/default-wide/netflix-ui.xml
-%{_datadir}/mythtv/themes/default-wide/netflix-bg.png
 # DUPLICATE WITH MYTHNEWS?
 %{_datadir}/mythtv/themes/default/news-info-bg.png
 %endif
 
+%if %{with mythcontrols}
+%files -n mythcontrols -f mythcontrols.lang
+%defattr(644,root,root,755)
+%doc mythcontrols/{AUTHORS,README,TODO}
+%attr(755,root,root) %{_libdir}/mythtv/plugins/libmythcontrols.so
+%{_datadir}/mythtv/themes/default/controls-ui.xml
+%{_datadir}/mythtv/themes/default/kb-button-off.png
+%{_datadir}/mythtv/themes/default/kb-button-on.png
+%endif
+
 %if %{with mythmovies}
-%files -n mythmovies
-#-f mythmovies.lang
+%files -n mythmovies -f mythmovies.lang
 %defattr(644,root,root,755)
 %doc mythmovies/{README,TODO}
 %attr(755,root,root) %{_bindir}/ignyte
@@ -725,34 +699,39 @@
 %endif
 
 %if %{with mythzoneminder}
-%files -n mythzoneminder
-#-f mythmovies.lang
+%files -n mythzoneminder -f mythzoneminder.lang
 %defattr(644,root,root,755)
-%doc mythzoneminder/{AUTHORS,README}
+%doc mythzoneminder/{README,AUTHORS}
 %attr(755,root,root) %{_bindir}/mythzmserver
 %attr(755,root,root) %{_libdir}/mythtv/plugins/libmythzoneminder.so
-%dir %{_datadir}/mythtv/zonemindermenu.xml
 %{_datadir}/mythtv/themes/default/zoneminder-ui.xml
 %{_datadir}/mythtv/themes/default-wide/zoneminder-ui.xml
-%{_datadir}/mythtv/themes/default/mz_*png
+%{_datadir}/mythtv/themes/default/mz_*.png
+%{_datadir}/mythtv/zonemindermenu.xml
 %endif
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.39  2009/03/09 16:12:51  w.kier
-- up to 0.22 svn version
-  Qt4 only - initial release
-- build environement settings changed
-  libdirname definition instead of patchimg source
-- plugins list updated - removed non existing
-  added missing
+Revision 1.40  2009/03/09 19:28:03  w.kier
+- reverted to 1.38
+
+Revision 1.38  2009/03/07 19:45:09  jajcus
+- proper permissions for mythweather scripts
 
-Revision 1.35  2007/11/11 19:14:19  glen
+Revision 1.37  2009/03/07 18:39:09  jajcus
+- patch cleanup
+- pack mythweb/objects
+
+Revision 1.36  2009/03/07 17:46:23  jajcus
+- Version: 0.21
+- mythdvd is out, mythmovies and mythzoneminder in
+- mytharchive disabled, as it does not build
+
+Revision 1.35  2007-11-11 19:14:19  glen
 - 0.20.2, builds
 
 Revision 1.34  2007/02/13 07:16:49  glen
@@ -843,10 +822,10 @@
 - cleanup patches
 
 Revision 1.12.2.24  2006/02/03 10:39:24  qboosh
-- pl for mythflix and mythmovies
+- pl for mythflix and mythcontrols
 
 Revision 1.12.2.23  2006/02/03 10:36:34  glen
-- finish mythmovies module
+- finish mythcontrols module
 
 Revision 1.12.2.22  2006/02/03 01:07:12  glen
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mythplugins.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list