diff --git a/seatd.changes b/seatd.changes index d43cb91..48ce865 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 9 09:41:22 UTC 2020 - Jan Engelhardt + +- Fix doubleshipping of documentation. Better summaries. + ------------------------------------------------------------------- Mon Nov 9 09:07:00 UTC 2020 - Michael Vetter diff --git a/seatd.spec b/seatd.spec index a0fdb72..044adf4 100644 --- a/seatd.spec +++ b/seatd.spec @@ -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. %package -n libseat1 -Summary: Shared library for %{name} +Summary: Seat management library Group: Development/Libraries/C and C++ %description -n libseat1 @@ -51,7 +51,7 @@ Requires: libseat1 = %{version} Development files for %{name}. %prep -%setup -q +%autosetup -p1 %build %meson @@ -64,7 +64,6 @@ Development files for %{name}. %postun -n libseat1 -p /sbin/ldconfig %files -%license LICENSE %doc README* %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} @@ -74,7 +73,6 @@ Development files for %{name}. %{_libdir}/libseat.so.* %files devel -%license LICENSE %{_includedir}/libseat.h %{_libdir}/pkgconfig/libseat.pc %{_libdir}/libseat.so