You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
media-player-info/media-player-info.spec

101 lines
2.9 KiB

16 years ago
Name: media-player-info
13 years ago
Version: 17
Release: 4%{?dist}
16 years ago
Summary: Data files describing media player capabilities
Group: System Environment/Base
License: BSD
14 years ago
URL: http://www.freedesktop.org/wiki/Software/media-player-info
14 years ago
Source0: http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
16 years ago
BuildArch: noarch
Patch0: fdo-51097-hp-veer.patch
16 years ago
BuildRequires: libudev-devel
14 years ago
BuildRequires: python
16 years ago
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 .veer
16 years ago
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README NEWS AUTHORS
13 years ago
/usr/share/media-player-info
/usr/lib/udev/rules.d/*
16 years ago
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Nov 15 2012 Dan Williams <dcbw@redhat.com> 17-2
- Add HP Veer (fdo #51097)
13 years ago
* Sun Aug 12 2012 Rex Dieter <rdieter@fedoraproject.org> 17-1
- Update to 17
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13 years ago
* 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
13 years ago
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> 15-1
- Update to 15
14 years ago
* 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
14 years ago
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 12-1
- Update to version 12
14 years ago
* 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
16 years ago
* 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