Author: glen Date: Sun Oct 3 12:29:56 2010 GMT Module: template-specs Tag: HEAD ---- Log message: - cleanup
---- Files affected: template-specs: trac-plugin.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: template-specs/trac-plugin.spec diff -u template-specs/trac-plugin.spec:1.5 template-specs/trac-plugin.spec:1.6 --- template-specs/trac-plugin.spec:1.5 Mon Sep 13 16:39:58 2010 +++ template-specs/trac-plugin.spec Sun Oct 3 14:29:51 2010 @@ -7,7 +7,7 @@ Release: 0.1 License: BSD-like / GPL / ... Group: Applications/WWW -Source0: http://trac-hacks.org/changeset/latest/tracsqlhelperscript?old_path=/&filename=%{plugin}-%{version}&format=zip#/%{plugin}-%{version}.zip +Source0: http://trac-hacks.org/changeset/latest/tracsqlhelperscript?old_path=/&format=zip#/%{plugin}-%{version}.zip # Source0-md5: 9f706e733d205d4467ce6534772cb505 URL: http://trac-hacks.org/wiki/PLUGIN_NAME BuildRequires: python-devel @@ -24,8 +24,6 @@ mv %{plugin}plugin/%{trac_ver}/* . %build -cd %{plugin}/%{version} -cd %{trac_ver} %{__python} setup.py build %{__python} setup.py egg_info @@ -34,8 +32,6 @@ %install rm -rf $RPM_BUILD_ROOT -cd %{plugin}/%{version} -cd %{trac_ver} %{__python} setup.py install \ --single-version-externally-managed \ --optimize 2 \ @@ -48,7 +44,7 @@ %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) @@ -61,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2010/10/03 12:29:51 glen +- cleanup + Revision 1.5 2010/09/13 14:39:58 glen - update ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/trac-plugin.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
