Browse Source

libinput-1.21.0-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
3814121096
1 changed files with 11 additions and 5 deletions
  1. 11 5
      lib/libi/libinput/libinput-vl.spec

+ 11 - 5
lib/libi/libinput/libinput-vl.spec

@@ -6,8 +6,9 @@
 Name:           libinput
 Summary:        Input device library
 Summary(ja):    入力デバイスライブラリ
-Version:        1.15.5
+Version:        1.21.0
 Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -18,7 +19,7 @@ Source0:        %{name}-%{gitdate}.tar.xz
 Source1:        make-git-snapshot.sh
 Source2:        commitid
 %else
-Source0:        https://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
+Source0:        https://gitlab.freedesktop.org/libinput/libinput/-/archive/%{version}/libinput-%{version}.tar.bz2
 %endif
 
 BuildRequires:  meson
@@ -39,6 +40,7 @@ libinput need to provide the common set of functionality that users expect.
 
 %package        devel
 Summary:        Development files for %{name}
+Group:          programming
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
@@ -46,6 +48,9 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 
@@ -66,11 +71,8 @@ rm -rf %{buildroot}
 
 
 %post
-/sbin/ldconfig
 /usr/bin/udevadm hwdb --update  >/dev/null 2>&1 || :
 
-%postun -p /sbin/ldconfig
-
 
 %files
 %license COPYING
@@ -92,6 +94,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21.0-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.5-1
 - new upstream release.