]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- cleanup
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 3 Oct 2010 12:29:51 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    trac-plugin.spec -> 1.6

trac-plugin.spec

index ee36bdba1b7a46c27dd21b899d33f0f3494274e2..9e1ebad0295b06e56e29f0e76d6de9debe7c6a8a 100644 (file)
@@ -6,7 +6,7 @@ Version:        0.1
 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
@@ -23,8 +23,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 mv %{plugin}plugin/%{trac_ver}/* .
 
 %build
-cd %{plugin}/%{version}
-cd %{trac_ver}
 %{__python} setup.py build
 %{__python} setup.py egg_info
 
@@ -33,8 +31,6 @@ test "$ver" = %{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{plugin}/%{version}
-cd %{trac_ver}
 %{__python} setup.py install \
        --single-version-externally-managed \
        --optimize 2 \
@@ -47,7 +43,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.110224 seconds and 4 git commands to generate.