[ipv6calc] align package description with upstream

pbiering pbiering at fedoraproject.org
Tue Jul 15 05:32:45 UTC 2014


commit 6fe3b06570f31ff5e2397ea3be1035d191d77481
Author: Peter Bieringer <pb at bieringer.de>
Date:   Tue Jul 15 07:32:25 2014 +0200

    align package description with upstream

 ipv6calc.spec |   33 ++++++++++++++++++++++-----------
 1 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/ipv6calc.spec b/ipv6calc.spec
index 077d020..086e6ee 100644
--- a/ipv6calc.spec
+++ b/ipv6calc.spec
@@ -1,7 +1,7 @@
 Summary:	IPv6 address format change and calculation utility
 Name:		ipv6calc
 Version:	0.97.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Group:		Applications/Text
 URL:		http://www.deepspace6.net/projects/%{name}.html
 License:	GPLv2
@@ -9,20 +9,28 @@ Source:		ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.g
 Requires:	krb5-libs
 BuildRequires:	krb5-devel
 BuildRequires:	%{_bindir}/iconv
-BuildRequires:  perl(Digest::MD5), perl(Digest::SHA1), perl(URI::Escape)
-BuildRequires:  perl(strict), perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:	perl(Digest::MD5), perl(Digest::SHA1), perl(URI::Escape)
+BuildRequires:	perl(strict), perl(warnings)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
 %description
-ipv6calc is a small utility which formats and calculates IPv6 addresses in
-different ways.
+ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses
+in different ways.
 
-Install this package, if you want to extend the existing address detection
-on IPv6 initscript setup or make life easier in adding reverse IPv6 zones
-to DNS or using in DNS queries like
- dig -t ANY `ipv6calc -r 3ffe:ffff:100::1/48`
-Many more format conversions are supported, see given URL for more.
+Install this package, if you want to retrieve information about a particular
+IPv4/IPv6/MAC address (-i ADDRESS) or make life easier in adding entries to
+reverse IPv6 DNS zones (e.g. -a 2001:db8:1234::1/48).
+
+In addition many format and type conversions are supported, see online help
+and/or given URL for more.
+
+Also this package contains additional executables
+ - ipv6loganon: anonymizes Apache webserver logs
+ - ipv6logconv: special Apache webserver log converter
+    (examples included for use with analog)
+ - ipv6logstats: create statistics from list of IPv4/IPv6 addresses
+    (examples included for use with gnuplot)
 
 %prep
 %setup -q
@@ -62,6 +70,9 @@ cp -pf ipv6logstats/examples-gri/*.gri redhat/ipv6logstats/examples-gri
 %{_mandir}/man8/*
 
 %changelog
+* Tue Jul 15 2014 Peter Bieringer <pb at bieringer.de> - 0.97.3-3
+- align package description with upstream
+
 * Mon Jul 14 2014 Peter Bieringer <pb at bieringer.de> - 0.97.3-2
 - new release 0.97.3
 


More information about the scm-commits mailing list