Author: glen                         Date: Tue Feb 15 16:40:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix apache2 config linkage
- updated apache1 config update check
- add rss-charset patch

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

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.45 SPECS/eventum.spec:1.46
--- SPECS/eventum.spec:1.45     Tue Feb  1 23:02:41 2005
+++ SPECS/eventum.spec  Tue Feb 15 17:39:56 2005
@@ -23,7 +23,7 @@
 %define _source 
http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 %endif
 
-%define _rel 1.138
+%define _rel 1.140
 
 Summary:       Eventum Issue - a bug tracking system
 Summary(pl):   Eventum - system śledzenia spraw/błędów
@@ -53,6 +53,7 @@
 Patch13:               %{name}-maildecode.patch
 Patch14:               %{name}-send-typo.patch
 Patch15:               %{name}-fixes.patch
+Patch16:               %{name}-rss-charset.patch
 URL:           http://dev.mysql.com/downloads/other/eventum/index.html
 BuildRequires: rpmbuild(macros) >= 1.177
 BuildRequires: sed >= 4.0
@@ -394,6 +395,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 rm -f */*~ */*/*~
 
@@ -464,7 +466,7 @@
 
 %post
 # apache1
-if [ -f %{_apache1dir}/apache.conf ]; then
+if [ -d %{_apache1dir}/conf.d ]; then
        ln -sf %{_sysconfdir}/apache.conf %{_apache1dir}/conf.d/99_%{name}.conf
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
@@ -526,7 +528,7 @@
        fi
        # apache2
        if [ -d %{_apache2dir}/httpd.conf ]; then
-               rm -f %{_apache1dir}/httpd.conf/99_%{name}.conf
+               rm -f %{_apache2dir}/httpd.conf/99_%{name}.conf
                if [ -f /var/lock/subsys/httpd ]; then
                        /etc/rc.d/init.d/httpd restart 1>&2
                fi
@@ -648,6 +650,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.46  2005/02/15 16:39:56  glen
+- fix apache2 config linkage
+- updated apache1 config update check
+- add rss-charset patch
+
 Revision 1.45  2005/02/01 22:02:41  glen
 - mail header encoding related fixes
 
================================================================

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


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

Reply via email to