39 lines
1.1 KiB
RPMSpec
39 lines
1.1 KiB
RPMSpec
Name: media-player-info
|
|
Version: 23
|
|
Release: 4
|
|
Summary: Media player capabilities are decribed by data files
|
|
License: BSD
|
|
URL: http://www.freedesktop.org/wiki/Software/media-player-info
|
|
Source0: http://www.freedesktop.org/software/media-player-info/media-player-info-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: pkgconfig(udev) python3
|
|
Requires: udev
|
|
|
|
%description
|
|
media-player-info is a repository of data files, media player (mostly USB Mass Storage ones)
|
|
capabilities are decribed by these files. 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
|
|
%autosetup -n media-player-info-%{version} -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%doc README NEWS AUTHORS COPYING
|
|
/usr/share/media-player-info
|
|
/usr/lib/udev/rules.d/*
|
|
/usr/lib/udev/hwdb.d/20-usb-media-players.hwdb
|
|
|
|
%changelog
|
|
* Tue Apr 28 2020 wangerfeng <wangerfeng5@huawei.com> - 23-4
|
|
- Package init
|