Projects
jsj
ipv6calc
project.diff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package ipv6calc
--- ipv6calc.spec.orig +++ ipv6calc.spec @@ -13,15 +13,16 @@ Name: ipv6calc BuildRequires: automake BuildRequires: glibc-devel -Version: 0.99.1 +#BuildRequires: perl-Any-URI-Escape +#BuildRequires: perl(HTML::Entities) +Version: 4.4.0 Release: 0 License: GPL-2.0 Group: System/Networking/Tools #Provides: Autoreqprov: on Summary: Tool to calculate IPv6 addresses -Source: %{name}-%{version}.tar.gz -Source1: %{name}-%{version}.tar.gz.asc +Source0: https://github.com/pbiering/ipv6calc/archive/refs/tags/%{version}.tar.gz Source2: ipcalc-0.41.tar.gz URL: http://www.deepspace6.net/projects/ipv6calc.html Patch0: ipv6calc-make.diff @@ -30,21 +31,8 @@ Prefix: /usr BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -ipv6calc is a small utility written in programming languate C to manipulate -(not only) IPv6 addresses. Intentions were convering a given IPv6 address into -compressed format, convering a given IPv6 address into the same format like -shown in /proc/net/if_inet6 and (because it was not difficulty) migrating the -Perl program ip6_int into. Now only one utility is needed to do a lot. - -This utility is also used to extend features on network-functions-ipv6 library, -used by initscripts-ipv6. - -Note: this tool got also its freshmeat / ipv6calc page (not maintained by the -author) - -Hint: take also a look at the Advanced Network Management Laboratory / IPv6 -Address Oracle if you want to learn more about IPv6 addresses. - +ipv6calc will do some format changes and calculations for you +beside this it is able to display information and filter Authors: -------- @@ -58,14 +46,12 @@ Authors: autoreconf -fi %build -CFLAGS="$RPM_OPT_FLAGS" - ./configure --enable-shared --with-gnu-ld \ +./configure --enable-shared --with-gnu-ld \ --prefix=/usr --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} -#export CFLAGS="$RPM_OPT_FLAGS" -make %{?jobs:-j%jobs} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make %{?jobs:-j%jobs} -# %check -# make check +%check +#make test %install make install DESTDIR=$RPM_BUILD_ROOT root=$RPM_BUILD_ROOT @@ -74,9 +60,6 @@ install ipcalc $RPM_BUILD_ROOT/usr/bin/ for name in contributors changelog license; do mv $name $name.ipcalc done -%if 0%{?mandriva_version} > 2005 -gzip $RPM_BUILD_ROOT/%{_mandir}/man8/ipv6* -%endif %post -p /sbin/ldconfig
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.