Compare commits
11 Commits
3.12.2-1ma
...
3.26.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
8f61943452 | |||
2a57da7fc9 | |||
a8eb65013a | |||
21bf0f57a2 | |||
f06b6bc9dc | |||
0fcf9757ca | |||
45ccbd728e | |||
200d300a79 | |||
dbbc2c6267 | |||
827f651845 | |||
029f9694b5 |
@ -1,5 +1,5 @@
|
||||
Name: geocode-glib
|
||||
Version: 3.12.2
|
||||
Version: 3.26.0
|
||||
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,7 +50,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
#./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -69,6 +70,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
||||
%{_libdir}/libgeocode-glib.so.*
|
||||
%dir %{_libexecdir}/installed-tests/geocode-glib
|
||||
%{_libexecdir}/installed-tests/geocode-glib/*
|
||||
%{_datadir}/icons/gnome/scalable/places/poi-*.svg
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
@ -77,13 +80,48 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_includedir}/geocode-glib-1.0
|
||||
%dir %{_includedir}/geocode-glib-1.0/geocode-glib
|
||||
%{_includedir}/geocode-glib-1.0/geocode-glib/*.h
|
||||
%{_libdir}/libgeocode-glib.la
|
||||
%{_libdir}/libgeocode-glib.so
|
||||
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
||||
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
||||
#%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 3.23.90-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.20.1-1mamba
|
||||
- update to 3.20.1
|
||||
|
||||
* Sun Feb 21 2016 Automatic Build System <autodist@mambasoft.it> 3.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 25 2014 Automatic Build System <autodist@mambasoft.it> 3.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 13 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user