SPECS (DEVEL): trac.spec - root2http patch updated - fix unexpanded ${execu...

glen glen at pld-linux.org
Mon Nov 3 12:04:02 CET 2008


Author: glen                         Date: Mon Nov  3 11:04:02 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- root2http patch updated
- fix unexpanded ${executable}

---- Files affected:
SPECS:
   trac.spec (1.55.2.3 -> 1.55.2.4) 

---- Diffs:

================================================================
Index: SPECS/trac.spec
diff -u SPECS/trac.spec:1.55.2.3 SPECS/trac.spec:1.55.2.4
--- SPECS/trac.spec:1.55.2.3	Tue Oct  7 20:54:20 2008
+++ SPECS/trac.spec	Mon Nov  3 12:03:57 2008
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8):	Zintegrowane scm, wiki, system śledzenia problemów i środowisko projektowe
 Name:		trac
 Version:	0.11.1
-Release:	0.1
+Release:	0.5
 License:	BSD-like
 Group:		Applications/WWW
 Source0:	http://ftp.edgewall.com/pub/trac/Trac-%{version}.tar.gz
@@ -24,7 +24,7 @@
 Source2:	%{name}-lighttpd.conf
 Source3:	%{name}.ico
 Source4:	%{name}.ini
-#Patch0: %{name}-root2http.patch
+Patch0:		%{name}-root2http.patch
 Patch1:		%{name}-defaults.patch
 URL:		http://www.edgewall.com/trac/
 BuildRequires:	python >= 1:2.1
@@ -32,6 +32,7 @@
 BuildRequires:	python-setuptools
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	sed >= 4.0
 Requires:	group(http)
 Requires:	python >= 1:2.1
 Requires:	python-clearsilver >= 0.9.3
@@ -47,10 +48,10 @@
 #Suggests:	apache(mod_env)
 #Suggests:	apache-mod_python >= 3.1.3
 #Suggests:	lighttpd-mod_fastcgi
-Suggests:	python-docutils >= 0.6
-Suggests:	python-pygments >= 0.6
-Suggests:	python-silvercity >= 0.9.4
-Suggests:	python-textile >= 2.0
+#Suggests:	python-docutils >= 0.6
+#Suggests:	python-pygments >= 0.6
+#Suggests:	python-silvercity >= 0.9.4
+#Suggests:	python-textile >= 2.0
 #Suggests:	webserver(auth)
 #Suggests:	webserver(cgi)
 Obsoletes:	trac-plugin-webadmin
@@ -76,7 +77,7 @@
 
 %prep
 %setup -q -n Trac-%{version}
-#%patch0 -p1
+%patch0 -p1
 %patch1 -p1
 
 %install
@@ -95,6 +96,7 @@
 install -d $RPM_BUILD_ROOT%{_appdir}/cgi-bin
 mv $RPM_BUILD_ROOT{%{py_sitescriptdir}/trac,%{_appdir}}/htdocs
 for a in $RPM_BUILD_ROOT%{py_sitescriptdir}/trac/admin/templates/deploy_trac.*; do
+	%{__sed} -i -e 's,${executable},%{__python},g' $a
 	mv $a $RPM_BUILD_ROOT%{_appdir}/cgi-bin/${a##*deploy_}
 done
 
@@ -184,6 +186,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55.2.4  2008/11/03 11:03:57  glen
+- root2http patch updated
+- fix unexpanded ${executable}
+
 Revision 1.55.2.3  2008/10/07 18:54:20  glen
 - update to 0.11.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/trac.spec?r1=1.55.2.3&r2=1.55.2.4&f=u



More information about the pld-cvs-commit mailing list