]> git.pld-linux.org Git - packages/nsgenbind.git/commitdiff
- pl, more docs auto/th/nsgenbind-0.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 May 2014 16:54:35 +0000 (18:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 May 2014 16:54:35 +0000 (18:54 +0200)
nsgenbind.spec

index 18edf2978a36753d3e8fb0bf6b4ac15d1a8cbff7..0a21fbf4a1ddc3604860e08d9bbedace68f4d71e 100644 (file)
@@ -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
This page took 0.03508 seconds and 4 git commands to generate.