SPECS: mythtv.spec - include also config.mak to libmyth-devel - pr...
glen
glen at pld-linux.org
Thu Sep 8 16:46:22 CEST 2005
Author: glen Date: Thu Sep 8 14:46:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include also config.mak to libmyth-devel
- provide frontend-api for plugins
---- Files affected:
SPECS:
mythtv.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.30 SPECS/mythtv.spec:1.31
--- SPECS/mythtv.spec:1.30 Thu Sep 8 04:49:55 2005
+++ SPECS/mythtv.spec Thu Sep 8 16:46:15 2005
@@ -29,7 +29,7 @@
Summary(pl): Osobista aplikacja do nagrywania obrazu (PVR)
Name: mythtv
Version: 0.18.1
-Release: 0.19
+Release: 0.21
License: GPL v2
Group: Applications/Multimedia
Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -137,6 +137,7 @@
Group: Applications/Multimedia
Requires: mythtv = %{version}-%{release}
Requires: mythtv-themes = %{version}-%{release}
+Provides: mythtv-frontend-api = %(echo %{version} | cut -d. -f1,2)
%description frontend
MythTV provides a unified graphical interface for recording and
@@ -184,7 +185,6 @@
Summary: Base themes for mythtv's frontend
Summary(pl): Podstawowe motywy dla frontendu mythtv
Group: Applications/Multimedia
-Obsoletes: mythtv-theme-Titivillus
%description themes
MythTV provides a unified graphical interface for recording and
@@ -264,7 +264,7 @@
fi
%endif
export QTDIR="%{_prefix}"
-export QMAKESPEC="linux-g++"
+#export QMAKESPEC="linux-g++"
%if "%{_lib}" != "lib"
export QMAKE_LIBDIR_X11=%{_prefix}/X11R6/%{_lib}
@@ -335,7 +335,8 @@
install %{SOURCE7} $RPM_BUILD_ROOT%{_desktopdir}
# Install settings.pro so people can see the build options we used
-install -pD settings.pro $RPM_BUILD_ROOT%{_datadir}/mythtv/build/settings.pro
+install -d $RPM_BUILD_ROOT%{_datadir}/mythtv/build
+install config.mak settings.pro $RPM_BUILD_ROOT%{_datadir}/mythtv/build
%clean
rm -rf $RPM_BUILD_ROOT
@@ -347,8 +348,7 @@
%addusertogroup %{name} audio
%post backend
-# NFY
-#/sbin/chkconfig --add mythbackend
+/sbin/chkconfig --add mythbackend
%preun backend
if [ "$1" = "0" ]; then
@@ -376,7 +376,6 @@
%files
%defattr(644,root,root,755)
%doc README* UPGRADING AUTHORS FAQ
-%doc keys.txt
%doc docs contrib configfiles
%files backend
@@ -394,6 +393,7 @@
%files frontend
%defattr(644,root,root,755)
+%doc keys.txt
%dir %{_datadir}/mythtv
%dir %{_libdir}/mythtv
%{_datadir}/mythtv/*.xml
@@ -428,8 +428,7 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/*.so
%{_includedir}/*
-%dir %{_datadir}/mythtv/build
-%{_datadir}/mythtv/build/settings.pro
+%{_datadir}/mythtv/build
%files -n libmyth-static
%defattr(644,root,root,755)
@@ -441,6 +440,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2005/09/08 14:46:15 glen
+- include also config.mak to libmyth-devel
+- provide frontend-api for plugins
+
Revision 1.30 2005/09/08 02:49:55 glen
- disable configure distcc, ccache (you should be using macros if you need them)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list