SPECS (DEVEL): mythtv.spec - strict internal deps - move %myth_api...

glen glen at pld-linux.org
Sat Feb 4 18:01:27 CET 2006


Author: glen                         Date: Sat Feb  4 17:01:27 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- strict internal deps
- move %myth_api_version somewhere visible

---- Files affected:
SPECS:
   mythtv.spec (1.39.2.16 -> 1.39.2.17) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.39.2.16 SPECS/mythtv.spec:1.39.2.17
--- SPECS/mythtv.spec:1.39.2.16	Sat Feb  4 17:54:09 2006
+++ SPECS/mythtv.spec	Sat Feb  4 18:01:21 2006
@@ -85,6 +85,8 @@
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define	myth_api_version %(echo %{version} | cut -d. -f1,2)
+
 %description
 MythTV implements the following PVR features, and more, with a unified
 graphical interface:
@@ -121,6 +123,7 @@
 Requires(pre):	/usr/bin/getgid
 Requires(pre):	/usr/sbin/groupadd
 Requires(pre):	/usr/sbin/useradd
+Requires:	libmyth = %{version}-%{release}
 Requires:	mythtv = %{version}-%{release}
 Provides:	group(mythtv)
 Provides:	user(mythtv)
@@ -149,9 +152,10 @@
 Summary:	Client component of mythtv (a PVR)
 Summary(pl):	Część kliencka mythtv (PVR)
 Group:		Applications/Multimedia
+Requires:	libmyth = %{version}-%{release}
 Requires:	mythtv = %{version}-%{release}
 Requires:	mythtv-themes = %{version}-%{release}
-Provides:	mythtv-frontend-api = %(echo %{version} | cut -d. -f1,2)
+Provides:	mythtv-frontend-api = %{myth_api_version}
 
 %description frontend
 MythTV provides a unified graphical interface for recording and
@@ -177,6 +181,7 @@
 Summary:	Setup the mythtv backend
 Summary(pl):	Konfigurator backendu mythtv
 Group:		Applications/Multimedia
+Requires:	libmyth = %{version}-%{release}
 
 %description setup
 MythTV provides a unified graphical interface for recording and
@@ -487,6 +492,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39.2.17  2006/02/04 17:01:21  glen
+- strict internal deps
+- move %myth_api_version somewhere visible
+
 Revision 1.39.2.16  2006/02/04 16:54:09  glen
 - standard permissions on sysconfig and logrotate file
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.39.2.16&r2=1.39.2.17&f=u



More information about the pld-cvs-commit mailing list