Update to 3.25.4.1
- Switch to the meson build system
This commit is contained in:
parent
702e7cffb5
commit
64bc456c46
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/geocode-glib-3.20.0.tar.xz
|
||||
/geocode-glib-3.20.1.tar.xz
|
||||
/geocode-glib-3.23.90.tar.xz
|
||||
/geocode-glib-3.25.4.1.tar.xz
|
||||
|
@ -1,19 +1,21 @@
|
||||
%global json_glib_version 0.99.2
|
||||
|
||||
Name: geocode-glib
|
||||
Version: 3.23.90
|
||||
Release: 2%{?dist}
|
||||
Version: 3.25.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Geocoding helper library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.23/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
||||
|
||||
@ -39,13 +41,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags} V=1
|
||||
%meson -Denable-installed-tests=false
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%meson_install
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -69,6 +70,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4.1-1
|
||||
- Update to 3.25.4.1
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.90-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (geocode-glib-3.23.90.tar.xz) = a0a933950a4152f61726b77318b9126beb1c75d97e89245084ff2363359d5a6aed1e4083de1ab17900ffb3c004007f913980fc0c14f8db5fc5a07bbd0a6b96e3
|
||||
SHA512 (geocode-glib-3.25.4.1.tar.xz) = ba0de98861e3bbbf6b175f6666bc4f8c359999feb67ba4583ffb18165dd8fb18f6297ed4bf139dab2cf1dbf6a42d6f6ab01c968425f2f0dc21d1a9a1e5892a53
|
||||
|
Loading…
Reference in New Issue
Block a user