diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c56dcb7..0000000 --- a/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -ipv6calc-0.73.0.tar.gz -/ipv6calc-0.80.0.tar.gz -/ipv6calc-0.81.0.tar.gz -/ipv6calc-0.82.0.tar.gz -/ipv6calc-0.82.1.tar.gz -/ipv6calc-0.90.0.tar.gz -/ipv6calc-0.92.0.tar.gz -/ipv6calc-0.93.0.tar.gz -/ipv6calc-0.93.1.tar.gz -/ipv6calc-0.94.1.tar.gz -/ipv6calc-0.95.0.tar.gz -/ipv6calc-0.96.0.tar.gz -/ipv6calc-0.97.0.tar.gz -/ipv6calc-0.97.1.tar.gz -/ipv6calc-0.97.2.tar.gz -/ipv6calc-0.97.3.tar.gz -/ipv6calc-0.97.4.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a3838d0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ipv6calc-0.97.4-4.fc20 diff --git a/ipv6calc.spec b/ipv6calc.spec deleted file mode 100644 index bb7b419..0000000 --- a/ipv6calc.spec +++ /dev/null @@ -1,364 +0,0 @@ -#define headtag .head.20140802.084646 - -Summary: IPv6 address format change and calculation utility -Name: ipv6calc -Version: 0.97.4%{?headtag} -Release: 5%{?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 -BuildRequires: openssl-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)) - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%description -ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses -in different ways. - -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 programs - - ipv6loganon: anonymize Apache web server logs - - ipv6logconv: special Apache web server log converter - (examples included for use with analog) - - ipv6logstats: create statistics from list of IPv4/IPv6 addresses - (examples included for use with gnu-plot) - - -%package ipv6calcweb -Summary: IP address information web utility -Group: Applications/Internet -Requires: perl(URI) perl(Digest::SHA1) perl(Digest::MD5) -BuildRequires: perl(URI) perl(Digest::SHA1) perl(Digest::MD5) - -%description ipv6calcweb -ipv6calcweb contains a CGI program and a configuration file for -displaying information of IP addresses on a web page using ipv6calc. - - -%prep -%setup -q -%configure --enable-ip2location --with-ip2location-dynamic --with-ip2location-headers-fallback --enable-geoip --with-geoip-dynamic --with-geoip-headers-fallback - - -%build -make %{?_smp_mflags} COPTS="$RPM_OPT_FLAGS" - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} - -# Copy examples and helper files together -mkdir -p redhat/{ipv6logconv,ipv6logstats/examples-{data,gri}} -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 - -# tools -install -d %{buildroot}%{_datadir}/%{name}/tools -for tool in GeoIP-update.sh IP2Location-update.sh; do - install -m 755 tools/$tool %{buildroot}%{_datadir}/%{name}/tools -done - -# ipv6calcweb -mkdir -p redhat-ipv6calcweb -cp -pf ipv6calcweb/USAGE redhat-ipv6calcweb - -install -d %{buildroot}%{_sysconfdir}/httpd/conf.d -install -d %{buildroot}%{_localstatedir}/www/cgi-bin - -install -m 644 ipv6calcweb/ipv6calcweb.conf %{buildroot}%{_sysconfdir}/httpd/conf.d -install -m 555 ipv6calcweb/ipv6calcweb.cgi %{buildroot}%{_localstatedir}/www/cgi-bin - - -%clean -rm -rf %{buildroot} - -%check -%ifnarch ppc64 - make test -%endif - -%files -%doc ChangeLog README CREDITS TODO COPYING LICENSE USAGE doc/ipv6calc.* redhat/* -%{_bindir}/%{name} -%{_bindir}/ipv6logconv -%{_bindir}/ipv6logstats -%{_bindir}/ipv6loganon -%{_mandir}/man8/* -%{_datadir}/%{name}/tools/* - - -%files ipv6calcweb -%defattr(-,root,root) - -%doc redhat-ipv6calcweb/* -%{_localstatedir}/www/cgi-bin/ipv6calcweb.cgi -%config(noreplace) %{_sysconfdir}/httpd/conf.d/ipv6calcweb.conf - -%changelog -* Sat Aug 02 2014 Peter Bieringer - 0.97.4-5 -- new release 0.97.4 - -* Thu Jul 31 2014 Peter Bieringer -- include also tools into main package -- remove UTF-8 conversion, fixed in upstream now - -* Tue Jul 29 2014 Peter Bieringer -- introduce subpackage ipv6calcweb (align with upstream) -- enable fallback option for IP2Location -- build with dynamic load of GeoIP and IP2Location support - -* Thu Jul 17 2014 Peter Bieringer -- replace DESTDIR=$RPM_BUILD_ROOT with macro, define BuildRoot - -* Wed Jul 16 2014 Peter Bieringer -- change requirements from krb5-libs/devel to openssl(-libs)/-devel - -* Tue Jul 15 2014 Peter Bieringer - 0.97.3-3 -- align package description with upstream - -* Mon Jul 14 2014 Peter Bieringer - 0.97.3-2 -- new release 0.97.3 - -* Sat Jun 07 2014 Fedora Release Engineering - 0.97.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon May 26 2014 Marcela Mašláňová - 0.97.2-2 -- new release 0.97.2 - -* Wed May 21 2014 Marcela Mašláňová - 0.97.1-1 -- new release 0.97.1 - -* Mon May 19 2014 Marcela Mašláňová - 0.97.0-1 -- new release 0.97 - -* Fri Feb 14 2014 Marcela Mašláňová - 0.96.0-1 -- new release 0.96 - -* Mon Dec 2 2013 Marcela Mašláňová - 0.95.0-1 -- new release #1033041 - -* Sat Aug 03 2013 Fedora Release Engineering - 0.94.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Jul 21 2013 Petr Pisar - 0.94.1-2 -- Perl 5.18 rebuild - -* Tue May 14 2013 Marcela Mašláňová - 0.94.1-1 -- update to 0.94.1 - -* Mon Feb 18 2013 Marcela Mašláňová - 0.93.1-6 -- fix days in changelog - -* Thu Feb 14 2013 Fedora Release Engineering - 0.93.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Aug 2 2012 Marcela Mašláňová - 0.93.1-4 -- 804317 on ppc64 tests never fully worked, conditionalized - -* Thu Jul 19 2012 Fedora Release Engineering - 0.93.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jun 11 2012 Petr Pisar - 0.93.1-2 -- Perl 5.16 rebuild - -* Mon Feb 6 2012 Marcela Mašláňová - 0.93.1-1 -- minor update - -* Sun Jan 22 2012 Marcela Mašláňová - 0.93.0-1 -- update to 0.93 release -- add Perl requirements for cgi - -* Fri Jan 13 2012 Fedora Release Engineering - 0.92.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Oct 10 2011 Marcela Mašláňová - 0.92.0-1 -- update to 0.92 release - -* Fri May 27 2011 Marcela Mašláňová - 0.90.0-1 -- update to 0.90 release - -* Fri May 6 2011 Marcela Mašláňová - 0.82.1-1 -- update to 0.82.1 release - -* Wed Mar 30 2011 Marcela Mašláňová - 0.82.0-1 -- update to 0.82.0 release - -* Mon Feb 28 2011 Marcela Mašláňová - 0.81.0-1 -- update to the new upstream version - -* Wed Feb 09 2011 Fedora Release Engineering - 0.80.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Jan 4 2011 Marcela Mašláňová - 0.80.0-1 -- update to the latest version - -* 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 - -* Mon Jun 01 2009 Marcela Mašláňová - 0.72.1-1 -- update to the latest version -- change installonly to standart DESTDIR - -* Wed Feb 25 2009 Fedora Release Engineering - 0.71.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Jul 31 2008 Tom "spot" Callaway - 0.71.0-3 -- fix license tag - -* Tue Feb 19 2008 Fedora Release Engineering - 0.71.0-2 -- Autorebuild for GCC 4.3 - -* Mon Aug 20 2007 Marcela Maslanova - 0.71.0-1 -- new version from upstream - -* Tue Feb 27 2007 Marcela Maslanova - 0.61-2 -- package merge review -- rhbz#225910 - -* Fri Sep 01 2006 Marcela Maslanova - 0.61-1 -- upgrade to 0.61-1 - from upstream - -* Wed Jul 12 2006 Jesse Keating - 0.60.1-1.1 -- rebuild - -* Tue Jul 11 2006 Radek Vokál 0.60.1-1 -- upgrade to 0.60.1 - fix for big endian archs - -* Sun Jun 25 2006 Radek Vokál 0.60.0-1 -- upgrade to 0.60.0 - -* Wed Feb 22 2006 Radek Vokál 0.51-1 -- upgrade to 0.51 - -* Fri Feb 10 2006 Jesse Keating - 0.50-1.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 0.50-1.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Fri Sep 16 2005 Radek Vokal 0.50-1 -- due to several other off-by-one bugs upgrade to 0.50 - -* Thu Sep 15 2005 Radek Vokal 0.49-2 -- smash stack fix in ipv6calc_copy -- increase len of tmpstr - -* Thu Sep 15 2005 Radek Vokal 0.49-1 -- upgrade to 0.49 - -* Tue Apr 19 2005 Radek Vokal 0.48-5 -- using CVS tarball, patch clean-up - -* Sun Apr 17 2005 Robert Scheck -- lots of spec file cleanups (#155164) - -* Wed Apr 13 2005 Florian La Roche -- remove empty scripts - -* Fri Mar 04 2005 Radek Vokal 0.48-3 -- gcc4 rebuilt - -* Mon Nov 1 2004 Radek Vokal 0.48-2 -- spec file cleanup -- md5 patch for makefile - -* Sat Oct 30 2004 Peter Bieringer -- remove openssl(-devel) from requirements, no longer needed - -* Tue Oct 26 2004 Radek Vokal 0.47-4 -- spec file cleanup, typo patch - -* Mon Oct 18 2004 Radek Vokal 0.47-3 -- initial build for Fedora Core - -* Sat Nov 22 2003 Peter Bieringer -- adjustments - -* Fri Nov 21 2003 Peter Bieringer -- add ipv6logstats -- add man pages -- add configure options - -* Mon Nov 11 2002 Peter Bieringer -- change IPv6 address in description - -* Sat Apr 20 2002 Peter Bieringer -- Change URL - -* Sun Apr 07 2002 Peter Bieringer -- add more analog example files - -* Fri Apr 05 2002 Peter Bieringer -- remove BuildRequires extension, not needed for normal build - -* Sun Mar 24 2002 Peter Bieringer -- extend BuildRequires for perl /usr/bin/aggregate wget - -* Mon Mar 18 2002 Peter Bieringer -- add ipv6calcweb.cgi - -* Sat Mar 16 2002 Peter Bieringer -- add ipv6logconv, analog examples - -* Mon Mar 11 2002 Peter Bieringer -- Add perl to buildrequire and openssl to require - -* Mon Jan 21 2002 Peter Bieringer -- Add LICENSE + COPYING file - -* Thu Dec 27 2001 Peter Bieringer -- Add comment header -- Add call to configure on build - -* Tue Dec 18 2001 Peter Bieringer -- Replace hardwired version number with autoconf/configure variable - -* Wed Apr 25 2001 Peter Bieringer -- Fix permissions of doc files - -* Thu Mar 15 2001 Peter Bieringer -- Add doc directory also to files to make sure the directory will be removed - on update or deinstall -- change install permissions for entries in doc directory -- change "make install" to "make installonly" (make test should be only executed once" - -* Wed Mar 14 2001 Peter Bieringer -- Add "make clean" and "make test" on build - -* Tue Mar 13 2001 Peter Bieringer -- add CREDITS and TODO for install - -* Sat Mar 10 2001 Peter Bieringer -- enable "URL" - -* Sun Mar 04 2001 Peter Bieringer -- change install location to /bin - -* Tue Feb 27 2001 Peter Bieringer -- review for new release, now named "ipv6calc" -- review install section for RedHat 7.0.91 - -* Sun Feb 25 2001 Peter Bieringer -- initial build diff --git a/sources b/sources deleted file mode 100644 index 0577f9b..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -1fc9c1a14802638f21e59408faa721a6 ipv6calc-0.97.3.tar.gz -a7414ca72f66eb6d515b58c687705d55 ipv6calc-0.97.4.tar.gz