Author: misc
Date: Wed Feb 14 11:36:41 2007
New Revision: 120770

Modified:
   packages/cooker/trac/current/SPECS/trac.spec

Log:
- fix backporting on 2007.0


Modified: packages/cooker/trac/current/SPECS/trac.spec
==============================================================================
--- packages/cooker/trac/current/SPECS/trac.spec        (original)
+++ packages/cooker/trac/current/SPECS/trac.spec        Wed Feb 14 11:36:41 2007
@@ -5,7 +5,7 @@
 #   wsgi, here to not pull anything ( ie, not pull apache ) or change the 
configuration
 
 # TODO people who want to use fcgi with lighttpd ?
-%define rel 2
+%define rel 3
 
 Name:          trac
 Version: 0.10.3
@@ -378,7 +378,9 @@
 %{_bindir}/%{name}-admin
 %_mandir/man1/*
 %{py_puresitedir}/%{name}/
+%if %{mdkversion} > 200700
 %{py_puresitedir}/*.egg-info
+%endif
 %exclude %{py_puresitedir}/%{name}/web/modpython_frontend.py*
 %exclude %{py_puresitedir}/%{name}/web/fcgi_frontend.py*
 %exclude %{py_puresitedir}/%{name}/web/_fcgi.py*

Reply via email to