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
|
Name: gupnp-dlna
|
||||||
Version: 0.10.5
|
Version: 0.11.0
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of helpers for building UPnP AV applications
|
Summary: A collection of helpers for building UPnP AV applications
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
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: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel >= 1.36
|
BuildRequires: gobject-introspection-devel >= 1.36
|
||||||
@ -14,9 +14,9 @@ BuildRequires: gstreamer1-plugins-base-devel
|
|||||||
BuildRequires: gupnp-devel
|
BuildRequires: gupnp-devel
|
||||||
BuildRequires: gupnp-av-devel
|
BuildRequires: gupnp-av-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: make
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GUPnP is an object-oriented open source framework for creating UPnP
|
GUPnP is an object-oriented open source framework for creating UPnP
|
||||||
@ -46,18 +46,14 @@ Contains developer documentation for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson -Dgtk_doc=true
|
||||||
|
%meson_build
|
||||||
make %{?_smp_mflags} V=1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%meson_install
|
||||||
|
|
||||||
# Remove libtool archives.
|
|
||||||
find %{buildroot} -name '*.la' -delete
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -88,6 +84,10 @@ make check
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-metadata
|
%{_datadir}/gtk-doc/html/%{name}-metadata
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user