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