|
@@ -2,7 +2,7 @@ Summary: A wrapper library for evdev devices
|
|
Summary(ja): evdev デバイス用ラッパーライブラリ
|
|
Summary(ja): evdev デバイス用ラッパーライブラリ
|
|
|
|
|
|
Name: libevdev
|
|
Name: libevdev
|
|
-Version: 1.3.1
|
|
+Version: 1.4.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -11,6 +11,10 @@ URL: http://www.freedesktop.org/wiki/Software/libevdev/
|
|
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: Takemikaduchi
|
|
|
|
+
|
|
|
|
|
|
%description
|
|
%description
|
|
libevdev is a wrapper library for evdev devices. it moves the
|
|
libevdev is a wrapper library for evdev devices. it moves the
|
|
@@ -31,6 +35,16 @@ This package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
+%package utils
|
|
|
|
+Summary: Utilities files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発ファイル
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description utils
|
|
|
|
+%{summary}
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -59,7 +73,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING
|
|
%doc COPYING
|
|
-%{_bindir}/touchpad-edge-detector
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -70,8 +83,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_mandir}/man3/%{name}.3.gz
|
|
%{_mandir}/man3/%{name}.3.gz
|
|
|
|
|
|
|
|
+%files utils
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%{_bindir}/libevdev-tweak-device
|
|
|
|
+%{_bindir}/mouse-dpi-tool
|
|
|
|
+%{_bindir}/touchpad-edge-detector
|
|
|
|
+
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- create %%{name}-utils subpackage
|
|
|
|
+
|
|
* Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
|
|
* Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|