| 1 | Summary: A library to identify wacom tablets |
|---|
| 2 | Name: libwacom |
|---|
| 3 | Version: 0.9 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | License: MIT |
|---|
| 8 | URL: http://sourceforge.net/projects/linuxwacom/ |
|---|
| 9 | Source0: %{name}-%{version}.tar.bz2 |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | |
|---|
| 13 | BuildRequires: glib2-devel |
|---|
| 14 | BuildRequires: libgudev1-devel |
|---|
| 15 | |
|---|
| 16 | Vendor: Project Vine |
|---|
| 17 | Distribution: Vine Linux |
|---|
| 18 | Packager: Takemikaduchi |
|---|
| 19 | |
|---|
| 20 | %description |
|---|
| 21 | libwacom is a library to identify wacom tablets and their model-specific |
|---|
| 22 | features. It provides easy access to information such as "is this a built-in |
|---|
| 23 | on-screen tablet", "what is the size of this model", etc. |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | %package devel |
|---|
| 27 | Summary: Development tools for libwacom |
|---|
| 28 | Summary(ja): libwacom の開発環境 |
|---|
| 29 | Group: Development/Libraries |
|---|
| 30 | Requires: %{name} = %{version}-%{release} |
|---|
| 31 | Requires: pkgconfig |
|---|
| 32 | |
|---|
| 33 | %description devel |
|---|
| 34 | Header files and libraries for building a extension library for the |
|---|
| 35 | libwacom. |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | %prep |
|---|
| 39 | %setup -q |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %build |
|---|
| 43 | %configure --disable-static |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | %install |
|---|
| 47 | rm -rf $RPM_BUILD_ROOT |
|---|
| 48 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 49 | |
|---|
| 50 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | %clean |
|---|
| 54 | rm -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 |
|---|