Update to 2.55.2
- Switch to the meson build system
This commit is contained in:
parent
fce3a9163d
commit
bbad9d7e6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/glib-networking-2.53.90.tar.xz
|
||||
/glib-networking-2.54.0.tar.xz
|
||||
/glib-networking-2.54.1.tar.xz
|
||||
/glib-networking-2.55.2.tar.xz
|
||||
|
@ -1,25 +1,26 @@
|
||||
%define glib2_version 2.46.0
|
||||
|
||||
Name: glib-networking
|
||||
Version: 2.54.1
|
||||
Version: 2.55.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.54/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.55/%{name}-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora}
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
||||
Patch0: fedora-crypto-policy.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: ca-certificates
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: systemd
|
||||
|
||||
Requires: ca-certificates
|
||||
@ -44,14 +45,11 @@ the functionality of the installed glib-networking package.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-libproxy --enable-installed-tests
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
%meson -Dinstalled_tests=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -70,6 +68,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.55.2-1
|
||||
- Update to 2.55.2
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
|
||||
- Update to 2.54.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glib-networking-2.54.1.tar.xz) = 8356d835914e33df43f4f2bb6a915ddcd48dd0565e4d5bc1f1d692e9c3124ee4421b99f87f2586f74e9fed24ef7421159f3242fd1eb7bd74950bd25e860896ec
|
||||
SHA512 (glib-networking-2.55.2.tar.xz) = 8bf75ed8f8be998ead082dc4ce4eb30a4483d4e04ddfa3d3e678b46e83d1ab704e62ad0e3f3c2b494d798925e6974cddad1b956df8098321bff52c624e532216
|
||||
|
Loading…
Reference in New Issue
Block a user