Update to 1.2.2
- Switch to the meson build system
This commit is contained in:
parent
bba9005f77
commit
7584a5c9b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/gupnp-1.0.2.tar.xz
|
/gupnp-1.0.2.tar.xz
|
||||||
/gupnp-1.0.3.tar.xz
|
/gupnp-1.0.3.tar.xz
|
||||||
/gupnp-1.0.4.tar.xz
|
/gupnp-1.0.4.tar.xz
|
||||||
|
/gupnp-1.2.2.tar.xz
|
||||||
|
46
gupnp.spec
46
gupnp.spec
@ -1,18 +1,19 @@
|
|||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.0.4
|
Version: 1.2.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A framework for creating UPnP devices & control points
|
Summary: A framework for creating UPnP devices & control points
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gssdp-devel >= 0.14.15
|
BuildRequires: gssdp-devel >= 1.1.3
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel >= 1.36
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
@ -40,42 +41,43 @@ This package contains developer documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Use Python 3
|
|
||||||
sed -i '1s|^#! /usr/bin/env python$|#!/usr/bin/python3|' tools/gupnp-binding-tool
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-context-manager=network-manager
|
%meson \
|
||||||
make %{?_smp_mflags} V=1
|
-Dcontext_manager=network-manager \
|
||||||
|
-Dgtk_doc=true
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
#Remove libtool archives.
|
|
||||||
find %{buildroot} -name '*.la' -delete
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags} V=1
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
%{_libdir}/libgupnp-1.0.so.*
|
%{_libdir}/libgupnp-1.2.so.*
|
||||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
%{_libdir}/girepository-1.0/GUPnP-1.2.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/gupnp-binding-tool
|
%{_bindir}/gupnp-binding-tool-1.2
|
||||||
%{_libdir}/pkgconfig/gupnp-1.0.pc
|
%{_includedir}/gupnp-1.2/
|
||||||
%{_libdir}/libgupnp-1.0.so
|
%{_libdir}/libgupnp-1.2.so
|
||||||
%{_includedir}/gupnp-1.0
|
%{_libdir}/pkgconfig/gupnp-1.2.pc
|
||||||
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
%{_datadir}/gir-1.0/GUPnP-1.2.gir
|
||||||
%{_datadir}/vala/vapi/%{name}*
|
%{_datadir}/vala/vapi/%{name}*
|
||||||
|
%{_mandir}/man1/gupnp-binding-tool-1.2.1*
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2020 Kalev Lember <klember@redhat.com> - 1.2.2-1
|
||||||
|
- Update to 1.2.2
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gupnp-1.0.4.tar.xz) = 54a133ce043e9b3d5ea23041c04fbbf5483aea98a72421cdb59bada0ab2e3ab3fc85452c4c743b794eeb7c929f5ef38bf0e6ba7f9539d86182a77612c898205a
|
SHA512 (gupnp-1.2.2.tar.xz) = 08a715b06f30b9d9d11b914136f89b0c53d6b07b09dddf622619073fc6f144fc8d711eec28ede80fd14fc71a6addfe88de15740d0748302522ce71555fd18d2a
|
||||||
|
Loading…
Reference in New Issue
Block a user