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