3 |
|
|
4 |
Name: GeoIP |
Name: GeoIP |
5 |
Version: 1.6.12 |
Version: 1.6.12 |
6 |
Release: 7%{?dist} |
Release: 9%{?dist} |
7 |
Summary: Library for country/city/organization to IP address or hostname mapping |
Summary: Library for country/city/organization to IP address or hostname mapping |
8 |
License: LGPLv2+ |
License: LGPLv2+ |
9 |
URL: http://www.maxmind.com/app/c |
URL: http://www.maxmind.com/app/c |
63 |
# Tests require network access so fail in koji; build using --with tests to run them yourself |
# Tests require network access so fail in koji; build using --with tests to run them yourself |
64 |
%{?with_tests:LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check} |
%{?with_tests:LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check} |
65 |
|
|
66 |
%ldconfig_scriptlets |
%post -p /sbin/ldconfig |
67 |
|
|
68 |
|
%postun -p /sbin/ldconfig |
69 |
|
|
70 |
%files |
%files |
71 |
%if 0%{?_licensedir:1} |
%if 0%{?_licensedir:1} |
88 |
%{_libdir}/pkgconfig/geoip.pc |
%{_libdir}/pkgconfig/geoip.pc |
89 |
|
|
90 |
%changelog |
%changelog |
91 |
|
* Sat Mar 13 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.12-9.sme |
92 |
|
- Rebuilt for SME10 |
93 |
|
- remove ldconfig scriptlet missing on buildsys |
94 |
|
|
95 |
* Thu Nov 28 2019 Thomas Andrejak <thomas.andrejak@gmail.com> - 1.6.12-7 |
* Thu Nov 28 2019 Thomas Andrejak <thomas.andrejak@gmail.com> - 1.6.12-7 |
96 |
- Rebuilt for EPEL8 |
- Rebuilt for EPEL8 |
97 |
|
|