Author: qboosh Date: Fri May 9 21:22:17 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - unified; needs missing dir fix
---- Files affected: SPECS: python-testoob.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/python-testoob.spec diff -u SPECS/python-testoob.spec:1.1 SPECS/python-testoob.spec:1.2 --- SPECS/python-testoob.spec:1.1 Sat Jan 26 17:48:10 2008 +++ SPECS/python-testoob.spec Fri May 9 23:22:12 2008 @@ -1,4 +1,5 @@ # $Revision$, $Date$ +# TODO: missing dir (see files) %define pname testoob Summary: An advanced unit testing framework for Python Summary(pl.UTF-8): Zaawansowany framework testów jednostkowych dla Pythona @@ -7,10 +8,10 @@ Release: 1 License: Apache v2.0 Group: Development/Languages/Python -Source0: http://dl.sourceforge.net/%{pname}/%{pname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/testoob/%{pname}-%{version}.tar.gz # Source0-md5: 92cbf328647488ed21a55cfe0f74b2cf -URL: http://testoob.sourceforge.net/ Patch0: %{pname}-pyo.patch +URL: http://testoob.sourceforge.net/ BuildRequires: rpm-pythonprov %pyrequires_eq python-modules BuildArch: noarch @@ -22,9 +23,9 @@ suites. %description -l pl.UTF-8 -Testoob jest zaawansowanym frameworkiem testów jednostkowych -dla Pythona. Integruje się bezproblemowo z istniejącym środowiskiem -do testów PyUnit (moduł "unitest"). +Testoob jest zaawansowanym frameworkiem testów jednostkowych +dla Pythona. Integruje się bezproblemowo z istniejącym środowiskiem +do testów PyUnit (moduł "unittest"). %prep %setup -q -n %{pname}-%{version} @@ -51,6 +52,7 @@ %attr(755,root,root) %{_bindir}/* %dir %{py_sitedir}/testoob %{py_sitedir}/testoob/*.py[co] +# XXX: missing dir(s) %{py_sitedir}/testoob/*/*.py[co] %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -59,7 +61,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-05-09 21:22:12 qboosh +- unified; needs missing dir fix + Revision 1.1 2008-01-26 16:48:10 maciek2w - initial release - STBR - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-testoob.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
