General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

ipcalc spec file : Dries RPM Repository

Back to the ipcalc rpms

Current spec in pydar2:


# $Id: ipcalc.spec 4774 2006-09-26 12:57:08Z dries $
# Authority: dag
# Upstream: Krischan Jodies 

Summary: IP subnet calculator
Name: ipcalc
Version: 0.41
Release: 1
License: GPL
Group: Applications/System
URL: http://jodies.de/ipcalc/

Source: http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
ipcalc takes an IP address and netmask and calculates the resulting
broadcast, network, Cisco wildcard mask, and host range. By giving
a second netmask, you can design subnets and supernets. It is also
intended to be a teaching tool and presents the subnetting results
as easy-to-understand binary values.

%prep
%setup

%build

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 ipcalc %{buildroot}%{_bindir}/ipcalc
%{__ln_s} -f ipcalc %{buildroot}%{_bindir}/ipcalc.pl

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/*

%changelog
* Tue Sep 26 2006 Dries Verachtert  - 0.41-1
- Updated to release 0.41.

* Sat Apr 08 2006 Dries Verachtert  - 0.37-1.2
- Rebuild for Fedora Core 5.

* Fri May 14 2003 Dag Wieers  - 0.37-1
- updated to release 0.37.

* Thu Apr 24 2003 Dag Wieers  - 0.35-0
- Initial package. (using DAR)