]> git.pld-linux.org Git - packages/libinput.git/commitdiff
- updated to 0.4.0 (note: new soname again)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Jun 2014 06:49:03 +0000 (08:49 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Jun 2014 06:49:03 +0000 (08:49 +0200)
libinput.spec

index 599ffad43050e66c67eeff11a3f0e223993ba112..a478b165d0d5c6b1d22f4b11501ece141387d511 100644 (file)
@@ -1,15 +1,22 @@
+#
+# Conditional build:
+%bcond_with    gui     # event-gui (noinst as of 0.4.0)
+#
 Summary:       Input device library
 Summary(pl.UTF-8):     Biblioteka urządzeń wejściowych
 Name:          libinput
-Version:       0.3.0
+Version:       0.4.0
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz
-# Source0-md5: 1ab74403a69538c35ed99c55b796a9dd
+# Source0-md5: 60969c60e11792fab4ecaa7222f43697
 URL:           http://www.freedesktop.org/wiki/Software/libinput/
+%{?with_gui:BuildRequires:     cairo-devel}
 BuildRequires: check-devel >= 0.9.9
 BuildRequires: doxygen
+%{?with_gui:BuildRequires:     glib2-devel >= 2.0}
+%{?with_gui:BuildRequires:     gtk+3-devel >= 3.0}
 BuildRequires: libevdev-devel >= 0.4
 BuildRequires: mtdev-devel >= 1.1.0
 BuildRequires: pkgconfig
@@ -101,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYING README
 %attr(755,root,root) %{_libdir}/libinput.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libinput.so.2
+%attr(755,root,root) %ghost %{_libdir}/libinput.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.120376 seconds and 4 git commands to generate.