libwacom-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Summary: A library to identify wacom tablets
  2. Summary(ja): ワコムタブレットを検出するためのライブラリ
  3. Name: libwacom
  4. Version: 1.3
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT
  10. URL: https://github.com/linuxwacom/libwacom/wiki
  11. Source0: https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/%{name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: glib2-devel
  14. BuildRequires: eudev-libgudev1-devel
  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 --with-udev-dir=/lib/udev
  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. %license COPYING
  41. %doc README NEWS
  42. %{_bindir}/libwacom-list-local-devices
  43. %{_libdir}/libwacom.so.*
  44. %{_datadir}/%{name}
  45. %{_mandir}/man1/libwacom-list-local-devices.1*
  46. /lib/udev/rules.d/65-libwacom.rules
  47. %files devel
  48. %defattr(-,root,root,-)
  49. %{_includedir}/libwacom-1.0
  50. %{_libdir}/libwacom.so
  51. %{_libdir}/pkgconfig/libwacom.pc
  52. %changelog
  53. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3-1
  54. - new upstream release.
  55. * Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.32-1
  56. - new upstream release.
  57. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19-1
  58. - new upstream release
  59. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
  60. - new upstream release
  61. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
  62. - new upstream release
  63. - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
  64. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
  65. - new upstream release
  66. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
  67. - new upstream release
  68. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
  69. - new upstream release
  70. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
  71. - new upstream release
  72. * Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-1
  73. - new upstream release
  74. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  75. - new upstream release
  76. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
  77. - new upstream release
  78. * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
  79. - new upstream release
  80. * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
  81. - initial build for Vine Linux