Update to 0.11.0
- Switch to the meson build system
This commit is contained in:
parent
3f5275f94e
commit
7deb8494c2
@ -1,10 +1,10 @@
|
||||
Name: gupnp-dlna
|
||||
Version: 0.10.5
|
||||
Release: 15%{?dist}
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of helpers for building UPnP AV applications
|
||||
License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel >= 1.36
|
||||
@ -14,9 +14,9 @@ BuildRequires: gstreamer1-plugins-base-devel
|
||||
BuildRequires: gupnp-devel
|
||||
BuildRequires: gupnp-av-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
GUPnP is an object-oriented open source framework for creating UPnP
|
||||
@ -46,18 +46,14 @@ Contains developer documentation for %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
# Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
make check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -88,6 +84,10 @@ make check
|
||||
%{_datadir}/gtk-doc/html/%{name}-metadata
|
||||
|
||||
%changelog
|
||||
* Fri Aug 20 2021 Kalev Lember <klember@redhat.com> - 0.11.0-1
|
||||
- Update to 0.11.0
|
||||
- Switch to the meson build system
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user