9ee1fc
# Tests require network access so fail in koji; build using --with tests to run them yourself
9ee1fc
%bcond_with tests
4bb07d
4bb07d
Name:		GeoIP
9ee1fc
Version:	1.6.12
9ee1fc
Release:	9%{?dist}
4bb07d
Summary:	Library for country/city/organization to IP address or hostname mapping
9ee1fc
License:	LGPLv2+
4bb07d
URL:		http://www.maxmind.com/app/c
9ee1fc
Source0:	https://github.com/maxmind/geoip-api-c/releases/download/v%{version}/GeoIP-%{version}.tar.gz
9ee1fc
BuildRequires:	coreutils
9ee1fc
BuildRequires:	gcc
9ee1fc
BuildRequires:	make
9ee1fc
BuildRequires:	sed
4bb07d
BuildRequires:	zlib-devel
9ee1fc
Requires:	GeoIP-data
9ee1fc
9ee1fc
# For compatibility with original release of GeoIP in old distributions
9ee1fc
%if 0%{?fedora} < 22 && 0%{?rhel} < 8
9ee1fc
Requires:	geoipupdate
9ee1fc
%endif
9ee1fc
9ee1fc
# Old name of GeoIP library package
4bb07d
Obsoletes:	geoip < %{version}-%{release}
4bb07d
Provides:	geoip = %{version}-%{release}
4bb07d
4bb07d
%description
4bb07d
GeoIP is a C library that enables the user to find the country that any IP
9ee1fc
address or hostname originates from.
c099f8
9ee1fc
It uses file based databases that can optionally be updated on a weekly basis
9ee1fc
by installing the geoipupdate-cron (IPv4) and/or geoipupdate-cron6 (IPv6)
9ee1fc
packages.
c099f8
4bb07d
%package devel
4bb07d
Summary:	Development headers and libraries for GeoIP
4bb07d
Requires:	%{name} = %{version}-%{release}
4bb07d
Provides:	geoip-devel = %{version}-%{release}
4bb07d
Obsoletes:	geoip-devel < %{version}-%{release}
4bb07d
4bb07d
%description devel
4bb07d
Development headers and static libraries for building GeoIP-based applications.
4bb07d
4bb07d
%prep
4bb07d
%setup -q
4bb07d
4bb07d
%build
4bb07d
%configure --disable-static --disable-dependency-tracking
4bb07d
4bb07d
# Kill bogus rpaths
4bb07d
sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
4bb07d
	-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
4bb07d
4bb07d
make %{?_smp_mflags}
4bb07d
4bb07d
%install
9ee1fc
make DESTDIR=%{buildroot} INSTALL="install -p" install
4bb07d
4bb07d
# nix the stuff we don't need like .la files.
4bb07d
rm -f %{buildroot}%{_libdir}/*.la
4bb07d
9ee1fc
%check
9ee1fc
# Tests require network access so fail in koji; build using --with tests to run them yourself
9ee1fc
%{?with_tests:LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check}
c099f8
9ee1fc
%ldconfig_scriptlets
c099f8
4bb07d
%files
9ee1fc
%if 0%{?_licensedir:1}
9ee1fc
%license COPYING
9ee1fc
%else
9ee1fc
%doc COPYING
9ee1fc
%endif
9ee1fc
%doc AUTHORS ChangeLog NEWS.md README.md
4bb07d
%{_bindir}/geoiplookup
4bb07d
%{_bindir}/geoiplookup6
4bb07d
%{_libdir}/libGeoIP.so.1
4bb07d
%{_libdir}/libGeoIP.so.1.*
4bb07d
%{_mandir}/man1/geoiplookup.1*
4bb07d
%{_mandir}/man1/geoiplookup6.1*
4bb07d
4bb07d
%files devel
4bb07d
%{_includedir}/GeoIP.h
4bb07d
%{_includedir}/GeoIPCity.h
4bb07d
%{_libdir}/libGeoIP.so
4bb07d
%{_libdir}/pkgconfig/geoip.pc
4bb07d
4bb07d
%changelog
9ee1fc
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-9
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9ee1fc
9ee1fc
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-8
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9ee1fc
9ee1fc
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-7
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9ee1fc
9ee1fc
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-6
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9ee1fc
9ee1fc
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-5
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9ee1fc
9ee1fc
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-4
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9ee1fc
9ee1fc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-3
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9ee1fc
9ee1fc
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.12-2
9ee1fc
- Switch to %%ldconfig_scriptlets
9ee1fc
9ee1fc
* Thu Jan 18 2018 Paul Howarth <paul@city-fan.org> - 1.6.12-1
9ee1fc
- Update to 1.6.12
9ee1fc
  - Populate metro and area code when performing lookups in IPv6 City
9ee1fc
    databases; previously this was only done when using IPv4 City
9ee1fc
    databases
9ee1fc
9ee1fc
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.11-3
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9ee1fc
9ee1fc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.11-2
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9ee1fc
9ee1fc
* Tue May 16 2017 Paul Howarth <paul@city-fan.org> - 1.6.11-1
9ee1fc
- Update to 1.6.11
9ee1fc
  - Fix use of a NULL pointer when opening a corrupt database with 'GeoIP_open'
9ee1fc
    (GH#87)
9ee1fc
- Drop EL-5 support
9ee1fc
  - Drop redundant BuildRoot: and Group: tags
9ee1fc
  - Drop EL5-only dependency on GeoIP-GeoLite-data
9ee1fc
  - Drop explicit pkgconfig dependency in devel package
9ee1fc
  - Drop buildroot cleaning in %%install section
9ee1fc
  - Drop explicit %%clean section
9ee1fc
9ee1fc
* Thu Mar 30 2017 Paul Howarth <paul@city-fan.org> - 1.6.10-1
9ee1fc
- Update to 1.6.10
9ee1fc
  - GeoIP_database_info now returns the full version string rather than
9ee1fc
    incorrectly truncating it (GH#79)
9ee1fc
  - This API is now distributed with a small test copy of GeoIP.dat rather than
9ee1fc
    a full copy
9ee1fc
  - Fix issue where Visual Studio 2015 was optimizing out initialization code
9ee1fc
    (GH#81)
9ee1fc
  - Fix test/benchmark on Windows (GH#75)
9ee1fc
9ee1fc
* Sun Feb 26 2017 Paul Howarth <paul@city-fan.org> - 1.6.9-4
9ee1fc
- Fix GeoIP_database_info truncation issue (#1426853, GH#79, GH#80)
9ee1fc
9ee1fc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-3
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9ee1fc
9ee1fc
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-2
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9ee1fc
9ee1fc
* Tue Jan 12 2016 Paul Howarth <paul@city-fan.org> - 1.6.9-1
9ee1fc
- Update to 1.6.9
9ee1fc
  - Allow compilation on older systems by relaxing the autoconf and automake
9ee1fc
    minimum versions
9ee1fc
  - Avoid potential problems in multi-threaded environments by consistently
9ee1fc
    using pread() rather than read()
9ee1fc
  - Fix various small issues reported by clang's static analyser
9ee1fc
  - Fix a regression introduced in version 1.6.8, which caused
9ee1fc
    GeoIP_database_info to erroneously return NULL
9ee1fc
9ee1fc
* Sun Nov  1 2015 Paul Howarth <paul@city-fan.org> - 1.6.7-1
9ee1fc
- Update to 1.6.7
9ee1fc
  - Fixed a MSVC parser stack overflow when parsing 'regionName.c' and
9ee1fc
    'timeZone.c' (GH#54)
9ee1fc
  - Updated region codes and timezones
9ee1fc
  - When using 'GEOIP_MEMORY_CACHE' with an invalid database file, the search
9ee1fc
    tree traversal could attempt to read memory outside of the memory allocated
9ee1fc
    for the memory cache, resulting in a segmentation fault; a check was added
9ee1fc
    to ensure that the traversal code does not try to read beyond the end of
9ee1fc
    the file, whether in memory, memory mapped, or on disk
9ee1fc
  - Previously the return values from file reads were ignored; we now check
9ee1fc
    these values to ensure that there were no errors
9ee1fc
9ee1fc
* Thu Jul 30 2015 Paul Howarth <paul@city-fan.org> - 1.6.6-1
9ee1fc
- Update to 1.6.6
9ee1fc
  - Replaced usage of deprecated fileno, read, and lseek on Visual Studio 2005+
9ee1fc
    with their ISO C++ conformant replacements (GH#55)
9ee1fc
  - A warning about using a double as a float was fixed (GH#56)
9ee1fc
  - Fixed segfault when doing a lookup on an empty database (GH#62)
9ee1fc
  - Fixed a memcheck error from valgrind in the '_check_mtime' function (GH#60)
9ee1fc
  - Fixed '_check_mtime' to check the return value of 'gettimeofday' rather
9ee1fc
    than just assuming it worked
9ee1fc
9ee1fc
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5-3
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9ee1fc
9ee1fc
* Thu Apr 23 2015 Paul Howarth <paul@city-fan.org> - 1.6.5-2
9ee1fc
- Work around problems with old GeoIP-data package in CentOS 5 Extras
9ee1fc
  repo (http://bugs.centos.org/view.php?id=8488) by requiring
9ee1fc
  GeoIP-GeoLite-data rather than the virtual GeoIP-data for EL-5 builds only
9ee1fc
9ee1fc
* Mon Mar  2 2015 Paul Howarth <paul@city-fan.org> - 1.6.5-1
9ee1fc
- Update to 1.6.5
9ee1fc
  - Fixed a segmentation fault in geoiplookup when the utility was passed an
9ee1fc
    invalid database (#1180874)
9ee1fc
  - Additional validation was added for the size used in the creation of the
9ee1fc
    index cache (#832913)
9ee1fc
  - Changed the code to only look up country codes by using functions that
9ee1fc
    ensure that we do not try to look past the end of an array (GitHub #53)
9ee1fc
9ee1fc
* Fri Feb 20 2015 Paul Howarth <paul@city-fan.org> - 1.6.4-4
9ee1fc
- Databases now unbundled to the GeoIP-GeoLite-data package
9ee1fc
- Drop long-unused perl helper scripts
9ee1fc
- Add explicit pkgconfig dependency for EL-5 build
9ee1fc
- Drop timestamp hack for configure, no longer needed
9ee1fc
9ee1fc
* Tue Feb 10 2015 Paul Howarth <paul@city-fan.org> - 1.6.4-3
9ee1fc
- Sub-package the data; going forward, this would be better as a separate
9ee1fc
  package, since it has separate upstream releases than the library
9ee1fc
9ee1fc
* Fri Feb  6 2015 Paul Howarth <paul@city-fan.org> - 1.6.4-2
9ee1fc
- Only require geoipupdate prior to F-22, for back-compatibility
9ee1fc
- Use %%license where possible
9ee1fc
- GeoIP-devel provides geoip-devel as well as obsoleting it
9ee1fc
- Update bundled databases
9ee1fc
9ee1fc
* Thu Jan 29 2015 Philip Prindeville <philipp@fedoraproject.org> - 1.6.4-1
9ee1fc
- Require geoipupdate per Paul
9ee1fc
9ee1fc
* Tue Jan 20 2015 Philip Prindeville <philipp@fedoraproject.org> - 1.6.4-0
9ee1fc
- Version bump to 1.6.4 per bz #1158667 (okay, that bug was for 1.6.3)
9ee1fc
- Remove geoipupdate as it will be moving into its own package
9ee1fc
9ee1fc
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-6
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9ee1fc
9ee1fc
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-5
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9ee1fc
9ee1fc
* Tue Feb 25 2014 Paul Howarth <paul@city-fan.org> - 1.5.1-4
9ee1fc
- Add %%check, so we can run tests by building using --with tests
9ee1fc
- Update databases from upstream
9ee1fc
9ee1fc
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-3
9ee1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9ee1fc
9ee1fc
* Tue Jun 18 2013 Paul Howarth <paul@city-fan.org> - 1.5.1-2
9ee1fc
- Properly provide all of the GeoLite databases and their IPv6 equivalents, as
9ee1fc
  per the geoip-geolite package that we're obsoleting/providing
9ee1fc
- Provide compatibility symlinks for database files that historically had
9ee1fc
  different names in GeoIP and geoip-geolite
9ee1fc
- Don't distribute unbundled LICENSE files, as per packaging guidelines
9ee1fc
- Update license tag to reflect distribution of CC-BY-SA database content
9ee1fc
- No longer try to update the databases in %%post
9ee1fc
- Maintain timestamps where possible
9ee1fc
- Set up GeoIP.dat symlink in package and don't touch it again
9ee1fc
- Add update6 package to update the IPv6 databases; have to use wget for this
9ee1fc
  rather than geoipupdate as the databases are still in beta
9ee1fc
9ee1fc
* Wed Jun 12 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.1-1
9ee1fc
- Bump to version 1.5.1
9ee1fc
- Fix exit codes for various situations (MaxMind support #129155)
9ee1fc
- Use versioned obsoletes/provides for geoip-geolite
9ee1fc
- Update UTF8 patch
9ee1fc
- Change symlink from GeoIP-initial.dat to GeoLiteCountry.dat if we had a
9ee1fc
  successful download and now have the latter file.
9ee1fc
9ee1fc
* Mon Jun 10 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.0-7
9ee1fc
- Annotate conflict with geoip-geolite package (#968074)
e2c2d4
4bb07d
* Mon Jun 10 2013 Paul Howarth <paul@city-fan.org> - 1.5.0-6
4bb07d
- Update sub-package requires main package for geoipupdate script
4bb07d
4bb07d
* Sat Jun  8 2013 Paul Howarth <paul@city-fan.org> - 1.5.0-5
4bb07d
- Make GeoIP.dat -> GeoIP-initial.dat symlink in %%install, not %%post,
4bb07d
  and don't %%ghost it
4bb07d
- Run geoipupdate silently in %%post and cron job
4bb07d
- Create empty database files for %%ghost to work with old rpm versions
4bb07d
- Don't try to use noarch subpackages on old rpm versions
4bb07d
- Update %%description to mention database updates
4bb07d
- Drop outdated README.Fedora
4bb07d
4bb07d
* Sat Jun 08 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.0-4
4bb07d
- Revert ability to replace 3rd-party package
4bb07d
4bb07d
* Fri Jun 07 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.0-3
4bb07d
- Add attributes for %%ghost files
4bb07d
4bb07d
* Fri Jun 07 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.0-2
4bb07d
- Make update subpackage be noarch.
4bb07d
4bb07d
* Fri Jun 07 2013 Philip Prindeville <philipp@fedoraproject.org> - 1.5.0-1
4bb07d
- Version bump to 1.5.0
4bb07d
- Have GeoIP.dat be a symlink to the real data, and install the canned
4bb07d
  GeoIP.dat as GeoIP-initial.dat
4bb07d
- Change config as per Boris' instructions to use 'lite' databases which are
4bb07d
  regularly updated.
4bb07d
- Add pkgconfig (.pc) file into devel subpackage
4bb07d
- Add cron support for refreshing the lite databases and make a separate
4bb07d
  subpackage.
4bb07d
4bb07d
* Sun Mar 24 2013 Paul Howarth <paul@city-fan.org> - 1.4.8-6
4bb07d
- Fix config.guess and config.sub to add aarch64 support (#925403)
4bb07d
4bb07d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-5
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4bb07d
4bb07d
* Mon Oct 22 2012 Paul Howarth <paul@city-fan.org> - 1.4.8-4
4bb07d
- libGeoIPUpdate and geoipupdate (which is linked against it) are GPL-licensed
4bb07d
  rather than LGPL-licensed (#840896)
4bb07d
- Don't package generic INSTALL file (#661625)
4bb07d
- Kill bogus rpaths on x86_64
4bb07d
- Hardcode library sonames in %%files list to avoid nasty surprises in the
4bb07d
  future
4bb07d
- Drop %%defattr, redundant since rpm 4.4
4bb07d
- Recode docs as UTF-8
4bb07d
- Don't use macros for commands
4bb07d
- Use tabs
4bb07d
4bb07d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-3.1
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4bb07d
4bb07d
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-2.1
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4bb07d
4bb07d
* Tue Sep 6 2011 Michael Fleming <mfleming+rpm@thatfleminggent.com> - 1.4.8-1.1
4bb07d
- Remove -ipv6 patch
4bb07d
- Bump to 1.4.8 release
4bb07d
4bb07d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-0.2.20090931cvs
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4bb07d
4bb07d
* Mon Aug 31 2009 Matt Domsch <mdomsch@fedoraproject.org> - 1.4.7.0.1.20090931
4bb07d
- apply CVS HEAD 20090931 which includes IPv6 functions
4bb07d
4bb07d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4bb07d
4bb07d
* Sun Mar 08 2009 Michael Fleming <mfleming+rpm@enlartenment.com> - 1.4.6-1
4bb07d
- Add geoiplookup6 man page
4bb07d
- Update to 1.4.6
4bb07d
4bb07d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-3
4bb07d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4bb07d
4bb07d
* Sat Nov 29 2008 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.5-2
4bb07d
- Update to 1.4.5
4bb07d
- Fix database URL locations in Perl helper scripts
4bb07d
4bb07d
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.4-2
4bb07d
- Autorebuild for GCC 4.3
4bb07d
4bb07d
* Mon Jan 28 2008 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.4-1
4bb07d
- New upstream release.
4bb07d
4bb07d
* Wed Sep 5 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.3-1
4bb07d
- New upstream release.
4bb07d
- Fix GeoIPCity fetcher script
4bb07d
- Update License tag
4bb07d
4bb07d
* Mon Feb 12 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.2-1
4bb07d
- New upstream release.
4bb07d
4bb07d
* Mon Jan 8 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.1-2
4bb07d
- License is actually LGPL now.
4bb07d
4bb07d
* Sun Jan 7 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.1-1
4bb07d
- New upstream release
4bb07d
- Add fetch-geoipdata* scripts to pull free databases automatically if
4bb07d
  desired (bz #198137)
4bb07d
- README.fedora added to briefly explain above.
4bb07d
4bb07d
* Mon Nov 27 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.0-4
4bb07d
- Fix %%install scripts to satisfy newer mock builds
4bb07d
4bb07d
* Sun Sep 3 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.4.0-3
4bb07d
- Upstream upgrade
4bb07d
- Added LICENSE.txt file to %%doc, covering GeoIP country/city data license
4bb07d
  (bz #198137)
4bb07d
4bb07d
* Mon May 15 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.3.17-1
4bb07d
- New upstream release (minor fixes)
4bb07d
4bb07d
* Mon May 1 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.3.16-1
9ee1fc
- New upstream release
4bb07d
- Add INSTALL document to package.
4bb07d
4bb07d
* Sat Feb 18 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.3.14-3
4bb07d
- Fix Obsoletes/Provides for old "geoip"-convention packages
4bb07d
- Move .so symlinks to -devel where they should be
4bb07d
4bb07d
* Fri Feb 10 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.3.14-2
4bb07d
- Remamed to match upstream tarball name
4bb07d
- Removed static libraries
4bb07d
- Added symlinks to packages
4bb07d
- Mark config file noreplace
4bb07d
4bb07d
* Sun Feb 5 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.3.14-1
4bb07d
- Initial review package for Extras