Blame SPECS/ipcalc.spec

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