Author: qboosh Date: Wed Sep 28 16:20:38 2011 GMT Module: packages Tag: HEAD ---- Log message: - pl
---- Files affected: packages/openwsman: openwsman.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/openwsman/openwsman.spec diff -u packages/openwsman/openwsman.spec:1.2 packages/openwsman/openwsman.spec:1.3 --- packages/openwsman/openwsman.spec:1.2 Mon Nov 16 17:42:36 2009 +++ packages/openwsman/openwsman.spec Wed Sep 28 18:20:33 2011 @@ -4,12 +4,13 @@ # - daemon init script # Summary: Implementation of the Web Services Management specification (WS-Management) +Summary(pl.UTF-8): Implementacja specyfikacji Web Services Management (WS-Management) Name: openwsman Version: 2.1.0 Release: 0.1 License: BSD Group: Libraries -Source0: http://dl.sourceforge.net/openwsman/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/openwsman/%{name}-%{version}.tar.bz2 # Source0-md5: 25a135bea7c1653f66b2428c4b252d3a URL: http://www.openwsman.org/project/openwsman BuildRequires: curl-devel @@ -18,6 +19,7 @@ BuildRequires: openssl-devel BuildRequires: pam-devel BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -29,26 +31,43 @@ requirements that exposes a set of operations focused on and covers all system management aspects. +%description -l pl.UTF-8 +Openwsman to projekt, którego celem jest zapewnienie mającej otwarte +źródła implementacji specyfikacji Web Services Management +(WS-Management) i udostępnienie informacji związanych z zarządzaniem +systemem pod Linuksem poprzez protokół WS-Management. WS-Management +jest oparty na zbiorze specyfikacji i wymaganiach usług WWW, +udostępniających zbiór operacji pokrywających wszystkie aspekty +zarządzania systemem. + %package devel -Summary: Header files and develpment documentation for openwsman +Summary: Header files for openwsman +Summary(pl.UTF-8): Pliki nagłówkowe openwsman Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel -Header files and openwsman documentation. +Header files for openwsman. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe openwsman. %package static -Summary: Static openwsman library +Summary: Static openwsman libraries +Summary(pl.UTF-8): Statyczne biblioteki openwsman Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description static Static openwsman libraries. +%description static -l pl.UTF-8 +Statyczne biblioteki openwsman. + %prep %setup -q -sed -i -e 's#-Werror##g' configure* *.m4 +%{__sed} -i -e 's#-Werror##g' configure* *.m4 %build %configure @@ -101,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/09/28 16:20:33 qboosh +- pl + Revision 1.2 2009/11/16 16:42:36 zbyniu - missing BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openwsman/openwsman.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
