From 8153571890e6b7596a83412c8724d95f578891f4 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Mon, 30 Mar 2020 13:39:57 +0000 Subject: [PATCH] Update libmaxminddb.spec Would you consider moving the mmdblookup binary from the -devel subpackage to the main package? Similarly as it was with GeoIP, where geoiplookup and geoiplookup6 were in the main package? Thanks and regards, Michal --- libmaxminddb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmaxminddb.spec b/libmaxminddb.spec index aa48517..a719d5e 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ Name: libmaxminddb Summary: C library for the MaxMind DB file format Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://maxmind.github.io/libmaxminddb Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz @@ -47,11 +47,11 @@ rm -v %{buildroot}%{_libdir}/*.la %files %license LICENSE %{_libdir}/libmaxminddb.so.0* +%{_bindir}/mmdblookup %files devel %license NOTICE %doc Changes.md -%{_bindir}/mmdblookup %{_includedir}/maxminddb.h %{_includedir}/maxminddb_config.h %{_libdir}/libmaxminddb.so @@ -60,6 +60,9 @@ rm -v %{buildroot}%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Mon Mar 30 2020 Michal Ruprich - 1.3.2-3 +- Move mmdblookup binary from -devel to the main package + * Wed Jan 29 2020 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild