source: projects/specs/trunk/lib/libe/libevdev/libevdev-vl.spec @ 12392

Revision 12392, 2.5 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

Line 
1Summary:        A wrapper library for evdev devices
2Summary(ja):    evdev デバイス用ラッパーライブラリ
3Name:           libevdev
4Version:        1.8.0
5Release:        1%{?_dist_release}
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9Group:          System Environment/Libraries
10License:        GPLv2
11URL:            https://www.freedesktop.org/wiki/Software/libevdev/
12Source0:        https://www.freedesktop.org/software//%{name}/%{name}-%{version}.tar.xz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15
16%description
17libevdev is a wrapper library for evdev devices. it moves the
18common tasks when dealing with evdev devices into a library and
19provides a library interface to the callers, thus avoiding
20erroneous ioctls, etc.
21
22
23%package        devel
24Summary:        Development files for %{name}
25Summary(ja):    %{name} の開発ファイル
26Group:          Development/Libraries
27Requires:       %{name} = %{version}-%{release}
28Requires:       pkgconfig
29
30%description    devel
31This package contains libraries and header files for
32developing applications that use %{name}.
33
34
35%package        utils
36Summary:        Utilities files for %{name}
37Summary(ja):    %{name} の開発ファイル
38Group:          Development/Libraries
39Requires:       %{name} = %{version}-%{release}
40
41%description    utils
42%{summary}
43
44
45%prep
46%setup -q
47
48
49%build
50%configure --disable-static
51make %{?_smp_mflags}
52
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57
58find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
59
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69
70%files
71%defattr(-,root,root,-)
72%license COPYING
73%{_libdir}/%{name}.so.*
74
75%files devel
76%defattr(-,root,root,-)
77%doc doc/html
78%{_includedir}/%{name}-1.0
79%{_libdir}/%{name}.so
80%{_libdir}/pkgconfig/%{name}.pc
81%{_mandir}/man3/%{name}.3.gz
82 
83%files utils
84%defattr(-,root,root,-)
85%{_bindir}/libevdev-tweak-device
86%{_bindir}/mouse-dpi-tool
87%{_bindir}/touchpad-edge-detector
88
89
90%changelog
91* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.0-1
92- new upstream release.
93
94* Sat Jul 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-1
95- new upstream release
96
97* Sun Jun 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
98- new upstream release
99
100* Mon Apr 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
101- new upstream release
102- create %%{name}-utils subpackage
103
104* Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
105- new upstream release
106
107* Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
108- initial build for Vine Linux
109
Note: See TracBrowser for help on using the repository browser.