libwacom-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: A library to identify wacom tablets
  2. Name: libwacom
  3. Version: 0.15
  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: eudev-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 Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
  51. - new upstream release
  52. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
  53. - new upstream release
  54. - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
  55. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
  56. - new upstream release
  57. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
  58. - new upstream release
  59. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
  60. - new upstream release
  61. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
  62. - new upstream release
  63. * Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
  64. - new upstream release
  65. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  66. - new upstream release
  67. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
  68. - new upstream release
  69. * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
  70. - new upstream release
  71. * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
  72. - initial build for Vine Linux