[packages/libgit2] - pl, -devel deps
qboosh
qboosh at pld-linux.org
Thu Jun 6 09:14:28 CEST 2013
commit 6053f043077b7065246c854c8af22cbdffaf954b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jun 6 09:14:16 2013 +0200
- pl, -devel deps
libgit2.spec | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/libgit2.spec b/libgit2.spec
index 1743b24..32cc603 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -3,6 +3,7 @@
%bcond_without tests # build without tests
Summary: C git library
+Summary(pl.UTF-8): Biblioteka git dla C
Name: libgit2
Version: 0.18.0
Release: 1
@@ -23,13 +24,25 @@ provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language with
bindings.
+%description -l pl.UTF-8
+libgit2 to przenośna implementacja w czystym C głównych metod Gita,
+udostępniona jako bezpieczna dla wątków biblioteka ze stałym API,
+pozwalająca na pisanie własnych aplikacji dla Gita o natywnej
+szybkości w dowolnym języku posiadającym odpowiednie wiązania.
+
%package devel
-Summary: Header files for %{name} library
+Summary: Header files for libgit2 library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgit2
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: openssl-devel
+Requires: zlib-devel
%description devel
-Header files for %{name} library.
+Header files for libgit2 library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libgit2.
%prep
%setup -q
@@ -57,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS CONTRIBUTING.md COPYING README.md
%attr(755,root,root) %{_libdir}/libgit2.so.*.*.*
-%ghost %{_libdir}/libgit2.so.0
+%attr(755,root,root) %ghost %{_libdir}/libgit2.so.0
%files devel
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libgit2.git/commitdiff/6053f043077b7065246c854c8af22cbdffaf954b
More information about the pld-cvs-commit
mailing list