|
a/rpm/upmpdcli.spec |
|
b/rpm/upmpdcli.spec |
|
... |
|
... |
10 |
Requires(post): systemd
|
10 |
Requires(post): systemd
|
11 |
Requires(preun): systemd
|
11 |
Requires(preun): systemd
|
12 |
Requires(postun): systemd
|
12 |
Requires(postun): systemd
|
13 |
BuildRequires: libupnp-devel
|
13 |
BuildRequires: libupnp-devel
|
14 |
BuildRequires: libmpdclient-devel
|
14 |
BuildRequires: libmpdclient-devel
|
|
|
15 |
BuildRequires: expat-devel
|
15 |
BuildRequires: systemd-units
|
16 |
BuildRequires: systemd-units
|
16 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
17 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
17 |
|
18 |
|
18 |
%description
|
19 |
%description
|
19 |
Upmpdcli turns MPD, the Music Player Daemon into an UPnP Media Renderer,
|
20 |
Upmpdcli turns MPD, the Music Player Daemon into an UPnP Media Renderer,
|