]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- patch cleanup
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 7 Mar 2009 18:39:09 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pack mythweb/objects

Changed files:
    mythplugins.spec -> 1.37

mythplugins.spec

index 4df93d39ad153ceb8c5eb61eb590291be3f7427e..fb50e44be6b0d2a379d263703097357092aa0939 100644 (file)
@@ -52,8 +52,7 @@ Source0:      ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
 # Source0-md5: 6c08043227bef1384858deee12b5cdc3
 #Source0:      %{name}-%{_snap}.%{_rev}.tar.bz2
 Source1:       mythweb.conf
-Patch0:                %{name}-lib64.patch
-Patch1:                %{name}-paths.patch
+Patch0:                %{name}-paths.patch
 URL:           http://www.mythtv.org/
 %if %{with binary}
 %if %{with mythgallery} || %{with myhtmusic}
@@ -327,10 +326,7 @@ ZoneMinder is a Linux video camera security and surveillance solution .
 
 %prep
 %setup -q %{?_snap:-n %{name}}
-%if %{_lib} != "lib"
-#%patch0 -p1
-%endif
-%patch1 -p1
+%patch0 -p1
 #filterdiff -i 'mythplugins/*' %{PATCH100} | %{__patch} -p1 -s
 
 # make it visible
@@ -402,7 +398,7 @@ 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 data includes js modules skins $RPM_BUILD_ROOT%{_datadir}/mythweb
+cp -a *.php *.pl data includes js modules objects skins $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.118014 seconds and 4 git commands to generate.