packages: mythplugins/mythplugins.spec - the unmaintained mythweb-config.pa...
jajcus
jajcus at pld-linux.org
Sat Jan 23 14:36:19 CET 2010
Author: jajcus Date: Sat Jan 23 13:36:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- the unmaintained mythweb-config.patch replaced with a single chdir() and a symlink to /var/cache/mythweb
- Release: 2
---- Files affected:
packages/mythplugins:
mythplugins.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: packages/mythplugins/mythplugins.spec
diff -u packages/mythplugins/mythplugins.spec:1.50 packages/mythplugins/mythplugins.spec:1.51
--- packages/mythplugins/mythplugins.spec:1.50 Fri Jan 22 21:00:58 2010
+++ packages/mythplugins/mythplugins.spec Sat Jan 23 14:36:13 2010
@@ -37,7 +37,7 @@
Summary(pl.UTF-8): Główne wtyczki MythTV
Name: mythplugins
Version: 0.22
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/Multimedia
Source0: ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
@@ -45,7 +45,7 @@
Source1: mythweb.conf
#Patch0: %{name}-lib64.patch
#Patch1: %{name}-paths.patch
-Patch2: mythweb-config.patch
+Patch2: mythweb-chdir.patch
Patch20: %{name}-mytharchive-INT64.patch
#Patch21: mythmusic_fftw3.patch
#Patch100: mythtv-branch.diff
@@ -336,7 +336,7 @@
#%patch0 -p1
#%endif
#%patch1 -p1
-#%patch2 -p1
+%patch2 -p1
%patch20 -p1
#%patch21 -p1
#filterdiff -i 'mythplugins/*' %{PATCH100} | %{__patch} -p1 -s
@@ -410,7 +410,8 @@
install -d $RPM_BUILD_ROOT%{_datadir}/mythweb
install -d $RPM_BUILD_ROOT/var/cache/mythweb/{image_cache,php_sessions,tv_icons}
install -d $RPM_BUILD_ROOT%{_webapps}/%{_webapp}
-cp -a *.php *.pl classes configuration data includes js modules skins $RPM_BUILD_ROOT%{_datadir}/mythweb
+cp -a *.php *.pl classes configuration includes js modules skins $RPM_BUILD_ROOT%{_datadir}/mythweb
+ln -sf /var/cache/mythweb $RPM_BUILD_ROOT%{_datadir}/mythweb
install %{SOURCE1} $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/apache.conf
install %{SOURCE1} $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/httpd.conf
touch $RPM_BUILD_ROOT%{_webapps}/%{_webapp}/htpasswd
@@ -720,6 +721,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2010/01/23 13:36:13 jajcus
+- the unmaintained mythweb-config.patch replaced with a single chdir() and a symlink to /var/cache/mythweb
+- Release: 2
+
Revision 1.50 2010/01/22 20:00:58 jajcus
- missing mythweb files packaged
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythplugins/mythplugins.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list