SHA256
1
0
forked from pool/seatd

Accepting request 847092 from home:jengelh:branches:X11:Wayland

- Fix doubleshipping of documentation. Better summaries.

OBS-URL: https://build.opensuse.org/request/show/847092
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=2
This commit is contained in:
Michael Vetter 2020-11-09 09:54:07 +00:00 committed by Git OBS Bridge
parent 10ff71aa33
commit 410938e010
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 9 09:41:22 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Fix doubleshipping of documentation. Better summaries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 9 09:07:00 UTC 2020 - Michael Vetter <mvetter@suse.com> Mon Nov 9 09:07:00 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -35,7 +35,7 @@ Requires: libseat1 = %{version}
Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root. Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root.
%package -n libseat1 %package -n libseat1
Summary: Shared library for %{name} Summary: Seat management library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
%description -n libseat1 %description -n libseat1
@ -51,7 +51,7 @@ Requires: libseat1 = %{version}
Development files for %{name}. Development files for %{name}.
%prep %prep
%setup -q %autosetup -p1
%build %build
%meson %meson
@ -64,7 +64,6 @@ Development files for %{name}.
%postun -n libseat1 -p /sbin/ldconfig %postun -n libseat1 -p /sbin/ldconfig
%files %files
%license LICENSE
%doc README* %doc README*
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/%{name}.1%{?ext_man}
@ -74,7 +73,6 @@ Development files for %{name}.
%{_libdir}/libseat.so.* %{_libdir}/libseat.so.*
%files devel %files devel
%license LICENSE
%{_includedir}/libseat.h %{_includedir}/libseat.h
%{_libdir}/pkgconfig/libseat.pc %{_libdir}/pkgconfig/libseat.pc
%{_libdir}/libseat.so %{_libdir}/libseat.so