media-player-info-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: media-player-info
  2. Version: 22
  3. Release: 1%{?_dist_release}
  4. Summary: Data files describing media player capabilities
  5. Group: System Environment/Base
  6. License: BSD
  7. URL: http://www.freedesktop.org/wiki/Software/media-player-info
  8. Source0: http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
  9. Patch0: media-player-info-22-vine.patch
  10. BuildArch: noarch
  11. BuildRequires: libudev-devel
  12. BuildRequires: autoconf automake
  13. BuildRequires: python3
  14. Requires: udev
  15. %description
  16. media-player-info is a repository of data files describing media player
  17. (mostly USB Mass Storage ones) capabilities. These files contain information
  18. about the directory layout to use to add music to these devices, about the
  19. supported file formats, etc.
  20. The package also installs a udev rule to identify media player devices.
  21. %prep
  22. %setup -q
  23. %patch0 -p1 -b .vine
  24. # grr, tarballs without configure
  25. autoreconf -i -f
  26. %build
  27. %configure
  28. make %{?_smp_mflags}
  29. %install
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root,-)
  33. %doc COPYING README NEWS AUTHORS
  34. %{_sysconfdir}/udev/hwdb.d/20-usb-media-players.hwdb
  35. %{_datadir}/%{name}
  36. /lib/udev/rules.d/40-usb-media-players.rules
  37. %changelog
  38. * Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 22-1
  39. - new usptream release
  40. - change BuildRequires: python3-devel instead of python-devel
  41. - add Patch0 (media-player-info-22-vine.patch)
  42. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16-1
  43. - initial build for Vine Linux
  44. * Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> 16-1
  45. - Update to 16
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-2
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> 15-1
  49. - Update to 15
  50. * Wed Jul 20 2011 Matthias Clasen <mclasen@redhat.com> 14-1
  51. - Update to 14
  52. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  54. * Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 12-1
  55. - Update to version 12
  56. * Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 11-1
  57. - Update to version 11
  58. * Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 10-1
  59. - Update to version 10
  60. * Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 6-1
  61. - Update to version 6
  62. * Thu Mar 18 2010 Bastien Nocera <bnocera@redhat.com> 5-1
  63. - Update to version 5
  64. * Tue Sep 1 2009 Matthias Clasen <mclasen@redhat.com> - 3-1
  65. - New upstream tarball with fixed Copyright headers
  66. * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 2-1
  67. - Rename to media-player-info
  68. * Thu Aug 27 2009 Matthias Clasen <mclasen@redhat.com> - 1-1
  69. - Initial packaging