]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/commitdiff
- updated to 0.6.0, added -devel auto/th/xorg-driver-input-libinput-0.6.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jan 2015 18:39:06 +0000 (19:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jan 2015 18:39:06 +0000 (19:39 +0100)
xorg-driver-input-libinput.spec

index d11507df18d52a75fe73dd249a163f99124f2300..e7f1ea66b67e7642e1d697e47b39d9772a5da47a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A libinput-based X.org input driver
 Summary(pl.UTF-8):     Sterownik wejściowy X.org oparty na libinput
 Name:          xorg-driver-input-libinput
-Version:       0.5.0
+Version:       0.6.0
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
-# Source0-md5: 4df0491d23fffcfdb385f6eb2381e476
+# Source0-md5: 953d9b55f7992e0fe593c3f6a0cf5005
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -33,6 +33,17 @@ Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
 obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
 obsługiwane przez libinput, ale niewiele poza tym.
 
+%package devel
+Summary:       Header file for libinput driver
+Summary(pl.UTF-8):     Plik nagłówkowy sterownika libinput
+Group:         Development/Libraries
+
+%description devel
+Header file for libinput driver.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy sterownika libinput.
+
 %prep
 %setup -q -n xf86-input-libinput-%{version}
 
@@ -62,3 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ChangeLog README.md conf/99-libinput.conf
 %attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
 %{_mandir}/man4/libinput.4*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/xorg/libinput-properties.h
+%{_pkgconfigdir}/xorg-libinput.pc
This page took 0.159871 seconds and 4 git commands to generate.