import libnma-1.8.38-1.el8
This commit is contained in:
parent
be7124c12d
commit
03685c4049
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libnma-1.8.36.tar.xz
|
SOURCES/libnma-1.8.38.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
5ee2bec31c5feeecea7b777d9cd6d7224b7e50f5 SOURCES/libnma-1.8.36.tar.xz
|
15b3ef1432fe5254ad4e4ab555840465176c47b3 SOURCES/libnma-1.8.38.tar.xz
|
||||||
|
@ -5,22 +5,20 @@
|
|||||||
%global mbp_version 0.20090602
|
%global mbp_version 0.20090602
|
||||||
%global old_libnma_version 1.8.27
|
%global old_libnma_version 1.8.27
|
||||||
|
|
||||||
%global rpm_version 1.8.36
|
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 10
|
||||||
%global real_version 1.8.36
|
%bcond_without libnma_gtk4
|
||||||
%global release_version 2
|
%else
|
||||||
|
|
||||||
%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p')
|
|
||||||
|
|
||||||
%bcond_with libnma_gtk4
|
%bcond_with libnma_gtk4
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: libnma
|
Name: libnma
|
||||||
Summary: NetworkManager GUI library
|
Summary: NetworkManager GUI library
|
||||||
Version: %{rpm_version}
|
Version: 1.8.38
|
||||||
Release: %{release_version}%{?dist}
|
Release: 1%{?dist}
|
||||||
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
|
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/libnma/
|
URL: https://gitlab.gnome.org/GNOME/libnma/
|
||||||
Source0: https://download.gnome.org/sources/libnma/%{real_version_major}/%{name}-%{real_version}.tar.xz
|
Source0: https://download.gnome.org/sources/libnma/1.8/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch1: 0001-nm-applet-no-notifications.patch
|
Patch1: 0001-nm-applet-no-notifications.patch
|
||||||
|
|
||||||
@ -31,10 +29,10 @@ Conflicts: libnma < %{old_libnma_version}
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
|
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
|
||||||
BuildRequires: ModemManager-glib-devel >= 1.0
|
BuildRequires: ModemManager-glib-devel >= 1.0
|
||||||
BuildRequires: glib2-devel >= 2.32
|
BuildRequires: glib2-devel >= 2.38
|
||||||
BuildRequires: gtk3-devel >= 3.10
|
BuildRequires: gtk3-devel >= 3.12
|
||||||
%if %{with libnma_gtk4}
|
%if %{with libnma_gtk4}
|
||||||
BuildRequires: gtk4-devel >= 3.96
|
BuildRequires: gtk4-devel >= 4.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gobject-introspection-devel >= 0.10.3
|
BuildRequires: gobject-introspection-devel >= 0.10.3
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
@ -89,13 +87,12 @@ files to be used for integrating GUI tools with NetworkManager.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n "%{name}-%{real_version}"
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dgcr=true \
|
-Dgcr=true \
|
||||||
-Ddisable-static=true \
|
|
||||||
-Dvapi=false \
|
-Dvapi=false \
|
||||||
%if %{with libnma_gtk4}
|
%if %{with libnma_gtk4}
|
||||||
-Dlibnma_gtk4=true
|
-Dlibnma_gtk4=true
|
||||||
@ -146,6 +143,9 @@ files to be used for integrating GUI tools with NetworkManager.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 8 2022 Ana Cabral <acabral@redhat.com> - 1.8.38-1
|
||||||
|
- Rebase to 1.8.38
|
||||||
|
|
||||||
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-2
|
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-2
|
||||||
- Rebuilt
|
- Rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user