packages: trac/trac.spec - BR python-babel, call compile_catalog manually
glen
glen at pld-linux.org
Tue Jun 15 17:38:23 CEST 2010
Author: glen Date: Tue Jun 15 15:38:23 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- BR python-babel, call compile_catalog manually
---- Files affected:
packages/trac:
trac.spec (1.79 -> 1.80)
---- Diffs:
================================================================
Index: packages/trac/trac.spec
diff -u packages/trac/trac.spec:1.79 packages/trac/trac.spec:1.80
--- packages/trac/trac.spec:1.79 Tue Jun 15 16:40:24 2010
+++ packages/trac/trac.spec Tue Jun 15 17:38:18 2010
@@ -31,6 +31,7 @@
Patch1: %{name}-defaults.patch
URL: http://trac.edgewall.org
BuildRequires: python >= 1:2.1
+BuildRequires: python-babel >= 0.9.5
BuildRequires: python-devel >= 1:2.1
BuildRequires: python-setuptools
BuildRequires: rpm-pythonprov
@@ -78,8 +79,8 @@
Requires: python >= 1:2.4
Requires: python-genshi >= 0.6
Requires: python-setuptools >= 0.6-1.c8.1.1
-Requires: python-subversion >= 1.2.0
Requires: python-sqlite >= 2.5.5
+Requires: python-subversion >= 1.2.0
Suggests: python-babel >= 0.9.5
Suggests: python-docutils >= 0.6
Suggests: python-pygments >= 0.6
@@ -97,6 +98,10 @@
# using system jquery package
rm trac/htdocs/js/jquery.js
+%build
+%{__python} setup.py compile_catalog
+%{__python} setup.py build
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/%{name}}
@@ -210,6 +215,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.80 2010/06/15 15:38:18 glen
+- BR python-babel, call compile_catalog manually
+
Revision 1.79 2010/06/15 14:40:24 caleb
- Current upstream project URL
- Corrected conflicts version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac/trac.spec?r1=1.79&r2=1.80&f=u
More information about the pld-cvs-commit
mailing list