Switch to unified view

a/rpm/upmpdcli.spec b/rpm/upmpdcli.spec
1
Summary:        UPnP Media Renderer front-end to MPD, the Music Player Daemon
1
Summary:        UPnP Media Renderer front-end to MPD, the Music Player Daemon
2
Name:           upmpdcli
2
Name:           upmpdcli
3
Version:        1.1.3
3
Version:        1.2.2
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
9
Requires(pre):  shadow-utils
10
Requires(pre):  shadow-utils
10
Requires(post): systemd
11
Requires(post): systemd
11
Requires(preun): systemd
12
Requires(preun): systemd
12
Requires(postun): systemd
13
Requires(postun): systemd
13
BuildRequires:  libupnpp
14
BuildRequires:  libupnpp
14
BuildRequires:  libupnp-devel
15
BuildRequires:  libupnp-devel
15
BuildRequires:  libmpdclient-devel
16
BuildRequires:  libmpdclient-devel
17
BuildRequires:  libmicrohttpd-devel
18
BuildRequires:  jsoncpp-devel
16
BuildRequires:  expat-devel
19
BuildRequires:  expat-devel
17
BuildRequires:  systemd-units
20
BuildRequires:  systemd-units
18
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
21
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
19
22
20
%description
23
%description
...
...
23
on Android tablets or phones.
26
on Android tablets or phones.
24
27
25
28
26
%prep
29
%prep
27
%setup -q
30
%setup -q
31
%patch0 -p1
28
32
29
%build
33
%build
30
%configure
34
%configure
31
%{__make} %{?_smp_mflags}
35
%{__make} %{?_smp_mflags}
32
36
...
...
64
68
65
%postun
69
%postun
66
%systemd_postun_with_restart upmpdcli.service 
70
%systemd_postun_with_restart upmpdcli.service 
67
71
68
%changelog
72
%changelog
73
* Sun Sep 11 2016 J.F. Dockes <jf@dockes.org> - 1.2.2
74
- Implement Media Server for acessing streaming services (Google Play
75
  Music, Qobuz and Tidal)
69
* Thu Mar 17 2016 J.F. Dockes <jf@dockes.org> - 1.1.3
76
* Thu Mar 17 2016 J.F. Dockes <jf@dockes.org> - 1.1.3
70
- Fix cover art display, which sometimes vanished.
77
- Fix cover art display, which sometimes vanished.
71
- Allow changing the xml data directory in the run time config.
78
- Allow changing the xml data directory in the run time config.
72
- Fix execution of onvolumechange (command could not have args).
79
- Fix execution of onvolumechange (command could not have args).
73
* Fri Feb 26 2016 J.F. Dockes <jf@dockes.org> - 1.1.2
80
* Fri Feb 26 2016 J.F. Dockes <jf@dockes.org> - 1.1.2