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

Revision 8353, 2.2 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Summary:        A library to identify wacom tablets
2Name:           libwacom
3Version:        0.9
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:  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* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
73- new upstream release
74
75* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
76- new upstream release
77
78* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
79- new upstream release
80
81* Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
82- new upstream release
83
84* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
85- new upstream release
86
87* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
88- new upstream release
89
90* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
91- new upstream release
92
93* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
94- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.