Author: glen                         Date: Tue Feb 15 17:41:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- R: apache-mod_dir
- don't apply fix-patches if building snapshot

---- Files affected:
SPECS:
   eventum.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.46 SPECS/eventum.spec:1.47
--- SPECS/eventum.spec:1.46     Tue Feb 15 17:39:56 2005
+++ SPECS/eventum.spec  Tue Feb 15 18:41:15 2005
@@ -15,7 +15,7 @@
 %bcond_with    pear    # build with system PEAR packages (or use bundled ones)
 
 # snapshot: DATE
-#define _snap 20050124
+#define _snap 20050215
 
 %if 0%{?_snap}
 %define _source 
http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
@@ -23,7 +23,7 @@
 %define _source 
http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 %endif
 
-%define _rel 1.140
+%define _rel 1.141
 
 Summary:       Eventum Issue - a bug tracking system
 Summary(pl):   Eventum - system śledzenia spraw/błędów
@@ -82,7 +82,7 @@
 Requires:      php-pear-Text_Diff
 Requires:      php-pear-XML_RPC
 %endif
-#Requires:     apache-mod_dir
+Requires:      apache-mod_dir
 # conflict with non-confdir apache
 Conflicts:     apache1 < 1.3.33-1.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -388,7 +388,8 @@
 %patch3 -p1
 %{?with_pear:%patch4 -p1 -b .PEAR}
 
-# bug fixes
+# bug fixes. do not apply if building snap
+%if %{undefined snap}
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
@@ -396,6 +397,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%endif
 
 rm -f */*~ */*/*~
 
@@ -650,6 +652,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2005/02/15 17:41:15  glen
+- R: apache-mod_dir
+- don't apply fix-patches if building snapshot
+
 Revision 1.46  2005/02/15 16:39:56  glen
 - fix apache2 config linkage
 - updated apache1 config update check
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.46&r2=1.47&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to