From: Jakub Bogusz Date: Fri, 10 Sep 2021 17:44:35 +0000 (+0200) Subject: - pl X-Git-Tag: auto/th/ocaml-graphics-5.1.2-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml-graphics.git;a=commitdiff_plain;h=0fcfed9 - pl --- diff --git a/ocaml-graphics.spec b/ocaml-graphics.spec index 484bf14..55601ab 100644 --- a/ocaml-graphics.spec +++ b/ocaml-graphics.spec @@ -13,10 +13,11 @@ %define module graphics Summary: Portable drawing primitives for OCaml +Summary(pl.UTF-8): Przenośne funkcje rysujące dla OCamla Name: ocaml-%{module} Version: 5.1.1 Release: 1 -License: LGPLv2 with exceptions +License: LGPL v2 with exceptions Source0: https://github.com/ocaml/graphics/releases/download/%{version}/%{module}-%{version}.tbz # Source0-md5: bc127b5da919b61f4c928a6657c88886 URL: https://github.com/ocaml/graphics @@ -31,14 +32,24 @@ The graphics library provides a set of portable drawing primitives. Drawing takes place in a separate window that is created when Graphics.open_graph is called. -%package devel -Summary: Development files for %{name} +%description -l pl.UTF-8 +Biblioteka graphics dostarcza zbiór przenośnych funkcji rysujących. +Rysowanie jest wykonywane w osobnym oknie, tworzonym przy wywołaniu +Graphics.open_graph. + +%package devel +Summary: Development files for graphics library +Summary(pl.UTF-8): Pliki programistyczne biblioteki graphics Requires: %{name} = %{version}-%{release} Requires: xorg-lib-libX11-devel -%description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +%description devel +This package contains libraries and signature files for developing +applications that use OCaml graphics library. + +%description devel -l pl.UTF-8 +Ten pakiet zawiera biblioteki i pliki sygnatur do tworzenia aplikacji +wykorzystujących bibliotekę OCamla graphics. %prep %setup -q -n %{module}-%{version}