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

Revision 9775, 2.5 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

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