[packages/seatd] - pl, package LICENSE

qboosh qboosh at pld-linux.org
Sat Jul 2 17:43:25 CEST 2022


commit 4662ab974e6785775f517f71178532c43441e3bf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 2 17:45:02 2022 +0200

    - pl, package LICENSE

 seatd.spec | 36 +++++++++++++++++++++++++++++++-----
 1 file changed, 31 insertions(+), 5 deletions(-)
---
diff --git a/seatd.spec b/seatd.spec
index 7da201a..49ebe05 100644
--- a/seatd.spec
+++ b/seatd.spec
@@ -1,4 +1,5 @@
 Summary:	Seat management daemon
+Summary(pl.UTF-8):	Demon zarządzania stanowiskami (seatd)
 Name:		seatd
 Version:	0.7.0
 Release:	1
@@ -9,7 +10,7 @@ Source0:	https://git.sr.ht/~kennylevinsen/seatd/archive/%{version}.tar.gz
 Patch0:		x32.patch
 URL:		https://git.sr.ht/~kennylevinsen/seatd
 BuildRequires:	meson >= 0.60.0
-BuildRequires:	ninja
+BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	scdoc >= 1.9.7
@@ -20,15 +21,18 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A seat management daemon, that does everything it needs to do. Nothing
 more, nothing less. Depends only on libc.
 
+%description -l pl.UTF-8
+Demon zarządzania stanowiskami (seatd) robiący wszystko, co powinien.
+Nic więcej, nic mniej. Jedyną zależnością jest libc.
+
 %package -n libseat
 Summary:	Seat management library
+Summary(pl.UTF-8):	Biblioteka zarządzania stanowiskami
 Group:		Libraries
 
 %description -n libseat
 A seat management library allowing applications to use whatever seat
-management is available.
-
-Supports:
+management is available. Supports:
 - seatd
 - (e)logind
 - embedded seatd for standalone operation
@@ -39,8 +43,22 @@ or manually selected with the LIBSEAT_BACKEND environment variable.
 Which backend is in use is transparent to the application, providing a
 simple common interface.
 
+%description -n libseat -l pl.UTF-8
+Biblioteka zarządzania stanowiskami (seat) pozwalająca aplikacjom
+używać dowolnego dostępnego systemu zarządzania. Obsługuje:
+- seatd
+- (e)logind
+- wbudowanego seatd do samodzielnej pracy
+
+Każdy backend może być wkompilowany i jest wybierany w trakcie pracy
+automatycznie lub ręcznie zmienną środowiskową LIBSEAT_BACKEND.
+
+To, który backend jest w użyciu, jest przezroczyste dla aplikacji -
+dostępny jest prosty, wspólny interfejs.
+
 %package -n libseat-devel
 Summary:	Header files for libseat library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libseat
 Group:		Development/Libraries
 Requires:	libseat = %{version}-%{release}
 Requires:	systemd-devel
@@ -48,14 +66,21 @@ Requires:	systemd-devel
 %description -n libseat-devel
 Header files for libseat library.
 
+%description -n libseat-devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libseat.
+
 %package -n libseat-static
 Summary:	Static libseat library
+Summary(pl.UTF-8):	Biblioteka statyczna libseat
 Group:		Development/Libraries
 Requires:	libseat-devel = %{version}-%{release}
 
 %description -n libseat-static
 Static libseat library.
 
+%description -n libseat-static -l pl.UTF-8
+Biblioteka statyczna libseat.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -63,6 +88,7 @@ Static libseat library.
 %build
 %meson build \
 	-Dlibseat-logind=systemd
+
 %ninja_build -C build
 
 %install
@@ -78,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md
+%doc LICENSE README.md
 %attr(755,root,root) %{_bindir}/seatd
 %attr(755,root,root) %{_bindir}/seatd-launch
 %{_mandir}/man1/seatd.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/seatd.git/commitdiff/4662ab974e6785775f517f71178532c43441e3bf



More information about the pld-cvs-commit mailing list