dc365b0
### supports following defines during RPM build:
dc365b0
#
dc365b0
## specific git commit on upstream (EXAMPLE)
dc365b0
# rpmbuild --undefine=_disable_source_fetch -bb -D "gitcommit b32d47bf915d38e08b53904501764452773d62ca" ipv6calc.spec
b0904c5
b0904c5
%if 0%{?gitcommit:1}
b0904c5
%global shortcommit %(c=%{gitcommit}; echo ${c:0:7})
b0904c5
%define build_timestamp %(date +"%Y%m%d")
b0904c5
%global gittag .%{build_timestamp}git%{shortcommit}
b0904c5
%endif
b0904c5
b0904c5
b0904c5
# shared library support (deselectable)
b0904c5
%if "%{?_without_shared:0}%{?!_without_shared:1}" == "1"
b0904c5
%define enable_shared 1
b0904c5
%endif
b0904c5
b0904c5
Summary:	IPv6 address format change and calculation utility
b0904c5
Name:		ipv6calc
dc365b0
Version:	4.1.0
dc365b0
Release:	70%{?gittag}%{?dist}
b0904c5
URL:		http://www.deepspace6.net/projects/%{name}.html
b0904c5
License:	GPLv2
b0904c5
%if 0%{?gitcommit:1}
b0904c5
Source:		https://github.com/pbiering/%{name}/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
b0904c5
%else
9785e3c
%if 0%{?_with_github:1}
9785e3c
Source:		https://github.com/pbiering/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
9785e3c
%else
b0904c5
Source:		ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
b0904c5
%endif
9785e3c
%endif
b0904c5
BuildRequires:	automake make
b0904c5
BuildRequires:	gcc
b0904c5
BuildRequires:	openssl-devel
b0904c5
BuildRequires:	perl-generators
b0904c5
BuildRequires:	perl(Digest::MD5), perl(Digest::SHA1), perl(URI::Escape)
b0904c5
BuildRequires:	perl(strict), perl(warnings)
b0904c5
BuildRequires:	procps-ng
b0904c5
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
a4b57df
Requires:	unzip
b0904c5
%if %{enable_shared}
b0904c5
Provides:	ipv6calc-libs = %{version}-%{release}
b0904c5
%else
b0904c5
Conflicts:	ipv6calc-libs
b0904c5
%endif
b0904c5
b0904c5
b0904c5
# mod_ipv6calc related
b0904c5
%{!?_httpd_apxs:    %{expand: %%global _httpd_apxs    %%{_sbindir}/apxs}}
b0904c5
%{!?_httpd_moddir:  %{expand: %%global _httpd_moddir  %%{_libdir}/httpd/modules}}
b0904c5
%{!?_httpd_confdir: %{expand: %%global _httpd_confdir %%{_sysconfdir}/httpd/conf.d}}
b0904c5
b0904c5
# database support (deselectable)
b0904c5
%if "%{?_without_ip2location:0}%{?!_without_ip2location:1}" == "1"
b0904c5
%define enable_ip2location 1
b0904c5
%endif
b0904c5
b0904c5
%if "%{?_without_mmdb:0}%{?!_without_mmdb:1}" == "1"
b0904c5
%define enable_mmdb 1
b0904c5
%endif
b0904c5
b0904c5
%if "%{?_without_external:0}%{?!_without_external:1}" == "1"
b0904c5
%define enable_external 1
b0904c5
%endif
b0904c5
b0904c5
%if "%{?_without_mod_ipv6calc:0}%{?!_without_mod_ipv6calc:1}" == "1"
b0904c5
%define enable_mod_ipv6calc 1
b0904c5
%endif
b0904c5
b0904c5
b0904c5
# database locations
b0904c5
%define ip2location_db	%{_datadir}/IP2Location
b0904c5
%define geoip_db	%{_datadir}/GeoIP
b0904c5
%define dbip_db		%{_datadir}/DBIP
b0904c5
%define external_db	%{_datadir}/%{name}/db
b0904c5
b0904c5
b0904c5
# Berkeley DB selector
b0904c5
%define require_db4 %(echo "%{dist}" | egrep -q '^\.el(5|6)$' && echo 1 || echo 0)
b0904c5
%if %{require_db4}
b0904c5
BuildRequires: db4-devel
a4b57df
Requires:      db4
b0904c5
%else
b0904c5
BuildRequires: libdb-devel
a4b57df
Requires:      libdb
b0904c5
%endif
b0904c5
b0904c5
%if %{enable_mmdb}
b0904c5
BuildRequires: libmaxminddb-devel
a4b57df
Recommends:    libmaxminddb
a4b57df
%endif
a4b57df
a4b57df
%if %{enable_ip2location}
dc365b0
BuildRequires: IP2Location-devel >= 8.6.0
dc365b0
Recommends:    IP2Location       >= 8.2.0
b0904c5
%endif
b0904c5
b0904c5
# RPM license macro detector
b0904c5
%define rpm_license_extra %(echo "%{_defaultlicensedir}" | grep -q defaultlicensedir && echo 0 || echo 1)
b0904c5
b0904c5
b0904c5
%description
b0904c5
ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses
b0904c5
in different ways.
b0904c5
b0904c5
Install this package, if you want to retrieve information about a particular
b0904c5
IPv4/IPv6/MAC address (-i ADDRESS) or make life easier in adding entries to
b0904c5
reverse IPv6 DNS zones (e.g. -a 2001:db8:1234::1/48).
b0904c5
b0904c5
In addition many format and type conversions are supported, see online help
b0904c5
and/or given URL for more.
b0904c5
b0904c5
Also this package contains additional programs
b0904c5
 - ipv6loganon: anonymize Apache web server logs
b0904c5
 - ipv6logconv: special Apache web server log converter
b0904c5
    (examples included for use with analog)
b0904c5
 - ipv6logstats: create statistics from list of IPv4/IPv6 addresses
b0904c5
    (examples included for use with gnu-plot)
b0904c5
 - mod_ipv6calc: Apache module for anonymization/information logging on-the-fly
b0904c5
b0904c5
Support for following databases
b0904c5
 - IP2Location	%{?enable_ip2location:ENABLED}%{?!enable_ip2location:DISABLED}
b0904c5
		default directory for downloaded db files: %{ip2location_db}
b0904c5
		(requires also external library on system)
b0904c5
b0904c5
 - GeoIP v2	%{?enable_mmdb:ENABLED}%{?!enable_mmdb:DISABLED}
b0904c5
		default directory for downloaded db files: %{geoip_db}
b0904c5
		(requires also external library on system)
b0904c5
b0904c5
 - db-ip.com v2	%{?enable_mmdb:ENABLED}%{?!enable_mmdb:DISABLED}
b0904c5
		(once generated database files are found on system)
b0904c5
		default directory for generated db files: %{dbip_db}
b0904c5
b0904c5
 - External	%{?enable_external:ENABLED}%{?!enable_external:DISABLED}
b0904c5
		default directory for generated db files: %{external_db}
b0904c5
b0904c5
Built %{?enable_shared:WITH}%{?!enable_shared:WITHOUT} shared-library
b0904c5
b0904c5
Available rpmbuild rebuild options:
b0904c5
  --without ip2location
b0904c5
  --without mmdb (which disables GeoIP v2 and db-ip.com v2)
b0904c5
  --without external
b0904c5
  --without shared
b0904c5
  --without mod_ipv6calc
b0904c5
b0904c5
b0904c5
%package ipv6calcweb
b0904c5
Summary:	IP address information web utility
b0904c5
Requires:	ipv6calc httpd
b0904c5
Requires:	perl(URI) perl(Digest::SHA1) perl(Digest::MD5) perl(HTML::Entities)
b0904c5
BuildRequires:	perl(URI) perl(Digest::SHA1) perl(Digest::MD5) perl(HTML::Entities)
b0904c5
b0904c5
%description ipv6calcweb
b0904c5
ipv6calcweb contains a CGI program and a configuration file for
b0904c5
displaying information of IP addresses on a web page using ipv6calc.
b0904c5
b0904c5
Check/adjust %{_sysconfdir}/httpd/conf.d/ipv6calcweb.conf
b0904c5
Default restricts access to localhost
b0904c5
b0904c5
b0904c5
%if %{enable_mod_ipv6calc}
b0904c5
%package mod_ipv6calc
b0904c5
Summary:	Apache module for ipv6calc
b0904c5
BuildRequires:	httpd-devel psmisc curl
b0904c5
Requires:	httpd >= 2.4.0
b0904c5
Requires:	httpd <= 2.4.99999
b0904c5
Requires:	ipv6calc = %{version}-%{release}
b0904c5
%if %{enable_shared}
b0904c5
Requires:	ipv6calc-libs = %{version}-%{release}
b0904c5
%endif
b0904c5
b0904c5
b0904c5
%description mod_ipv6calc
b0904c5
mod_ipv6calc contains an Apache module and a default configuration
b0904c5
file.
b0904c5
b0904c5
Features:
b0904c5
 - store anonymized IPv4/v6 address in environment variable
b0904c5
 - store CountryCode of IPv4/v6 address in environment variable
b0904c5
(environment variables can be used for custom log format)
b0904c5
b0904c5
Check/adjust %{_sysconfdir}/httpd/conf.d/ipv6calc.conf
b0904c5
By default the module is disabled.
b0904c5
%endif
b0904c5
b0904c5
b0904c5
%prep
b0904c5
%if 0%{?gitcommit:1}
b0904c5
%setup -q -n %{name}-%{gitcommit}
b0904c5
%else
b0904c5
%setup -q
b0904c5
%endif
b0904c5
dc365b0
dc365b0
%build
b0904c5
%configure \
b0904c5
	%{?enable_ip2location:--enable-ip2location} \
a4b57df
	%{?enable_ip2location:--with-ip2location-dynamic} \
b0904c5
	--with-ip2location-db=%{ip2location_db} \
b0904c5
	--with-geoip-db=%{geoip_db} \
b0904c5
	--with-dbip-db=%{dbip_db} \
b0904c5
	%{?enable_mmdb:--enable-mmdb --with-mmdb-dynamic} \
b0904c5
	%{?enable_external:--enable-external} \
b0904c5
	--with-external-db=%{external_db} \
b0904c5
	%{?enable_shared:--enable-shared} \
b0904c5
	%{?enable_mod_ipv6calc:--enable-mod_ipv6calc}
b0904c5
b0904c5
make clean
b0904c5
make %{?_smp_mflags} COPTS="$RPM_OPT_FLAGS"
b0904c5
b0904c5
b0904c5
%install
b0904c5
rm -rf %{buildroot}
b0904c5
make install DESTDIR=%{buildroot}
b0904c5
b0904c5
## Install examples and helper files
b0904c5
install -d -p %{buildroot}%{_docdir}/%{name}-%{version}/
b0904c5
b0904c5
## examples
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/examples/
b0904c5
b0904c5
# ipv6logconv
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/examples/ipv6logconv
b0904c5
for file in examples/analog/*.{cfg,txt,tab,sh}; do
b0904c5
	install $file %{buildroot}%{_datadir}/%{name}/examples/ipv6logconv/
b0904c5
done
b0904c5
b0904c5
# ipv6loganon
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/examples/ipv6loganon
b0904c5
for file in ipv6loganon/README; do
b0904c5
	install $file %{buildroot}%{_datadir}/%{name}/examples/ipv6loganon/
b0904c5
done
b0904c5
b0904c5
# ipv6logstats
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/examples/ipv6logstats
b0904c5
for file in ipv6logstats/README ipv6logstats/example_* ipv6logstats/collect_ipv6logstats.pl; do
b0904c5
	install $file %{buildroot}%{_datadir}/%{name}/examples/ipv6logstats/
b0904c5
done
b0904c5
b0904c5
b0904c5
# db directory
b0904c5
install -d %{buildroot}%{external_db}
b0904c5
b0904c5
# selinux
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/selinux
b0904c5
b0904c5
b0904c5
# ipv6calcweb
b0904c5
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
b0904c5
install -d %{buildroot}%{_localstatedir}/www/cgi-bin
b0904c5
b0904c5
install ipv6calcweb/ipv6calcweb.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/
b0904c5
install -m 755 ipv6calcweb/ipv6calcweb.cgi  %{buildroot}%{_localstatedir}/www/cgi-bin/
b0904c5
install -m 644 ipv6calcweb/ipv6calcweb-databases-in-var.te  %{buildroot}%{_datadir}/%{name}/selinux/
b0904c5
b0904c5
# mod_ipv6calc
b0904c5
install -d %{buildroot}%{_datadir}/%{name}/examples/mod_ipv6calc
b0904c5
install -m 755 mod_ipv6calc/ipv6calc.cgi  %{buildroot}%{_datadir}/%{name}/examples/mod_ipv6calc
b0904c5
b0904c5
%clean
b0904c5
rm -rf %{buildroot}
b0904c5
b0904c5
b0904c5
%check
b0904c5
%ifnarch ppc64
b0904c5
	make test
b0904c5
%endif
b0904c5
b0904c5
b0904c5
%files
b0904c5
%if %{rpm_license_extra}
b0904c5
%doc ChangeLog README README.* CREDITS TODO USAGE doc/ipv6calc.lyx doc/ipv6calc.sgml doc/ipv6calc.html doc/ipv6calc.xml
b0904c5
%license COPYING LICENSE
b0904c5
%else
b0904c5
%doc ChangeLog README README.* CREDITS TODO USAGE doc/ipv6calc.lyx doc/ipv6calc.sgml doc/ipv6calc.html doc/ipv6calc.xml COPYING LICENSE
b0904c5
%endif
b0904c5
b0904c5
%defattr(644,root,root,755)
b0904c5
b0904c5
# binaries
b0904c5
%attr(755,-,-) %{_bindir}/*
b0904c5
b0904c5
# man pages
b0904c5
%{_mandir}/man8/*
b0904c5
b0904c5
# tools
b0904c5
%attr(755,-,-) %{_datadir}/%{name}/tools/*
b0904c5
b0904c5
# selinux
b0904c5
%attr(644,-,-) %{_datadir}/%{name}/selinux/*
b0904c5
b0904c5
# shared library
b0904c5
%{?enable_shared:%attr(755,-,-) %{_libdir}/libipv6calc*}
b0904c5
b0904c5
# database directory
b0904c5
%{external_db}
b0904c5
b0904c5
# examples
b0904c5
%attr(755,-,-) %{_datadir}/%{name}/examples/*/*.pl
b0904c5
%attr(755,-,-) %{_datadir}/%{name}/examples/*/*.sh
b0904c5
%{_datadir}/%{name}/examples/ipv6loganon/
b0904c5
%{_datadir}/%{name}/examples/ipv6logconv/
b0904c5
%{_datadir}/%{name}/examples/ipv6logstats/
b0904c5
b0904c5
b0904c5
%files ipv6calcweb
b0904c5
%if %{rpm_license_extra}
b0904c5
%doc ipv6calcweb/README ipv6calcweb/USAGE
b0904c5
%license COPYING LICENSE
b0904c5
%else
b0904c5
%doc ipv6calcweb/README ipv6calcweb/USAGE COPYING LICENSE
b0904c5
%endif
b0904c5
b0904c5
%defattr(644,root,root,755)
b0904c5
b0904c5
%attr(755,-,-) %{_localstatedir}/www/cgi-bin/ipv6calcweb.cgi
b0904c5
%config(noreplace) %{_sysconfdir}/httpd/conf.d/ipv6calcweb.conf
b0904c5
b0904c5
b0904c5
%files mod_ipv6calc
b0904c5
%if %{rpm_license_extra}
b0904c5
%doc mod_ipv6calc/README.mod_ipv6calc
b0904c5
%license COPYING LICENSE
b0904c5
%else
b0904c5
%doc mod_ipv6calc/README.mod_ipv6calc COPYING LICENSE
b0904c5
%endif
b0904c5
b0904c5
%defattr(644,root,root,755)
b0904c5
b0904c5
%config(noreplace) %{_httpd_confdir}/ipv6calc.conf
b0904c5
%attr(755,-,-) %{_httpd_moddir}/mod_ipv6calc.so
b0904c5
b0904c5
%attr(755,-,-) %{_datadir}/%{name}/examples/mod_ipv6calc/ipv6calc.cgi
b0904c5
b0904c5
b0904c5
%post
a4b57df
if [ -x /usr/sbin/ldconfig ]; then
a4b57df
	/usr/sbin/ldconfig
a4b57df
elif [ -x /sbin/ldconfig ]; then
a4b57df
	/sbin/ldconfig
a4b57df
fi
b0904c5
b0904c5
b0904c5
%postun
a4b57df
if [ -x /usr/sbin/ldconfig ]; then
a4b57df
	/usr/sbin/ldconfig
a4b57df
elif [ -x /sbin/ldconfig ]; then
a4b57df
	/sbin/ldconfig
a4b57df
fi
b0904c5
b0904c5
b0904c5
%changelog
dc365b0
* Tue Jun 13 2023 Peter Bieringer <pb@bieringer.de> - 4.1.0-70
dc365b0
- Increase build requirement IP2Location 8.6.0 to support new DB-26
dc365b0
- Final release 4.1.0
dc365b0
b31e03f
* Sun Dec 04 2022 Peter Bieringer <pb@bieringer.de> - 4.0.2-67
b31e03f
- Final release 4.0.2
b31e03f
a84b952
* Thu Jan 27 2022 Peter Bieringer <pb@bieringer.de> - 4.0.1-63
a84b952
- Final release 4.0.1
a84b952
c3bbce4
* Mon Nov  1 2021 Peter Bieringer <pb@bieringer.de> - 4.0.0-62
c3bbce4
- Update to latest fixed release
c3bbce4
4f956c0
* Tue Oct 19 2021 Peter Bieringer <pb@bieringer.de> - 4.0.0-61
4f956c0
- Final release 4.0.0
4f956c0
9785e3c
* Wed Jul 14 2021 Peter Bieringer <pb@bieringer.de> - 3.2.0-56
9785e3c
- Final release 3.2.0
9785e3c
70642d5
* Sat May 22 2021 Peter Bieringer <pb@bieringer.de> - 3.1.1-54
70642d5
- Final release 3.1.1
70642d5
3b6c6ed
* Tue May 18 2021 Peter Bieringer <pb@bieringer.de> - 3.1.0-52
3b6c6ed
- Final release 3.1.0
3b6c6ed
ac3dc57
* Wed Jan 13 2021 Peter Bieringer <pb@bieringer.de> - 3.0.1-48
ac3dc57
- Final release 3.0.1
ac3dc57
a697966
* Sun Nov 08 2020 Peter Bieringer <pb@bieringer.de> - 3.0.0-47
a697966
- Final release 3.0.0
a697966
a4b57df
* Tue Oct 13 2020 Peter Bieringer <pb@bieringer.de> - 3.0.0-45
a4b57df
- New release 3.0.0 which drops GeoIP(legacy) and db-ip.com(BerkeleyDB) support
a4b57df
- Add dependency to now available IP2Location 8.2.0
a4b57df
28b1a2f
* Fri Oct 11 2019 Peter Bieringer <pb@bieringer.de> - 2.2.0-38
28b1a2f
- new release 2.2.0
28b1a2f
28b1a2f
* Sun Sep 29 2019 Peter Bieringer <pb@bieringer.de> - 2.2.0-37
3f8dda3
- new pre release 2.2.0
3f8dda3
b0904c5
* Sat Sep 07 2019 Peter Bieringer <pb@bieringer.de> - 2.1.1-36
b0904c5
- new release 2.1.1
b0904c5
b0904c5
* Fri Apr 05 2019 Peter Bieringer <pb@bieringer.de> - 2.1.0-33
b0904c5
- new release 2.1.0
b0904c5
b0904c5
* Tue Feb 05 2019 Peter Bieringer <pb@bieringer.de> - 2.0.0-31
b0904c5
- new release 2.0.0
b0904c5
- subpackage ipv6calcweb: remove dependency Perl(Proc::ProcessTable)
b0904c5
- add dependency libmaxminddb-devel
b0904c5
b0904c5
* Wed Oct 03 2018 Peter Bieringer <pb@bieringer.de> - 1.1.0-28
b0904c5
- new release 1.1.0
b0904c5
- subpackage ipv6calcweb: add dependency Perl(Proc::ProcessTable)
b0904c5
b0904c5
* Sun Jun 25 2017 Peter Bieringer <pb@bieringer.de> - 1.0.0-20
b0904c5
- new release 1.0.0
b0904c5
- add missing build requirement procps-ng
b0904c5
b0904c5
* Wed Dec 28 2016 Peter Bieringer <pb@bieringer.de> - 0.99.2-17
b0904c5
- new release 0.99.2
b0904c5
- add support for git commit hash
b0904c5
b0904c5
* Sat Sep 05 2015 Peter Bieringer <pb@bieringer.de> - 0.99.1-13
b0904c5
- new release 0.99.1 (introduces new subpackage mod_ipv6calc)
b0904c5
b0904c5
* Sat Jul 25 2015 Peter Bieringer <pb@bieringer.de>
b0904c5
- Replace ipv6calc.{lyx,sgml,html,xml} by dedicated file.suffix
b0904c5
b0904c5
* Sat May 02 2015 Peter Bieringer <pb@bieringer.de> - 0.99.0-10
b0904c5
- new release 0.99.0
b0904c5
b0904c5
* Mon Mar 02 2015 Peter Bieringer <pb@bieringer.de> - 0.98.0-10
b0904c5
- new (fixed) upstream 0.98.0 tar.gz
b0904c5
b0904c5
* Sun Mar 01 2015 Peter Bieringer <pb@bieringer.de> - 0.98.0-9
b0904c5
- remove not necessary x-bits for some files by proper definition in files section
b0904c5
b0904c5
* Fri Feb 20 2015 Peter Bieringer <pb@bieringer.de> - 0.98.0-8
b0904c5
- new release 0.98.0
b0904c5
b0904c5
* Wed Feb 18 2015 Peter Bieringer <pb@bieringer.de>
b0904c5
- add support for conditional builds
b0904c5
b0904c5
* Sat Oct 25 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- add /usr/share/ipv6calc/db directory
b0904c5
b0904c5
* Sat Oct 11 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- add additional requirements for ipv6calc-ipv6calcweb
b0904c5
- enable db-ip.com & external database support
b0904c5
b0904c5
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.97.4-7
b0904c5
- Perl 5.20 rebuild
b0904c5
b0904c5
* Tue Aug 19 2014 Peter Bieringer <pb@bieringer.de> - 0.97.4-7
b0904c5
- new package for EPEL6/EPEL7
b0904c5
b0904c5
* Sun Aug 17 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- add missing requirement for ipv6calc-ipv6calcweb
b0904c5
b0904c5
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97.4-6
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b0904c5
b0904c5
* Sat Aug 02 2014 Peter Bieringer <pb@bieringer.de> - 0.97.4-5
b0904c5
- new release 0.97.4
b0904c5
b0904c5
* Thu Jul 31 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- include also tools into main package
b0904c5
- remove UTF-8 conversion, fixed in upstream now
b0904c5
b0904c5
* Tue Jul 29 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- introduce subpackage ipv6calcweb (align with upstream)
b0904c5
- enable fallback option for IP2Location
b0904c5
- build with dynamic load of GeoIP and IP2Location support
b0904c5
b0904c5
* Thu Jul 17 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- replace DESTDIR=$RPM_BUILD_ROOT with macro, define BuildRoot
b0904c5
b0904c5
* Wed Jul 16 2014 Peter Bieringer <pb@bieringer.de>
b0904c5
- change requirements from krb5-libs/devel to openssl(-libs)/-devel
b0904c5
b0904c5
* Tue Jul 15 2014 Peter Bieringer <pb@bieringer.de> - 0.97.3-3
b0904c5
- align package description with upstream
b0904c5
b0904c5
* Mon Jul 14 2014 Peter Bieringer <pb@bieringer.de> - 0.97.3-2
b0904c5
- new release 0.97.3
b0904c5
b0904c5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97.2-2
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b0904c5
b0904c5
* Mon May 26 2014 Marcela Mašláňová <mmaslano@redhat.com> - 0.97.2-2
b0904c5
- new release 0.97.2
b0904c5
b0904c5
* Wed May 21 2014 Marcela Mašláňová <mmaslano@redhat.com> - 0.97.1-1
b0904c5
- new release 0.97.1
b0904c5
b0904c5
* Mon May 19 2014 Marcela Mašláňová <mmaslano@redhat.com> - 0.97.0-1
b0904c5
- new release 0.97
b0904c5
b0904c5
* Fri Feb 14 2014 Marcela Mašláňová <mmaslano@redhat.com> - 0.96.0-1
b0904c5
- new release 0.96
b0904c5
b0904c5
* Mon Dec  2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 0.95.0-1
b0904c5
- new release #1033041
b0904c5
b0904c5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94.1-3
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b0904c5
b0904c5
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.94.1-2
b0904c5
- Perl 5.18 rebuild
b0904c5
b0904c5
* Tue May 14 2013 Marcela Mašláňová <mmaslano@redhat.com> - 0.94.1-1
b0904c5
- update to 0.94.1
b0904c5
b0904c5
* Mon Feb 18 2013 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.1-6
b0904c5
- fix days in changelog
b0904c5
b0904c5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93.1-5
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b0904c5
b0904c5
* Thu Aug  2 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.1-4
b0904c5
- 804317 on ppc64 tests never fully worked, conditionalized
b0904c5
b0904c5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93.1-3
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b0904c5
b0904c5
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.93.1-2
b0904c5
- Perl 5.16 rebuild
b0904c5
b0904c5
* Mon Feb  6 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.1-1
b0904c5
- minor update
b0904c5
b0904c5
* Sun Jan 22 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.0-1
b0904c5
- update to 0.93 release
b0904c5
- add Perl requirements for cgi
b0904c5
b0904c5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92.0-2
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b0904c5
b0904c5
* Mon Oct 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.92.0-1
b0904c5
- update to 0.92 release
b0904c5
b0904c5
* Fri May 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.90.0-1
b0904c5
- update to 0.90 release
b0904c5
b0904c5
* Fri May  6 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82.1-1
b0904c5
- update to 0.82.1 release
b0904c5
b0904c5
* Wed Mar 30 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.82.0-1
b0904c5
- update to 0.82.0 release
b0904c5
b0904c5
* Mon Feb 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.81.0-1
b0904c5
- update to the new upstream version
b0904c5
b0904c5
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.80.0-2
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b0904c5
b0904c5
* Tue Jan  4 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.80.0-1
b0904c5
- update to the latest version
b0904c5
b0904c5
* Mon Mar 01 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.73.0-1
b0904c5
- update to the latest version
b0904c5
b0904c5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72.2-2
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b0904c5
b0904c5
* Mon Jun 01 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.72.1-1
b0904c5
- update to the latest version
b0904c5
- change installonly to standart DESTDIR
b0904c5
b0904c5
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.71.0-4
b0904c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b0904c5
b0904c5
* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.71.0-3
b0904c5
- fix license tag
b0904c5
b0904c5
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.71.0-2
b0904c5
- Autorebuild for GCC 4.3
b0904c5
b0904c5
* Mon Aug 20 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.71.0-1
b0904c5
- new version from upstream
b0904c5
b0904c5
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.61-2
b0904c5
- package merge review
b0904c5
- rhbz#225910
b0904c5
b0904c5
* Fri Sep 01 2006 Marcela Maslanova <mmaslano@redhat.com> - 0.61-1
b0904c5
- upgrade to 0.61-1 - from upstream
b0904c5
b0904c5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.60.1-1.1
b0904c5
- rebuild
b0904c5
b0904c5
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.60.1-1
b0904c5
- upgrade to 0.60.1 - fix for big endian archs
b0904c5
b0904c5
* Sun Jun 25 2006 Radek Vokál <rvokal@redhat.com> 0.60.0-1
b0904c5
- upgrade to 0.60.0
b0904c5
b0904c5
* Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> 0.51-1
b0904c5
- upgrade to 0.51
b0904c5
b0904c5
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.50-1.2.1
b0904c5
- bump again for double-long bug on ppc(64)
b0904c5
b0904c5
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.50-1.2
b0904c5
- rebuilt for new gcc4.1 snapshot and glibc changes
b0904c5
b0904c5
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b0904c5
- rebuilt
b0904c5
b0904c5
* Fri Sep 16 2005 Radek Vokal <rvokal@redhat.com> 0.50-1
b0904c5
- due to several other off-by-one bugs upgrade to 0.50
b0904c5
b0904c5
* Thu Sep 15 2005 Radek Vokal <rvokal@redhat.com> 0.49-2
b0904c5
- smash stack fix in ipv6calc_copy
b0904c5
- increase len of tmpstr
b0904c5
b0904c5
* Thu Sep 15 2005 Radek Vokal <rvokal@redhat.com> 0.49-1
b0904c5
- upgrade to 0.49
b0904c5
b0904c5
* Tue Apr 19 2005 Radek Vokal <rvokal@redhat.com> 0.48-5
b0904c5
- using CVS tarball, patch clean-up
b0904c5
b0904c5
* Sun Apr 17 2005 Robert Scheck <redhat@linuxnetz.de> 
b0904c5
- lots of spec file cleanups (#155164)
b0904c5
b0904c5
* Wed Apr 13 2005 Florian La Roche <laroche@redhat.com>
b0904c5
- remove empty scripts
b0904c5
b0904c5
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 0.48-3
b0904c5
- gcc4 rebuilt
b0904c5
b0904c5
* Mon Nov 1 2004 Radek Vokal <rvokal@redhat.com> 0.48-2
b0904c5
- spec file cleanup
b0904c5
- md5 patch for makefile
b0904c5
b0904c5
* Sat Oct 30 2004 Peter Bieringer <pb@bieringer.de> 
b0904c5
- remove openssl(-devel) from requirements, no longer needed
b0904c5
b0904c5
* Tue Oct 26 2004 Radek Vokal <rvokal@redhat.com> 0.47-4
b0904c5
- spec file cleanup, typo patch
b0904c5
b0904c5
* Mon Oct 18 2004 Radek Vokal <rvokal@redhat.com> 0.47-3
b0904c5
- initial build for Fedora Core
b0904c5
b0904c5
* Sat Nov 22 2003 Peter Bieringer <pb@bieringer.de>
b0904c5
- adjustments
b0904c5
b0904c5
* Fri Nov 21 2003 Peter Bieringer <pb@bieringer.de>
b0904c5
- add ipv6logstats
b0904c5
- add man pages
b0904c5
- add configure options
b0904c5
b0904c5
* Mon Nov 11 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- change IPv6 address in description
b0904c5
b0904c5
* Sat Apr 20 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- Change URL
b0904c5
b0904c5
* Sun Apr 07 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- add more analog example files
b0904c5
b0904c5
* Fri Apr 05 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- remove BuildRequires extension, not needed for normal build
b0904c5
b0904c5
* Sun Mar 24 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- extend BuildRequires for perl /usr/bin/aggregate wget
b0904c5
b0904c5
* Mon Mar 18 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- add ipv6calcweb.cgi
b0904c5
b0904c5
* Sat Mar 16 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- add ipv6logconv, analog examples
b0904c5
b0904c5
* Mon Mar 11 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- Add perl to buildrequire and openssl to require
b0904c5
b0904c5
* Mon Jan 21 2002 Peter Bieringer <pb@bieringer.de>
b0904c5
- Add LICENSE + COPYING file
b0904c5
b0904c5
* Thu Dec 27 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- Add comment header
b0904c5
- Add call to configure on build
b0904c5
b0904c5
* Tue Dec 18 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- Replace hardwired version number with autoconf/configure variable
b0904c5
b0904c5
* Wed Apr 25 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- Fix permissions of doc files
b0904c5
b0904c5
* Thu Mar 15 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- Add doc directory also to files to make sure the directory will be removed on update or deinstall
b0904c5
- change install permissions for entries in doc directory
b0904c5
- change "make install" to "make installonly" (make test should be only executed once)
b0904c5
b0904c5
* Wed Mar 14 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- Add "make clean" and "make test" on build
b0904c5
b0904c5
* Tue Mar 13 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- add CREDITS and TODO for install
b0904c5
b0904c5
* Sat Mar 10 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- enable "URL"
b0904c5
b0904c5
* Sun Mar 04 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- change install location to /bin
b0904c5
b0904c5
* Tue Feb 27 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- review for new release, now named "ipv6calc"
b0904c5
- review install section for RedHat 7.0.91
b0904c5
b0904c5
* Sun Feb 25 2001 Peter Bieringer <pb@bieringer.de>
b0904c5
- initial build