Blame SPECS/ipcalc.spec

14d8ac
Name: ipcalc
14d8ac
Version: 1.0.0
14d8ac
Release: 5%{?dist}
14d8ac
Summary: IP network address calculator
14d8ac
License: GPLv2+
14d8ac
URL: https://gitlab.com/ipcalc/ipcalc
14d8ac
Source0: https://gitlab.com/ipcalc/ipcalc/-/archive/%{version}/ipcalc-%{version}.tar.gz
14d8ac
14d8ac
BuildRequires: gcc, libmaxminddb-devel, meson, rubygem-ronn-ng
14d8ac
Recommends:    libmaxminddb, geolite2-city, geolite2-country
14d8ac
14d8ac
# Explicitly conflict with older initscript packages that ship ipcalc
14d8ac
Conflicts: initscripts < 9.63
14d8ac
# Obsolete ipcalculator
14d8ac
Obsoletes:  ipcalculator < 0.41-20
14d8ac
14d8ac
14d8ac
%description
14d8ac
ipcalc provides a simple way to calculate IP information for a host
14d8ac
or network. Depending on the options specified, it may be used to provide
14d8ac
IP network information in human readable format, in a format suitable for
14d8ac
parsing in scripts, generate random private addresses, resolve an IP address,
14d8ac
or check the validity of an address.
14d8ac
14d8ac
%prep
14d8ac
%autosetup
14d8ac
14d8ac
%build
14d8ac
%meson -Duse_maxminddb=enabled -Duse_runtime_linking=enabled
14d8ac
%meson_build
14d8ac
14d8ac
%install
14d8ac
%meson_install
14d8ac
14d8ac
%check
14d8ac
%meson_test
14d8ac
14d8ac
%files
14d8ac
14d8ac
%{_bindir}/ipcalc
14d8ac
%license COPYING
14d8ac
%doc README.md
14d8ac
%{_mandir}/man1/ipcalc.1*
14d8ac
14d8ac
%changelog
14d8ac
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-5
14d8ac
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
14d8ac
  Related: rhbz#1991688
14d8ac
14d8ac
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-4
14d8ac
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
14d8ac
14d8ac
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
14d8ac
14d8ac
* Mon Nov 23 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.0-2
14d8ac
- Rebuilt for ronn successor
14d8ac
14d8ac
* Sat Oct 03 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.0-1
14d8ac
- Updated to 1.0.0
14d8ac
14d8ac
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
14d8ac
14d8ac
* Fri Apr 24 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.4.1-1
14d8ac
- Updated to 0.4.1
14d8ac
14d8ac
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
14d8ac
14d8ac
* Sat Dec 28 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.4.0-1
14d8ac
- Updated to 0.4.0
14d8ac
14d8ac
* Sat Nov 23 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.3.0-1
14d8ac
- Updated to 0.3.0
14d8ac
14d8ac
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
14d8ac
14d8ac
* Tue Feb 19 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.5-2
14d8ac
- Re-added the geolite2-city, geolite2-country dependencies
14d8ac
14d8ac
* Mon Feb 18 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.5-1
14d8ac
- Updated to 0.2.5
14d8ac
14d8ac
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-3
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
14d8ac
14d8ac
* Thu Aug 09 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.4-2
14d8ac
- Fix crash when -g option is used
14d8ac
14d8ac
* Mon Jul 23 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.4-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
14d8ac
14d8ac
* Thu May 31 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.3-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 0.2.2-4
14d8ac
- Another attempt at injecting LDFLAGS
14d8ac
14d8ac
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
14d8ac
14d8ac
* Thu Feb  1 2018 Florian Weimer <fweimer@redhat.com> - 0.2.2-2
14d8ac
- Build with linker flags from redhat-rpm-config
14d8ac
14d8ac
* Tue Jan 02 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.2-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
14d8ac
14d8ac
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
14d8ac
14d8ac
* Mon May 15 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.2.0-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
14d8ac
14d8ac
* Wed Jun 15 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.8-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Fri Apr  1 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.7-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
14d8ac
14d8ac
* Tue Dec  8 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.6-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Wed Oct 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.4-2
14d8ac
- Corrected issue on --all-info
14d8ac
14d8ac
* Wed Oct 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.4-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Tue Oct  6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.3-1
14d8ac
- New upstream release
14d8ac
- Prints GeoIP information on generic info
14d8ac
14d8ac
* Mon Sep 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.2-3
14d8ac
- This package obsoletes ipcalculator
14d8ac
14d8ac
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
14d8ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
14d8ac
14d8ac
* Tue Jun  9 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.2-1
14d8ac
- New upstream release
14d8ac
14d8ac
* Tue May 19 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.1-1
14d8ac
- Compatibility fixes (allow a mask of 0)
14d8ac
14d8ac
* Mon May 18 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.0-1
14d8ac
- First independent release outside initscripts