SPECS: mockobjects.spec - pl

qboosh qboosh at pld-linux.org
Wed May 17 21:52:29 CEST 2006


Author: qboosh                       Date: Wed May 17 19:52:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   mockobjects.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/mockobjects.spec
diff -u SPECS/mockobjects.spec:1.1 SPECS/mockobjects.spec:1.2
--- SPECS/mockobjects.spec:1.1	Thu May 11 00:49:18 2006
+++ SPECS/mockobjects.spec	Wed May 17 21:52:24 2006
@@ -2,16 +2,17 @@
 %define j2ee12  %{?_with_j2ee12:1}%{!?_without_j2ee12:0}
 %define j2ee13  %{?_with_j2ee13:1}%{!?_without_j2ee13:0}
 Summary:	Java MockObjects package
+Summary(pl):	Pakiet Java MockObjects
 Name:		mockobjects
 Version:	0.09
 Release:	0.1
 License:	BSD Style
 Group:		Development
-URL:		http://www.mockobjects.com/
 Source0:	http://www.mockobjects.com/dist/%{name}-%{version}.tar.gz
 Patch0:		%{name}-buildjdk.patch
 Patch1:		%{name}-ext-httpmethod-abstract.patch
 Patch2:		mockobjects-junit.patch
+URL:		http://www.mockobjects.com/
 BuildRequires:	jakarta-ant
 BuildRequires:	jakarta-ant >= 1.6.1
 BuildRequires:	jakarta-commons-httpclient
@@ -39,8 +40,18 @@
 and collections. There are also various other classes to make mock
 objects easier to write or to use.
 
+%description -l pl
+Projekt Mock Objects to ogólny szkielet testów jednostkowych, którego
+celem jest ułatwienie tworzenia testów jednostkowych w stylu pozornych
+obiektów. Celem projektu jest dostarczenie szkieletu głównych obiektów
+pozornych. Jest to biblioteka kodu wspierającego implementowanie
+takich obiektów. Jest oparta na zbiorze klas oczekujących dla wartości
+i kolekcji. Zawiera także różne inne klasy ułatwiające pisanie i
+używanie obiektów pozornych.
+
 %package jdk1.4
 Summary:	MockObjects for 1.4 JDK
+Summary(pl):	MockObjects dla JDK 1.4
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	/usr/sbin/update-alternatives
@@ -48,20 +59,28 @@
 Requires:	java-devel >= 1.4
 
 %description jdk1.4
-MockObjects specific to JDK 1.4.x
+MockObjects specific to JDK 1.4.x.
+
+%description jdk1.4 -l pl
+MockObjects specyficzne dla JDK 1.4.x.
 
 %package httpclient
 Summary:	MockObjects for Commons HttpClient
+Summary(pl):	MockObjects dla Commons HttpClient
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	/usr/sbin/update-alternatives
 Requires:	jakarta-commons-httpclient
 
 %description httpclient
-MockObjects for Jakarta Commons HttpClient
+MockObjects for Jakarta Commons HttpClient.
+
+%description httpclient -l pl
+MockObjects dla Jakarta Commons HttpClient.
 
 %package alt-httpclient
 Summary:	Mockable API for Commons HttpClient
+Summary(pl):	Mockable API dla Commons HttpClient
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-httpclient = %{version}-%{release}
@@ -69,10 +88,14 @@
 Requires:	jakarta-commons-httpclient
 
 %description alt-httpclient
-Alternative API for Jakarta Commons HttpClient to allow for testing
+Alternative API for Jakarta Commons HttpClient to allow for testing.
+
+%description alt-httpclient -l pl
+Alternatywne API dla Jakarta Commons HttpClient do testowania.
 
 %package alt-jdk1.4
 Summary:	Mockable API for JDK 1.4
+Summary(pl):	Mockable API dla JDK 1.4
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-jdk1.4 = %%{version}-%{release}
@@ -80,10 +103,14 @@
 Requires:	java-devel >= 1.4
 
 %description alt-jdk1.4
-Alternative API for JDK 1.4 to allow for testing
+Alternative API for JDK 1.4 to allow for testing.
+
+%description alt-jdk1.4 -l pl
+Alternatywne API dla JDK 1.4 do testowania.
 
 %package jdk1.4-j2ee1.2
 Summary:	Mockable J2EE API for JDK 1.4 and J2EE 1.2
+Summary(pl):	Mockable J2EE API dla JDK 1.4 i J2EE 1.2
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-jdk1.4 = %{version}-%{release}
@@ -91,10 +118,14 @@
 Requires:	java-devel >= 1.4
 
 %description jdk1.4-j2ee1.2
-API for JDK 1.4 to allow testing with J2EE 1.2 mocks
+API for JDK 1.4 to allow testing with J2EE 1.2 mocks.
+
+%description jdk1.4-j2ee1.2 -l pl
+API dla JDK 1.4 do testowania z obiektami J2EE 1.2.
 
 %package jdk1.4-j2ee1.3
 Summary:	Mockable J2EE API for JDK 1.4 and J2EE 1.3
+Summary(pl):	Mockable J2EE API dla JDK 1.4 i J2EE 1.3
 Group:		Development
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-jdk1.4 = %{version}-%{release}
@@ -102,7 +133,10 @@
 Requires:	java-devel >= 1.4
 
 %description jdk1.4-j2ee1.3
-API for JDK 1.4 to allow testing with J2EE 1.3 mocks
+API for JDK 1.4 to allow testing with J2EE 1.3 mocks.
+
+%description jdk1.4-j2ee1.3 -l pl
+API dla JDK 1.4 do testowania z obiektami J2EE 1.3.
 
 %prep
 %setup -q
@@ -266,6 +300,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/17 19:52:24  qboosh
+- pl
+
 Revision 1.1  2006/05/10 22:49:18  glen
 - new, based on jpackage
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mockobjects.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list