Compare commits
3 Commits
3.25.4.1-1
...
3.26.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
65ede6e669 | |||
290006c46c | |||
8f61943452 |
@ -1,5 +1,5 @@
|
||||
Name: geocode-glib
|
||||
Version: 3.25.4.1
|
||||
Version: 3.26.2
|
||||
Release: 1mamba
|
||||
Summary: A convenience library for the geocoding and reverse geocoding
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://git.gnome.org/browse/geocode-glib/
|
||||
Source: https://git.gnome.org/browse/geocode-glib/snapshot/geocode-glib-%{version}.tar.gz
|
||||
Source: https://gitlab.gnome.org/GNOME/geocode-glib.git/%{version}/geocode-glib-%{version}.tar.bz2
|
||||
#Source: https://git.gnome.org/browse/geocode-glib/snapshot/geocode-glib-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -49,13 +50,13 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
#./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -82,9 +83,20 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libgeocode-glib.so
|
||||
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
||||
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc/html/geocode-glib
|
||||
%{_datadir}/gtk-doc/html/geocode-glib/*
|
||||
#%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2020 Automatic Build System <autodist@mambasoft.it> 3.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 30 2019 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.26.0-1mamba
|
||||
- update to 3.26.0
|
||||
|
||||
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 3.25.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user