]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - trac-plugin.spec
better arch selection for ocaml_opt bcond
[projects/template-specs.git] / trac-plugin.spec
index 9e1ebad0295b06e56e29f0e76d6de9debe7c6a8a..7d66a308042891d99a47a98688619276e2aa3d5c 100644 (file)
@@ -11,6 +11,8 @@ Source0:      http://trac-hacks.org/changeset/latest/tracsqlhelperscript?old_path=/&f
 URL:           http://trac-hacks.org/wiki/PLUGIN_NAME
 BuildRequires: python-devel
 Requires:      trac >= %{trac_ver}
+# for trac 0.11:
+#Requires:     trac >= %{trac_ver}.7-3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,6 +23,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q -n trac%{plugin}plugin
 %setup -qc
 mv %{plugin}plugin/%{trac_ver}/* .
+mv %{trac_ver}/* .
 
 %build
 %{__python} setup.py build
@@ -43,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 # XXX: try to figure out from .egg-info / __init__py at build time
-#trac-enableplugin %{plugin}.Trac%{plugin}Module
+#trac-enableplugin "%{plugin}.Trac%{plugin}Module"
 
 %files
 %defattr(644,root,root,755)
This page took 0.059263 seconds and 4 git commands to generate.