commit
aba506a26e
Binary file not shown.
BIN
ipcalc-0.4.1.tar.gz
Normal file
BIN
ipcalc-0.4.1.tar.gz
Normal file
Binary file not shown.
21
ipcalc.spec
21
ipcalc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ipcalc
|
Name: ipcalc
|
||||||
Version: 0.2.5
|
Version: 0.4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: IP network address calculator
|
Summary: IP network address calculator
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ License: GPLv2+
|
|||||||
URL: https://gitlab.com/ipcalc/%{name}
|
URL: https://gitlab.com/ipcalc/%{name}
|
||||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc libmaxminddb-devel
|
BuildRequires: gcc libmaxminddb-devel meson
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ipcalc provides a simple way to calculate IP information for a host.
|
ipcalc provides a simple way to calculate IP information for a host.
|
||||||
@ -21,18 +21,16 @@ be specified. Most operations also require a netmask or a CIDR prefix as well.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="${CFLAGS:-%optflags} $RPM_LD_FLAGS" \
|
%meson -Duse_maxminddb=enabled -Duse_runtime_linking=enabled
|
||||||
USE_RUNTIME_LINKING=yes USE_GEOIP=no USE_MAXMIND=yes LIBPATH=%{_libdir}
|
%meson_build
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}%{_bindir}
|
%meson_install
|
||||||
install -p -m 0755 ipcalc %{buildroot}%{_bindir}/
|
|
||||||
install -d -m 0755 %{buildroot}%{_mandir}/man1
|
|
||||||
install -p -m 0644 ipcalc.1 %{buildroot}%{_mandir}/man1
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
HOSTNAME=`cat /etc/hosts | grep 127.0.0.1 | head -1| awk '{print $2}'`
|
||||||
|
sed -i 's/localhost/'$HOSTNAME'/g' tests/ip-localhost-ipv4
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -45,5 +43,8 @@ make check
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 25 2020 hanzhijun<hanzhijun1@huawei.com> - 0.4.1-1
|
||||||
|
- update 0.4.1
|
||||||
|
|
||||||
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2.5-1
|
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2.5-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user