SPECS: mythtv.spec - partial cleanup

qboosh qboosh at pld-linux.org
Wed Oct 8 21:24:51 CEST 2008


Author: qboosh                       Date: Wed Oct  8 19:24:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partial cleanup

---- Files affected:
SPECS:
   mythtv.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.73 SPECS/mythtv.spec:1.74
--- SPECS/mythtv.spec:1.73	Tue Oct  7 17:00:01 2008
+++ SPECS/mythtv.spec	Wed Oct  8 21:24:45 2008
@@ -24,7 +24,7 @@
 %bcond_with	ivtv		# ivtv support (PVR-250, PVR-350) NFY
 %bcond_with	firewire	# ieee1394 (NFY)
 %bcond_without	xvmc		# do not use XvMCW
-%bcond_with	mmx			# enable mmx
+%bcond_with	mmx		# enable MMX
 
 # enable mmx automatically on arches having it
 %ifarch %{ix86} %{x8664}
@@ -48,18 +48,16 @@
 Source5:	mythfrontend.desktop
 #Patch100:		%{name}-branch.diff
 Patch0:		%{name}-lib64.patch
-Patch1:		mythtv-configure.patch
+Patch1:		%{name}-configure.patch
 Patch2:		%{name}-mythstream.patch
 Patch3:		%{name}-ldconfig.patch
 #Patch4:		%{name}-pl.patch
 Patch5:		%{name}-sbinpath.patch
-Patch6:		mythtv-dvdnav-shared.patch
+Patch6:		%{name}-dvdnav-shared.patch
 Patch7:		%{name}-libs.patch
 Patch8:		%{name}-fixes.patch
 Patch9:		%{name}-ffmpeg-API.patch
 URL:		http://www.mythtv.org/
-#BuildRequires:	DirectFB-devel
-#BuildRequires:	XFree86-devel
 BuildRequires:	OpenGL-devel
 BuildRequires:	OpenGL-GLU-devel
 %{?with_alsa:BuildRequires:	alsa-lib-devel}
@@ -83,7 +81,6 @@
 BuildRequires:	sed >= 4.0
 # for bundled libavcodec
 BuildRequires:	libdts-devel
-#BuildConflicts:	libmyth-devel
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXxf86vm-devel
 ExclusiveArch:	%{ix86} %{x8664} ppc
@@ -381,8 +378,8 @@
 	--enable-x11 \
 
 qmake mythtv.pro \
-QTDIR="%{_prefix}" \
-QMAKE_LIBDIR_X11=%{?_x_libraries}%{!?_x_libraries:%{_libdir}}
+	QTDIR="%{_prefix}" \
+	QMAKE_LIBDIR_X11=%{?_x_libraries}%{!?_x_libraries:%{_libdir}}
 
 %{__make} \
 	QTDIR="%{_prefix}" \
@@ -475,13 +472,13 @@
 
 %files backend
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mythfilldatabase
+%attr(755,root,root) %{_bindir}/mythtranscode
+%attr(755,root,root) %{_bindir}/mythreplex
 %attr(755,root,root) %{_sbindir}/mythbackend
 %attr(755,root,root) %{_sbindir}/mythcommflag
-%attr(755,root,root) %{_bindir}/mythfilldatabase
 %attr(755,root,root) %{_sbindir}/mythjobqueue
 %attr(755,root,root) %{_sbindir}/mythlcdserver
-%attr(755,root,root) %{_bindir}/mythtranscode
-%attr(755,root,root) %{_bindir}/mythreplex
 %attr(775,root,mythtv) %dir /var/lib/mythtv
 %attr(775,root,mythtv) %dir /var/cache/mythtv
 %attr(775,root,mythtv) %dir /var/run/mythtv
@@ -536,6 +533,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2008/10/08 19:24:45  qboosh
+- partial cleanup
+
 Revision 1.73  2008/10/07 15:00:01  shadzik
 - ffmpeg suuport fix (new API)
 - rel 5
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mythtv.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list