Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > main-release-src > by-pkgid > 632061dfb6644e52728fc6548c95f593 > files > 3

ipv6calc-0.71.0-4mdv2008.1.src.rpm

%define name ipv6calc
%define version 0.71.0
%define release %mkrel 4

Summary: Utility to manipulate IPv6 addresses
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0:	 ipv6calc-0.70.0-getopt.patch
License: GPL
Group: System/Base
Url: http://www.deepspace6.net/projects/ipv6calc.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ipv6calc is a small but powerful utility written in the C programming
language to manipulate (not only) IPv6 addresses. ipv6calc allows the
users to convert a given IPv6 address to the compressed format or to
the format used by /proc/net/if_inet6. ipv6calc is also the
replacement of the old ip6_int Perl program.

%prep
%setup -q
%patch0 -p1 -b .getopt

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%make installonly root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS README TODO USAGE doc/ipv6calc.html
%{_bindir}/ipv6*
%{_mandir}/man8/*.8*


%changelog
* Sun Jan 13 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.71.0-4mdv2008.1
+ Revision: 150321
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Thu Sep 06 2007 Oden Eriksson <oeriksson@mandriva.com> 0.71.0-3mdv2008.0
+ Revision: 81031
- bump release

* Thu Aug 02 2007 Olivier Blin <oblin@mandriva.com> 0.71.0-1mdv2008.0
+ Revision: 58038
- 0.71.0

* Fri Apr 20 2007 Olivier Blin <oblin@mandriva.com> 0.70.0-2mdv2008.0
+ Revision: 16227
- add html doc

* Fri Apr 20 2007 Olivier Blin <oblin@mandriva.com> 0.70.0-1mdv2008.0
+ Revision: 16198
- initial Mandriva release (an obsolete copy was previously bundled in iputils)
- Create ipv6calc