[packages/ocaml-curl] - pl
qboosh
qboosh at pld-linux.org
Sat Dec 25 11:39:14 CET 2021
commit 0acf091f5e7d062d792881e27ab15a43f30712c7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 23 19:18:46 2021 +0100
- pl
ocaml-curl.spec | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-curl.spec b/ocaml-curl.spec
index 4759640..e5372c7 100644
--- a/ocaml-curl.spec
+++ b/ocaml-curl.spec
@@ -10,6 +10,7 @@
%define debug_package %{nil}
%define pkgname curl
Summary: OCaml Curl library (ocurl)
+Summary(pl.UTF-8): Biblioteka Curl dla OCamla (ocurl)
Name: ocaml-%{pkgname}
Version: 0.9.1
Release: 4
@@ -36,14 +37,23 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
The Ocaml Curl Library (Ocurl) is an interface library for the
programming language Ocaml to the networking library libcurl.
+%description -l pl.UTF-8
+Biblioteka Ocaml Curl (Ocurl) to biblioteka interfejsu języka
+programowania Ocaml do biblioteki sieciowe libcurl.
+
%package devel
-Summary: Development files for %{name}
+Summary: OCaml Curl library (ocurl) - development part
+Summary(pl.UTF-8): Biblioteka Curl dla OCamla (ocurl) - część programistyczna
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-The %{name}-devel package contains libraries and signature files for
-developing applications that use %{name}.
+This package contains libraries and signature files for developing
+applications that use OCaml Curl library.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera biblioteki i pliki sygnatur do tworzenia aplikacji
+z użyciem biblioteki OCamla Curl.
%prep
%setup -q -n ocurl-%{version}
@@ -55,6 +65,7 @@ developing applications that use %{name}.
%install
rm -rf $RPM_BUILD_ROOT
+
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
install -d $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-curl.git/commitdiff/aa5218930ce57becefa385d46e4dcbb46262ad62
More information about the pld-cvs-commit
mailing list