]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix unpacking manula tar ball,
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Nov 2001 03:00:28 +0000 (03:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move unpacking manual tar ball to %prep.

Changed files:
    php.spec -> 1.109

php.spec

index 0e46c80dfca8a48c1c4dd82b2975232459a8eef7..02d7470bd82f0e7253e264c286008be57682dc39 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -815,6 +815,10 @@ Modu
 %patch12 -p1
 %patch13 -p1
 
+mkdir manual
+bzip2 -dc %{SOURCE4} | tar -- xf -C manual
+ln -s manual.html manual/index.html
+
 %build
 CFLAGS="%{rpmcflags} -DEAPI -I/usr/X11R6/include"; export CFLAGS
 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
@@ -930,9 +934,6 @@ install %{SOURCE2}          $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
 install %{SOURCE3} php4.gif    $RPM_BUILD_ROOT/home/httpd/icons
 install %{SOURCE5} $RPM_BUILD_ROOT/%{_sbindir}
 
-mkdir manual
-tar zxf %{SOURCE4} -C manual
-ln -s manual.html manual/index.html
 
 install %{SOURCE1} .
 gzip -9nf CODING_STANDARDS CREDITS \
This page took 1.288177 seconds and 4 git commands to generate.