]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- the unmaintained mythweb-config.patch replaced with a single chdir() and a symlink...
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 23 Jan 2010 13:36:13 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 2

Changed files:
    mythplugins.spec -> 1.51

mythplugins.spec

index cb03d2fdcc91df17a9b8da0073c2884cdd466c8f..6bf87bb72569b2a35a1bd3d68429ab71036a94f2 100644 (file)
@@ -36,7 +36,7 @@ Summary:      Main MythTV plugins
 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
@@ -44,7 +44,7 @@ Source0:      ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
 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
@@ -335,7 +335,7 @@ Obsługa kamer przemysłowych dla MythTV.
 #%patch0 -p1
 #%endif
 #%patch1 -p1
-#%patch2 -p1
+%patch2 -p1
 %patch20 -p1
 #%patch21 -p1
 #filterdiff -i 'mythplugins/*' %{PATCH100} | %{__patch} -p1 -s
@@ -409,7 +409,8 @@ cd mythweb
 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
This page took 0.07412 seconds and 4 git commands to generate.