|
a/rpm/upmpdcli.spec |
|
b/rpm/upmpdcli.spec |
|
... |
|
... |
4 |
Release: 1%{?dist}
|
4 |
Release: 1%{?dist}
|
5 |
Group: Applications/Multimedia
|
5 |
Group: Applications/Multimedia
|
6 |
License: GPLv2+
|
6 |
License: GPLv2+
|
7 |
URL: http://www.lesbonscomptes.com/updmpdcli
|
7 |
URL: http://www.lesbonscomptes.com/updmpdcli
|
8 |
Source0: http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-%{version}.tar.gz
|
8 |
Source0: http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-%{version}.tar.gz
|
9 |
Patch0: json-not-in-jsoncpp.patch
|
|
|
10 |
Requires(pre): shadow-utils
|
9 |
Requires(pre): shadow-utils
|
11 |
Requires(post): systemd
|
10 |
Requires(post): systemd
|
12 |
Requires(preun): systemd
|
11 |
Requires(preun): systemd
|
13 |
Requires(postun): systemd
|
12 |
Requires(postun): systemd
|
|
|
13 |
Requires: python-requests
|
14 |
BuildRequires: libupnpp
|
14 |
BuildRequires: libupnpp
|
15 |
BuildRequires: libupnp-devel
|
15 |
BuildRequires: libupnp-devel
|
16 |
BuildRequires: libmpdclient-devel
|
16 |
BuildRequires: libmpdclient-devel
|
17 |
BuildRequires: libmicrohttpd-devel
|
17 |
BuildRequires: libmicrohttpd-devel
|
18 |
BuildRequires: jsoncpp-devel
|
18 |
BuildRequires: jsoncpp-devel
|
|
... |
|
... |
26 |
on Android tablets or phones.
|
26 |
on Android tablets or phones.
|
27 |
|
27 |
|
28 |
|
28 |
|
29 |
%prep
|
29 |
%prep
|
30 |
%setup -q
|
30 |
%setup -q
|
31 |
%patch0 -p1
|
|
|
32 |
|
31 |
|
33 |
%build
|
32 |
%build
|
34 |
%configure
|
33 |
%configure
|
35 |
%{__make} %{?_smp_mflags}
|
34 |
%{__make} %{?_smp_mflags}
|
36 |
|
35 |
|