]> git.pld-linux.org Git - packages/libudfread.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Oct 2020 20:33:47 +0000 (21:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Oct 2020 20:33:47 +0000 (21:33 +0100)
libudfread.spec

index 8127e479d38e1d71c84fbd1e512422ff2847352c..12f384df4da8e8d1303b2c1ea29459dcb2e821a9 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without static_libs     # static library
 #
 Summary:       UDF reader library
+Summary(pl.UTF-8):     Biblioteka do odczytu UDF
 Name:          libudfread
 Version:       1.1.0
 Release:       1
@@ -22,22 +23,36 @@ This library allows reading UDF filesystems, like raw devices and
 image files. The library is created and maintained by VideoLAN Project
 and is used by projects like VLC and Kodi.
 
+%description -l pl.UTF-8
+Ta biblioteka pozwala na odczyt systemów plików UDF, takich jak surowe
+urządzenia oraz pliki obrazów. Biblioteka została stworzona oraz jest
+utrzymywana przez projekt VideoLAN; jest używana w projektach takich
+jak VLC czy Kodi.
+
 %package devel
 Summary:       Header files for libudfread library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libudfread
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files for libudfread library.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libudfread.
+
 %package static
 Summary:       Static libudfread library
+Summary(pl.UTF-8):     Statyczna biblioteka libudfread
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static libudfread library.
 
+%description static -l pl.UTF-8
+Statyczna biblioteka libudfread.
+
 %prep
 %setup -q
 
This page took 0.092611 seconds and 4 git commands to generate.