SPECS (DEVEL): mythplugins.spec - fix versioning, updated mythweb

glen glen at pld-linux.org
Thu Jan 12 11:19:55 CET 2006


Author: glen                         Date: Thu Jan 12 10:19:55 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- fix versioning, updated mythweb

---- Files affected:
SPECS:
   mythplugins.spec (1.12.2.10 -> 1.12.2.11) 

---- Diffs:

================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.12.2.10 SPECS/mythplugins.spec:1.12.2.11
--- SPECS/mythplugins.spec:1.12.2.10	Sat Jan  7 14:43:28 2006
+++ SPECS/mythplugins.spec	Thu Jan 12 11:19:50 2006
@@ -31,11 +31,11 @@
 Summary:	Main MythTV plugins
 Summary(pl):	Główne wtyczki MythTV
 Name:		mythplugins
-Version:	0.18.1
 %define	_snap 20051221
 %define	_rev 8332
-%define	_rel 1
-Release:	0.%{_snap}.%{_rel}
+%define	_rel 1.3
+Version:	0.19.0.%{_snap}
+Release:	0.%{_rev}.%{_rel}
 License:	GPL v2
 Group:		Applications/Multimedia
 #Source0:	http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -244,10 +244,11 @@
 Summary:	The web interface to MythTV
 Summary(pl):	Interfejs WWW do MythTV
 Group:		Applications/Multimedia
-Requires:	apache >= 1.3.33-2
+Requires:	webserver = apache
 Requires:	apache(mod_env)
-Requires:	php >= 3:4.2.2
-Requires:	php-mysql >= 3:4.2.2
+Requires:	php >= 3:4.3
+Requires:	php-mysql
+Requires:	php-posix
 
 %description -n mythweb
 The web interface to MythTV.
@@ -267,6 +268,8 @@
 
 # trash
 rm mythweb/images/icons/.cvsignore
+# make it visible
+mv mythweb/{.,}htaccess
 
 %if %{with binary}
 # include mythtv build settings
@@ -346,7 +349,7 @@
 cp -a mythweb/*.php $RPM_BUILD_ROOT%{_datadir}/mythweb
 cp -a mythweb/languages/*.php $RPM_BUILD_ROOT%{_datadir}/mythweb/languages
 cp -a mythweb/includes/*.php $RPM_BUILD_ROOT%{_datadir}/mythweb/includes
-cp -a mythweb/{images,js,themes,templates,vxml} $RPM_BUILD_ROOT%{_datadir}/mythweb
+cp -a mythweb/{images,js,skins,modules,themes,templates,vxml} $RPM_BUILD_ROOT%{_datadir}/mythweb
 cp -a mythweb/config/*.{php,dat} $RPM_BUILD_ROOT%{_sysconfdir}/mythweb
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mythweb/apache.conf
 touch $RPM_BUILD_ROOT%{_sysconfdir}/mythweb/htpasswd
@@ -513,7 +516,7 @@
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mythweb/*.dat
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mythweb/htpasswd
 %{_datadir}/mythweb
-%dir /var/cache/mythweb
+%dir %attr(771,root,http) /var/cache/mythweb
 %dir %attr(771,root,http) /var/cache/mythweb/image_cache
 %dir %attr(771,root,http) /var/cache/mythweb/php_sessions
 %endif
@@ -524,6 +527,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12.2.11  2006/01/12 10:19:50  glen
+- fix versioning, updated mythweb
+
 Revision 1.12.2.10  2006/01/07 13:43:28  glen
 - up to r8332 (reported to be working after livetv changes)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythplugins.spec?r1=1.12.2.10&r2=1.12.2.11&f=u



More information about the pld-cvs-commit mailing list