Switch to unified view

a/rpm/libupnpp.spec b/rpm/libupnpp.spec
1
Summary:        C++ wrapper for libupnp
1
Summary:        C++ wrapper for libupnp
2
Name:           libupnpp
2
Name:           libupnpp
3
Version:        0.11.0
3
Version:        0.12.1
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/libupnpp-%{version}.tar.gz
8
Source0:        http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-%{version}.tar.gz
...
...
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:  expat-devel
16
BuildRequires:  libcurl-devel
16
BuildRequires:  systemd-units
17
BuildRequires:  systemd-units
17
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
19
19
%description
20
%description
20
libupnpp is a C++ wrapper over libupnp. It exists mostly for supporting
21
libupnpp is a C++ wrapper over libupnp. It exists mostly for supporting
...
...
37
%{__rm} -rf %{buildroot}
38
%{__rm} -rf %{buildroot}
38
39
39
%files
40
%files
40
%defattr(-, root, root, -)
41
%defattr(-, root, root, -)
41
%{_includedir}/libupnpp
42
%{_includedir}/libupnpp
42
%{_libdir}/libupnpp-%{version}.so*
43
%{_libdir}/libupnpp.so
43
%{_libdir}/libupnpp.so*
44
44
45
%changelog
45
%changelog
46
* Mon Aug 17 2015 J.F. Dockes <jf@dockes.org> - 0.12.1
47
- Make it easier to create pure openhome devices
46
* Tue May 05 2015 J.F. Dockes <jf@dockes.org> - 0.11.0
48
* Tue May 05 2015 J.F. Dockes <jf@dockes.org> - 0.11.0
47
- Control side interface to the OpenHome receiver service
49
- Control side interface to the OpenHome receiver service
48
- API cleanups for a more stable ABI
50
- API cleanups for a more stable ABI
49
- More complete implementation of OpenHome services to support pure
51
- More complete implementation of OpenHome services to support pure
50
  OpenHome devices
52
  OpenHome devices