libwacom-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Summary: A library to identify wacom tablets
  2. Summary(ja): ワコムタブレットを検出するためのライブラリ
  3. Name: libwacom
  4. Version: 1.4.1
  5. Release: 1%{?_dist_release}
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: MIT
  9. URL: https://github.com/linuxwacom/libwacom/wiki
  10. Source0: https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: glib2-devel
  13. BuildRequires: eudev-libgudev1-devel
  14. %description
  15. libwacom is a library to identify wacom tablets and their model-specific
  16. features. It provides easy access to information such as "is this a built-in
  17. on-screen tablet", "what is the size of this model", etc.
  18. %package devel
  19. Summary: Development tools for libwacom
  20. Summary(ja): libwacom の開発環境
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: pkgconfig
  24. %description devel
  25. Header files and libraries for building a extension library for the
  26. libwacom.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --disable-static --with-udev-dir=/lib/udev
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-,root,root,-)
  39. %license COPYING
  40. %doc README NEWS
  41. %{_bindir}/libwacom-list-local-devices
  42. %{_libdir}/libwacom.so.*
  43. %{_datadir}/%{name}
  44. %{_mandir}/man1/libwacom-list-local-devices.1*
  45. /lib/udev/rules.d/65-libwacom.rules
  46. /lib/udev/hwdb.d/65-libwacom.hwdb
  47. %files devel
  48. %defattr(-,root,root,-)
  49. %{_includedir}/libwacom-1.0
  50. %{_libdir}/libwacom.so
  51. %{_libdir}/pkgconfig/libwacom.pc
  52. %changelog
  53. * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.1-1
  54. - new upstream release.
  55. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3-1
  56. - new upstream release.
  57. * Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.32-1
  58. - new upstream release.
  59. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
  60. - new upstream release
  61. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
  62. - new upstream release
  63. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
  64. - new upstream release
  65. - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
  66. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
  67. - new upstream release
  68. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
  69. - new upstream release
  70. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
  71. - new upstream release
  72. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
  73. - new upstream release
  74. * Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
  75. - new upstream release
  76. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  77. - new upstream release
  78. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
  79. - new upstream release
  80. * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
  81. - new upstream release
  82. * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
  83. - initial build for Vine Linux