libwacom-vl.spec 2.3 KB

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