]> git.pld-linux.org Git - SPECS.git/blob - media-player-info.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / media-player-info.spec
1 Summary:        Media player info files
2 Summary(pl.UTF-8):      Pliki media player info
3 Name:           media-player-info
4 Version:        24
5 Release:        1
6 License:        BSD-like
7 Group:          Applications
8 Source0:        https://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
9 # Source0-md5:  1ccbfe93a671dffd5cd67d7965ccd7b3
10 URL:            https://www.freedesktop.org/wiki/Software/media-player-info/
11 BuildRequires:  pkgconfig
12 BuildRequires:  python3 >= 1:3
13 BuildRequires:  rpmbuild(macros) >= 1.691
14 BuildRequires:  udev-devel >= 1:196
15 Requires(post,postun):  udev-core >= 1:196
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 media-player-info is a repository of data files describing media
21 player (mostly USB Mass Storage ones) capabilities. These files
22 contain information about the directory layout to use to add music to
23 these devices, about the supported file formats, etc.
24
25 %description -l pl.UTF-8
26 media-player-info to repozytorium plikowe opisujące właściwości
27 odtwarzaczy muzyki (większość to pamięci masowe USB). Pliki zawierają
28 informację o strukturze katalogów aby dodawać muzykę do tych urządzeń,
29 o wspieranych formatach dzwiękowych, itd.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post
48 %udev_hwdb_update
49
50 %postun
51 %udev_hwdb_update
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS COPYING ChangeLog NEWS
56 %{_datadir}/media-player-info
57 /lib/udev/hwdb.d/20-usb-media-players.hwdb
58 /lib/udev/rules.d/40-usb-media-players.rules
This page took 0.091809 seconds and 3 git commands to generate.