projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a344b1
)
packaging: correct installation path of udev rule files on 64bit arch
author
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 11 May 2015 05:27:56 +0000
(14:27 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 4 Feb 2025 08:05:40 +0000
(17:05 +0900)
Change-Id: I26ae6192c393516e18d72b1fedc0aa1c412f164b
packaging/libinput.spec
patch
|
blob
|
history
diff --git
a/packaging/libinput.spec
b/packaging/libinput.spec
index 5dcb64f87948910bb3f3546d495dd2f9162cdd1a..8c70b8590869b690b8605df0dfe023d3df4a9340 100755
(executable)
--- a/
packaging/libinput.spec
+++ b/
packaging/libinput.spec
@@
-1,3
+1,5
@@
+%define udev_dir %{_prefix}/lib/udev
+
Name: libinput
Version: 0.11.0
Release: 0
@@
-44,7
+46,7
@@
functionality that users expect.
%prep
%setup -q
-%autogen
+%autogen
--with-udev-dir=%{udev_dir}
%build
%__make %{?_smp_mflags}
@@
-60,8
+62,8
@@
functionality that users expect.
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
-%{
_libdir}/udev
/%{name}*
-%{
_libdir}/udev
/rules.d/*%{name}*
+%{
udev_dir}
/%{name}*
+%{
udev_dir}
/rules.d/*%{name}*
%files devel
%defattr(-,root,root,-)