SPECS: phpBB.spec - added bcond_without php5 by build at kompuart.pl

paszczus paszczus at pld-linux.org
Sun Jul 24 15:52:38 CEST 2005


Author: paszczus                     Date: Sun Jul 24 13:52:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond_without php5 by build at kompuart.pl

---- Files affected:
SPECS:
   phpBB.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/phpBB.spec
diff -u SPECS/phpBB.spec:1.75 SPECS/phpBB.spec:1.76
--- SPECS/phpBB.spec:1.75	Wed Jul 20 19:54:02 2005
+++ SPECS/phpBB.spec	Sun Jul 24 15:52:32 2005
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# Conditional build:
+%bcond_without php5		# build without php5 support
+#
 Summary:	A feature-rich PHP discussion board
 Summary(pl):	Forum dyskusyjne o dużych możliwościach
 Name:		phpBB
@@ -24,6 +27,8 @@
 # Source6-md5:	419157eb144fa81b7464a5f2edeea434
 Source7:	%{name}.conf
 Source8:	%{name}.ico
+Source9:	http://dl.sourceforge.net/phpbb/%{name}-%{version}.tar.bz2
+# Source9-md5:	1cafd539b72201c91c5cdee98f910046
 URL:		http://www.phpbb.com/
 Requires:	php-pcre
 Requires:	webserver
@@ -62,7 +67,11 @@
 Pakiet potrzebny do instalacji forum %{name}.
 
 %prep
+%if %{without php5}
+%setup -q -T -b 9 -n phpBB2
+%else
 %setup -q -c
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -225,6 +234,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2005/07/24 13:52:32  paszczus
+- added bcond_without php5 by build at kompuart.pl
+
 Revision 1.75  2005/07/20 17:54:02  orzech
 - up to 2.0.17 (20175)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phpBB.spec?r1=1.75&r2=1.76&f=u




More information about the pld-cvs-commit mailing list