Stephan Kulow 2015-12-13 08:38:58 +00:00 committed by Git OBS Bridge
commit 791edcd4a5
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 20:48:13 UTC 2015 - jengelh@inai.de
- Update RPM groups and trivialize filelist
-------------------------------------------------------------------
Fri Nov 13 19:59:09 UTC 2015 - mpluskal@suse.com

View File

@ -23,7 +23,7 @@ Version: 1.4.5
Release: 0
Summary: A wrapper library for evdev devices
License: MIT
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/libevdev
@ -46,7 +46,7 @@ the appearance of the device.
%package devel
Summary: Development files for libevdev library
Group: Development/Libraries/Other
Group: Development/Libraries/C and C++
Requires: libevdev%{sonum} = %{version}
%description devel
@ -106,8 +106,7 @@ rm -f "%buildroot/%{_libdir}"/*.la
%defattr(-,root,root)
%doc COPYING
%{_libdir}/%{name}.so
%dir %{_includedir}/%{name}-1.0
%{_includedir}/%{name}-1.0/%{name}/
%{_includedir}/%{name}-1.0/
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/libevdev.*