source: projects/specs/trunk/lib/libw/libwacom/libwacom-vl.spec @ 12392

Revision 12392, 3.0 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 library to identify wacom tablets
2Summary(ja):    ワコムタブレットを検出するためのライブラリ
3Name:           libwacom
4Version:        1.3
5Release:        1%{?_dist_release}
6Group:          System Environment/Libraries
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        MIT
11URL:            https://github.com/linuxwacom/libwacom/wiki
12Source0:        https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/%{name}-%{version}.tar.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  glib2-devel
17BuildRequires:  eudev-libgudev1-devel
18
19%description
20libwacom is a library to identify wacom tablets and their model-specific
21features. It provides easy access to information such as "is this a built-in
22on-screen tablet", "what is the size of this model", etc.
23
24
25%package        devel
26Summary:        Development tools for libwacom
27Summary(ja):    libwacom の開発環境
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30Requires:       pkgconfig
31
32%description devel
33Header files and libraries for building a extension library for the
34libwacom.
35
36
37%prep
38%setup -q
39
40
41%build
42%configure --disable-static --with-udev-dir=/lib/udev
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT
48
49find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
50
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55
56%files
57%defattr(-,root,root,-)
58%license COPYING
59%doc README NEWS
60%{_bindir}/libwacom-list-local-devices
61%{_libdir}/libwacom.so.*
62%{_datadir}/%{name}
63%{_mandir}/man1/libwacom-list-local-devices.1*
64/lib/udev/rules.d/65-libwacom.rules
65
66%files devel
67%defattr(-,root,root,-)
68%{_includedir}/libwacom-1.0
69%{_libdir}/libwacom.so
70%{_libdir}/pkgconfig/libwacom.pc
71
72
73%changelog
74* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3-1
75- new upstream release.
76
77* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.32-1
78- new upstream release.
79
80* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
81- new upstream release
82
83* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
84- new upstream release
85
86* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
87- new upstream release
88- change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
89
90* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
91- new upstream release
92
93* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
94- new upstream release
95
96* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
97- new upstream release
98
99* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
100- new upstream release
101
102* Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
103- new upstream release
104
105* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
106- new upstream release
107
108* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
109- new upstream release
110
111* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
112- new upstream release
113
114* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
115- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.