[packages/nsgenbind] - pl, more docs

qboosh qboosh at pld-linux.org
Tue May 13 18:51:56 CEST 2014


commit 7ee583761e0dc65f4f0f840af286b876a637dadf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue May 13 18:54:35 2014 +0200

    - pl, more docs

 nsgenbind.spec | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/nsgenbind.spec b/nsgenbind.spec
index 18edf29..0a21fbf 100644
--- a/nsgenbind.spec
+++ b/nsgenbind.spec
@@ -1,5 +1,5 @@
-#
-Summary:	Tool to generate dom bindings
+Summary:	Tool to generate DOM bindings
+Summary(pl.UTF-8):	Narzędzie do generowania wiązań DOM
 Name:		nsgenbind
 Version:	0.1.0
 Release:	1
@@ -14,9 +14,13 @@ BuildRequires:	netsurf-buildsystem
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a tool to generate javascript to dom bindings from w3c webidl
+This is a tool to generate JavaScript to DOM bindings from W3C webidl
 files and a binding configuration file.
 
+%description -l pl.UTF-8
+Ten pakiet zawiera narzędzie do generowania wiązań JavaScriptu do DOM
+z plików W3C webidl oraz pliku konfiguracyjnego wiązań.
+
 %prep
 %setup -q
 
@@ -26,7 +30,9 @@ LDFLAGS="%{rpmldflags}"
 export CFLAGS
 export LDFLAGS
 
-%{__make} PREFIX=%{_prefix} Q=''
+%{__make} \
+	PREFIX=%{_prefix} \
+	Q=
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -34,12 +40,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	PREFIX=%{_prefix} \
-	Q=''
+	Q=
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc COPYING README doc/example.bnd
 %attr(755,root,root) %{_bindir}/nsgenbind
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nsgenbind.git/commitdiff/7ee583761e0dc65f4f0f840af286b876a637dadf



More information about the pld-cvs-commit mailing list