Author: qboosh Date: Tue Nov 7 19:09:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, URL, md5
---- Files affected: SPECS: perl-Test-MockClass.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-Test-MockClass.spec diff -u SPECS/perl-Test-MockClass.spec:1.1 SPECS/perl-Test-MockClass.spec:1.2 --- SPECS/perl-Test-MockClass.spec:1.1 Thu Nov 2 14:49:25 2006 +++ SPECS/perl-Test-MockClass.spec Tue Nov 7 20:09:13 2006 @@ -7,31 +7,43 @@ %define pdir Test %define pnam MockClass Summary: Test::MockClass - A module to provide mock classes and mock objects for testing -#Summary(pl): +Summary(pl): Test::MockClass - moduł udostępniający klasy pozorne i obiekty pozorne do testowania Name: perl-Test-MockClass Version: 1.04 Release: 0.1 License: GPL or Artistic Group: Development/Languages/Perl -Source0: http://search.cpan.org/CPAN/authors/id/J/JJ/JJORDAN/%{pdir}-%{pnam}-%{version}.tar.gz -BuildRequires: perl-devel >= 1:5.8.0 -BuildRequires: rpm-perlprov >= 4.1-13 +Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 821b94ea86e0c704723fe9bbdf180f57 +URL: http://search.cpan.org/dist/Test-MockClass/ BuildRequires: perl-ExtUtils-AutoInstall >= 0.45 BuildRequires: perl-Test-SimpleUnit >= 1.21 BuildRequires: perl-Tie-Watch >= 1.1 BuildRequires: perl-Hook-WrapSub -%if %{with tests} -%endif +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This module provides a simple interface for creating mock classes and mock objects with mock methods for mock purposes, I mean testing purposes. It also provides a simple mechanism for tracking the interactions to the mocked objects. I originally wrote this class to help me test object factory methods, since then, I've added some more features. This module is hopefully going to be the Date::Manip of mock class/object creation, so email me with lots of ideas, everything but the kitchen sink will go in! - - - -# %description -l pl -# TODO +This module provides a simple interface for creating mock classes and +mock objects with mock methods for mock purposes, I mean testing +purposes. It also provides a simple mechanism for tracking the +interactions to the mocked objects. I originally wrote this class to +help me test object factory methods, since then, I've added some more +features. This module is hopefully going to be the Date::Manip of +mock class/object creation, so email me with lots of ideas, everything +but the kitchen sink will go in! + +%description -l pl +Ten moduł dostarcza prosty interfejs do tworzenia klas pozornych oraz +obiektów pozornych z metodami pozornymi do celów pozornych, to znaczy +do celów testowych. Dostarcza także prosty mechanizm do śledzenia +interakcji upozorowanych obiektów. Oryginalnie klasa ta została +napisana do pomocy przy testowaniu metod tworzących obiekty, ale od +tamtego czasu przybyło jej więcej możliwości. Ten moduł ma być +Date::Manip dla tworzenia klas/obiektów pozornych, więc autor zachęca +do wysyłania wielu pomysłów, co mogłoby się w nim znaleźć. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -65,6 +77,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/11/07 19:09:13 qboosh +- pl, URL, md5 + Revision 1.1 2006/11/02 13:49:25 mguevara - initia - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Test-MockClass.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
