diff --git a/.cvsignore b/.cvsignore index 3d8548e..34bb97b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipv6calc-0.72.2.tar.gz +ipv6calc-0.73.0.tar.gz diff --git a/ipv6calc.spec b/ipv6calc.spec index c33ae54..7f888ae 100644 --- a/ipv6calc.spec +++ b/ipv6calc.spec @@ -1,13 +1,14 @@ -Summary: IPv6 address format change and calculation utility -Name: ipv6calc -Version: 0.72.2 -Release: 2%{?dist} +Summary: IPv6 address format change and calculation utility +Name: ipv6calc +Version: 0.73.0 +Release: 1%{?dist} Group: Applications/Text -URL: http://www.deepspace6.net/projects/%{name}.html -License: GPLv2 -Source: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz +URL: http://www.deepspace6.net/projects/%{name}.html +License: GPLv2 +Source: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz Requires: krb5-libs BuildRequires: krb5-devel +BuildRequires: %{_bindir}/iconv BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -24,6 +25,9 @@ Many more format conversions are supported, see given URL for more. %setup -q %configure +iconv -f iso88591 -t utf8 < CREDITS > CREDITS.1 && +mv CREDITS.1 CREDITS + %build make %{?_smp_mflags} COPTS="$RPM_OPT_FLAGS" @@ -34,7 +38,10 @@ make install DESTDIR=$RPM_BUILD_ROOT # Copy examples and helper files together mkdir -p redhat/{ipv6logconv,ipv6logstats/examples-{data,gri},ipv6calcweb} cp -pf ipv6calcweb/{USAGE,ipv6calcweb.cgi} redhat/ipv6calcweb -cp -pf examples/analog/{analog-,ipv6calc.tab,run_analog.sh}* redhat/ipv6logconv +chmod 644 examples/analog/run_analog.sh +cp -p examples/analog/run_analog.sh redhat/ipv6logconv +chmod 644 ipv6logstats/{collect_ipv6logstats.pl,example_ipv6logstats.sh} +cp -pf examples/analog/{analog-,ipv6calc.tab}* redhat/ipv6logconv cp -pf ipv6logstats/{README,collect_,example_}* redhat/ipv6logstats cp -pf ipv6logstats/examples-data/*.txt redhat/ipv6logstats/examples-data cp -pf ipv6logstats/examples-gri/*.gri redhat/ipv6logstats/examples-gri @@ -55,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Mon Mar 01 2010 Marcela Mašláňová - 0.73.0-1 +- update to the latest version + * Fri Jul 24 2009 Fedora Release Engineering - 0.72.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index ae7619d..5382768 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3847b73b55ab94da0c4c62722cb29162 ipv6calc-0.72.2.tar.gz +24141d637207532ea9a9881f968d086f ipv6calc-0.73.0.tar.gz