]> git.pld-linux.org Git - packages/php.git/commitdiff
- package ext/session/mod_files.sh
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jan 2006 14:53:27 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.547

php.spec

index 331d0d9cd3c26adb4b0266cefb6555a28214bfb2..f83d76ec35023fa0174e2edb3f625a229caeb71c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1768,8 +1768,6 @@ for sapi in $sapis; do
        --with-zlib-dir=shared,/usr
 
        cp -f Makefile Makefile.$sapi
-
-       # left for debugging purposes
        cp -f main/php_config.h php_config.h.$sapi
 done
 
@@ -2648,6 +2646,12 @@ fi
 %dir %{extensionsdir}
 %dir %{_phpsharedir}
 
+# session_mm doesn't work with shared session
+#%files session
+#%defattr(644,root,root,755)
+#%attr(755,root,root) %{extensionsdir}/session.so
+%doc ext/session/mod_files.sh
+
 %files devel
 %defattr(644,root,root,755)
 %doc README.UNIX-BUILD-SYSTEM
@@ -2949,11 +2953,6 @@ fi
 %attr(755,root,root) %{extensionsdir}/recode.so
 %endif
 
-# session_mm doesn't work with shared session
-#%files session
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{extensionsdir}/session.so
-
 %if 0
 # simplexml is needed by spl, and spl can't be built shared as of now (5.1.0RC3)
 %files simplexml
This page took 0.057638 seconds and 4 git commands to generate.