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

Revision 12005, 2.8 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1Summary:        A library to identify wacom tablets
2Summary(ja):    ワコムタブレットを検出するためのライブラリ
3Name:           libwacom
4Version:        0.32
5Release:        1%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        MIT
9URL:            http://sourceforge.net/projects/linuxwacom/
10Source0:        %{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  glib2-devel
15BuildRequires:  eudev-libgudev1-devel
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
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%license COPYING
60%doc README NEWS
61%{_bindir}/libwacom-list-local-devices
62%{_libdir}/libwacom.so.*
63%{_datadir}/%{name}
64%{_mandir}/man1/libwacom-list-local-devices.1*
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* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.32-1
75- new upstream release.
76
77* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
78- new upstream release
79
80* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
81- new upstream release
82
83* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
84- new upstream release
85- change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
86
87* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
88- new upstream release
89
90* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
91- new upstream release
92
93* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
94- new upstream release
95
96* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
97- new upstream release
98
99* Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
100- new upstream release
101
102* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
103- new upstream release
104
105* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
106- new upstream release
107
108* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
109- new upstream release
110
111* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
112- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.