]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- move myth{shutdown,welcome} to frontend package
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Jan 2006 10:21:06 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.39.2.8

mythtv.spec

index 4b6361d4e185a94822ea29e262a442cf86986c47..03668f15c50b58bff8b2d0ce5f8d66feab64a9fa 100644 (file)
@@ -409,9 +409,7 @@ fi
 %attr(755,root,root) %{_bindir}/mythfilldatabase
 %attr(755,root,root) %{_bindir}/mythjobqueue
 %attr(755,root,root) %{_bindir}/mythlcdserver
-%attr(755,root,root) %{_bindir}/mythshutdown
 %attr(755,root,root) %{_bindir}/mythtranscode
-%attr(755,root,root) %{_bindir}/mythwelcome
 %attr(775,root,mythtv) %dir /var/lib/mythtv
 %attr(775,root,mythtv) %dir /var/cache/mythtv
 %attr(775,root,mythtv) %dir /var/run/mythtv
@@ -423,14 +421,14 @@ fi
 %files frontend
 %defattr(644,root,root,755)
 %doc keys.txt
-%dir %{_datadir}/mythtv
-%dir %{_libdir}/mythtv
-%{_datadir}/mythtv/*.xml
 %attr(755,root,root) %{_bindir}/mythfrontend
+%attr(755,root,root) %{_bindir}/mythshutdown
 %attr(755,root,root) %{_bindir}/mythtv
-#%attr(755,root,root) %{_bindir}/mythepg
-#%attr(755,root,root) %{_bindir}/mythprogfind
 %attr(755,root,root) %{_bindir}/mythtvosd
+%attr(755,root,root) %{_bindir}/mythwelcome
+%dir %{_datadir}/mythtv
+%dir %{_libdir}/mythtv
+%{_datadir}/mythtv/*.xml
 %dir %{_libdir}/mythtv/filters
 %dir %{_libdir}/mythtv/plugins
 %attr(755,root,root) %{_libdir}/mythtv/filters/*.so
This page took 0.027033 seconds and 4 git commands to generate.