import libmaxminddb-1.2.0-9.el8
This commit is contained in:
parent
3e6ad0871b
commit
4fb743e15d
@ -1,7 +1,7 @@
|
|||||||
Name: libmaxminddb
|
Name: libmaxminddb
|
||||||
Summary: C library for the MaxMind DB file format
|
Summary: C library for the MaxMind DB file format
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 7%{?dist}
|
Release: 9%{?dist}
|
||||||
URL: https://maxmind.github.io/libmaxminddb
|
URL: https://maxmind.github.io/libmaxminddb
|
||||||
Source0: https://github.com/maxmind/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/maxmind/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -67,19 +67,25 @@ EOF
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libmaxminddb.so.*
|
%{_libdir}/libmaxminddb.so.*
|
||||||
|
%{_bindir}/mmdblookup
|
||||||
|
%{_mandir}/man1/mmdblookup.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license NOTICE
|
%license NOTICE
|
||||||
%doc Changes.md
|
%doc Changes.md
|
||||||
%{_bindir}/mmdblookup
|
|
||||||
%{_includedir}/maxminddb.h
|
%{_includedir}/maxminddb.h
|
||||||
%{_includedir}/maxminddb_config*.h
|
%{_includedir}/maxminddb_config*.h
|
||||||
%{_libdir}/libmaxminddb.so
|
%{_libdir}/libmaxminddb.so
|
||||||
%{_libdir}/pkgconfig/libmaxminddb.pc
|
%{_libdir}/pkgconfig/libmaxminddb.pc
|
||||||
%{_mandir}/man1/*
|
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2020 Michal Ruprich <michalruprich@gmail.com> - 1.2.0-9
|
||||||
|
- Related: #1642001 - moving manpage of mmdblookup from -devel subpackage
|
||||||
|
|
||||||
|
* Fri May 15 2020 Michal Ruprich <michalruprich@gmail.com> - 1.2.0-8
|
||||||
|
- Resolves: #1642001 - binary mmdblookup is in libmaxminddb-devel
|
||||||
|
|
||||||
* Thu Jan 09 2020 Michal Ruprich <mruprich@redhat.com> - 1.2.0-7
|
* Thu Jan 09 2020 Michal Ruprich <mruprich@redhat.com> - 1.2.0-7
|
||||||
- Resolves: #1788956 - conflicts with multilib install
|
- Resolves: #1788956 - conflicts with multilib install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user