rpms/mod_suphp/devel mod_suphp.spec,1.16,1.17

Andreas Thienemann ixs at fedoraproject.org
Sun Sep 7 10:04:40 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/mod_suphp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26376

Modified Files:
	mod_suphp.spec 
Log Message:
* Sun Sep 07 2008 Andreas Thienemann <andreas at bawue.net> - 0.6.3-3
- Fix conditionals, fix FTBFS #449578



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_suphp/devel/mod_suphp.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mod_suphp.spec	11 Aug 2008 15:19:33 -0000	1.16
+++ mod_suphp.spec	7 Sep 2008 10:04:09 -0000	1.17
@@ -1,17 +1,17 @@
 # Depending on what version of Fedora we're on, use a different php binary, different apr
 # and also different handler.
 %if 0%{?fedora}
-   %if "%{fedora}" >= "5"
+   %if 0%{fedora} >= 5
       %define php /usr/bin/php-cgi
       %define handler php5-script
       %define apr /usr/bin/apr-1-config
    %endif
-   %if "%{fedora}" == "4"
+   %if 0%{fedora} == 4
       %define php /usr/bin/php-cgi
       %define handler x-httpd-php
       %define apr /usr/bin/apr-config
    %endif
-   %if "%{fedora}" <= "3"
+   %if 0%{fedora} <= 3
       %define php /usr/bin/php
       %define handler x-httpd-php
       %define apr /usr/bin/apr-config
@@ -115,6 +115,9 @@
 
 
 %changelog
+* Sun Sep 07 2008 Andreas Thienemann <andreas at bawue.net> - 0.6.3-3
+- Fix conditionals, fix FTBFS #449578
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.6.3-2
 - fix license tag
 




More information about the fedora-extras-commits mailing list