Author: glen Date: Wed Aug 13 15:17:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: python-setuptools, fix banner; rel 4
---- Files affected: SPECS: trac-plugin-webadmin.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/trac-plugin-webadmin.spec diff -u SPECS/trac-plugin-webadmin.spec:1.10 SPECS/trac-plugin-webadmin.spec:1.11 --- SPECS/trac-plugin-webadmin.spec:1.10 Wed Aug 6 16:51:28 2008 +++ SPECS/trac-plugin-webadmin.spec Wed Aug 13 17:17:31 2008 @@ -1,6 +1,6 @@ # $Revision$, $Date$ %define subver dev_r3158 -%define rel 3 +%define rel 4 Summary: Plugin for administering Trac projects through the web interface Summary(pl.UTF-8): Wtyczka do administracji projektami Traca przez interfejs WWW Name: trac-plugin-webadmin @@ -12,6 +12,7 @@ # Source0-md5: 2635ffb44e2e342cec17e9d87710f558 URL: http://projects.edgewall.com/trac/wiki/WebAdmin BuildRequires: python-devel +BuildRequires: python-setuptools BuildRequires: rpmbuild(macros) >= 1.194 %pyrequires_eq python-modules Requires: trac @@ -30,10 +31,11 @@ %prep %setup -q -n webadmin +find -name .svn | xargs rm -rf %build %{__python} setup.py build -%{__python} setup.py egg_info +%{__python} setup.py egg_info %install rm -rf $RPM_BUILD_ROOT @@ -52,8 +54,8 @@ [components] webadmin.* = enabled -#' EOF +#' - vim fi %files @@ -68,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/08/13 15:17:31 glen +- BR: python-setuptools, fix banner; rel 4 + Revision 1.10 2008/08/06 14:51:28 glen - relup gone mad ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/trac-plugin-webadmin.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
