SPECS (DEVEL): mythtv.spec - move unuseful programs (for the user)...

glen glen at pld-linux.org
Sat Feb 4 18:33:09 CET 2006


Author: glen                         Date: Sat Feb  4 17:33:09 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- move unuseful programs (for the user) to sbindir

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

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.39.2.17 SPECS/mythtv.spec:1.39.2.18
--- SPECS/mythtv.spec:1.39.2.17	Sat Feb  4 18:01:21 2006
+++ SPECS/mythtv.spec	Sat Feb  4 18:33:04 2006
@@ -36,7 +36,7 @@
 
 %define	_snap 20060204
 %define	_rev 8859
-%define	_rel 1
+%define	_rel 1.1
 Summary:	A personal video recorder (PVR) application
 Summary(pl):	Osobista aplikacja do nagrywania obrazu (PVR)
 Name:		mythtv
@@ -81,7 +81,7 @@
 BuildRequires:	sed >= 4.0
 # for bundled libavcodec
 BuildRequires:	libdts-devel
-BuildConflicts:	libmyth
+BuildConflicts:	libmyth-devel
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -389,6 +389,10 @@
 s,%%lang(pt_br),%%lang(pt_BR),
 ' *.lang
 
+# not for users, move to sbin
+install -d $RPM_BUILD_ROOT%{_sbindir}
+mv $RPM_BUILD_ROOT%{_bindir}/myth{backend,commflag,jobqueue,lcdserver} $RPM_BUILD_ROOT%{_sbindir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -431,11 +435,11 @@
 
 %files backend
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/mythbackend
-%attr(755,root,root) %{_bindir}/mythcommflag
+%attr(755,root,root) %{_sbindir}/mythbackend
+%attr(755,root,root) %{_sbindir}/mythcommflag
 %attr(755,root,root) %{_bindir}/mythfilldatabase
-%attr(755,root,root) %{_bindir}/mythjobqueue
-%attr(755,root,root) %{_bindir}/mythlcdserver
+%attr(755,root,root) %{_sbindir}/mythjobqueue
+%attr(755,root,root) %{_sbindir}/mythlcdserver
 %attr(755,root,root) %{_bindir}/mythtranscode
 %attr(775,root,mythtv) %dir /var/lib/mythtv
 %attr(775,root,mythtv) %dir /var/cache/mythtv
@@ -492,6 +496,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39.2.18  2006/02/04 17:33:04  glen
+- move unuseful programs (for the user) to sbindir
+
 Revision 1.39.2.17  2006/02/04 17:01:21  glen
 - strict internal deps
 - move %myth_api_version somewhere visible
================================================================

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



More information about the pld-cvs-commit mailing list