]> git.pld-linux.org Git - packages/php.git/commitdiff
- make with xslt bcond at least possible to use...
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 6 Dec 2004 20:17:30 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.381

php.spec

index edf66f13db10a061926a0db7495531d060d9bdd1..570db563e59bfccf701db56257a30a80426f6d44 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2605,11 +2605,11 @@ fi
 %attr(755,root,root) %{extensionsdir}/xmlrpc.so
 %endif
 
-#%if %{with xslt}
-#%files xslt
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{extensionsdir}/xslt.so
-#%endif
+%if %{with xslt}
+%files xslt
+%defattr(644,root,root,755)
+%attr(755,root,root) %{extensionsdir}/xslt.so
+%endif
 
 %if %{with yaz}
 %files yaz
This page took 0.053714 seconds and 4 git commands to generate.