Moving manpage for mmdblookup to the main package
This commit is contained in:
parent
292560c131
commit
f0c2bc1e8e
@ -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.4.2
|
Version: 1.4.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://maxmind.github.io/libmaxminddb
|
URL: https://maxmind.github.io/libmaxminddb
|
||||||
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -49,6 +49,7 @@ rm -v %{buildroot}%{_libdir}/*.la
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libmaxminddb.so.0*
|
%{_libdir}/libmaxminddb.so.0*
|
||||||
%{_bindir}/mmdblookup
|
%{_bindir}/mmdblookup
|
||||||
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license NOTICE
|
%license NOTICE
|
||||||
@ -57,10 +58,12 @@ rm -v %{buildroot}%{_libdir}/*.la
|
|||||||
%{_includedir}/maxminddb_config.h
|
%{_includedir}/maxminddb_config.h
|
||||||
%{_libdir}/libmaxminddb.so
|
%{_libdir}/libmaxminddb.so
|
||||||
%{_libdir}/pkgconfig/libmaxminddb.pc
|
%{_libdir}/pkgconfig/libmaxminddb.pc
|
||||||
%{_mandir}/man1/*.1*
|
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 02 2020 Michal Ruprich <michalruprich@gmail.com> - 1.4.2-2
|
||||||
|
- Move manpage for mmdblookup from -devel to the main package
|
||||||
|
|
||||||
* Tue May 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.4.2-1
|
* Tue May 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.4.2-1
|
||||||
- Update to 1.4.2
|
- Update to 1.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user