SPECS: drupal.spec - add -disabled_fields, -http-reject patches; r...

glen glen at pld-linux.org
Wed Sep 12 16:19:22 CEST 2007


Author: glen                         Date: Wed Sep 12 14:19:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -disabled_fields, -http-reject patches; rel 4

---- Files affected:
SPECS:
   drupal.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.76 SPECS/drupal.spec:1.77
--- SPECS/drupal.spec:1.76	Mon Mar 19 17:29:12 2007
+++ SPECS/drupal.spec	Wed Sep 12 16:19:17 2007
@@ -1,11 +1,16 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	ugly_patch		# enable ugly patch. don't use it ;)
+#
 %define		_ver		4.6
 %define		_patchlevel	11
+%define		_rel	4
 Summary:	Open source content management platform
 Summary(pl.UTF-8):	Platforma do zarządzania treścią o otwartych źródłach
 Name:		drupal
 Version:	%{_ver}.%{_patchlevel}
-Release:	3
+Release:	%{_rel}%{?with_ugly_patch:p}
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://drupal.org/files/projects/%{name}-%{version}.tar.gz
@@ -23,6 +28,8 @@
 Patch7:		%{name}-update-cli.patch
 Patch8:		%{name}-locale-memory.patch
 Patch9:		%{name}-comment.patch
+Patch10:	%{name}-disabled_fields.patch
+Patch11:	%{name}-http-reject.patch
 URL:		http://drupal.org/
 BuildRequires:	rpmbuild(macros) >= 1.264
 BuildRequires:	sed >= 4.0
@@ -184,6 +191,8 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%{?with_ugly_patch:%patch10 -p1}
+%{?with_ugly_patch:%patch11 -p1}
 
 cp -p %{SOURCE3} README.PLD
 
@@ -419,6 +428,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2007/09/12 14:19:17  glen
+- add -disabled_fields, -http-reject patches; rel 4
+
 Revision 1.76  2007/03/19 16:29:12  glen
 - provide virtual major version for inner package deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drupal.spec?r1=1.76&r2=1.77&f=u



More information about the pld-cvs-commit mailing list