Hello community, here is the log from the commit of package GeoIP for openSUSE:Factory checked in at 2011-12-21 10:00:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/GeoIP (Old) and /work/SRC/openSUSE:Factory/.GeoIP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "GeoIP", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/GeoIP/GeoIP.changes 2011-09-23 01:50:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.GeoIP.new/GeoIP.changes 2011-12-21 10:00:09.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Dec 16 12:52:41 UTC 2011 - [email protected] + +- remove nonexistant libGeoIP requirement from libGeoIP-devel-32bit + +------------------------------------------------------------------- +Fri Sep 16 17:50:18 UTC 2011 - [email protected] + +- Add libGeoIP-devel to baselibs +- Remove redundant tags/sections + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ GeoIP.spec ++++++ --- /var/tmp/diff_new_pack.MJPGHF/_old 2011-12-21 10:00:11.000000000 +0100 +++ /var/tmp/diff_new_pack.MJPGHF/_new 2011-12-21 10:00:11.000000000 +0100 @@ -15,10 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: GeoIP +%define lname libGeoIP1 Version: 1.4.7 Release: 1 # @@ -32,6 +32,7 @@ Source2: GPL-2.0.txt Source3: README.SUSE Source4: geoip-fetch +Source5: baselibs.conf # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: zlib-devel @@ -49,13 +50,7 @@ MaxMind offers a service where you can have your database updated automically each month. - - -Authors: --------- - T.J. Mather <[email protected]> - -%package -n libGeoIP1 +%package -n %lname License: LGPL v2.1 or later Summary: Shared libraries of the GeoIP C API Group: Development/Libraries/C and C++ @@ -64,7 +59,7 @@ Recommends: GeoIP %endif -%description -n libGeoIP1 +%description -n %lname GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. This database simply contains IP blocks as keys, and countries as @@ -76,18 +71,12 @@ This package holds the shared libraries for GeoIP. - - -Authors: --------- - T.J. Mather <[email protected]> - %package -n libGeoIP-devel License: LGPL v2.1 or later Summary: Development Files for GeoIP Group: Development/Libraries/C and C++ # -Requires: libGeoIP1 = %{version} +Requires: %lname = %{version} Provides: %{name}-devel = %{version}-%{release} Obsoletes: %{name}-devel < %{version} @@ -103,12 +92,6 @@ This package holds the development files for GeoIP. - - -Authors: --------- - T.J. Mather <[email protected]> - %prep %setup -q cp %{SOURCE1} . @@ -119,7 +102,7 @@ %configure --disable-static --with-pic sed -i -e '/-DGEOIPDATADIR/s,\$(pkgdatadir),/var/lib/GeoIP,' libGeoIP/Makefile{.am,.in,} sed -i -e 's,\$(pkgdatadir),/var/lib/GeoIP,' man/Makefile{.am,.in,} -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall @@ -135,12 +118,9 @@ # install fetcher install -D -m 0755 %{SOURCE4} %{buildroot}%{_sbindir}/geoip-fetch -%clean -%{__rm} -rf %{buildroot} - -%post -n libGeoIP1 -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%postun -n libGeoIP1 -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files %defattr(-, root, root, -) @@ -159,7 +139,7 @@ %ghost %verify(not md5 size mtime) /var/lib/GeoIP/GeoIPCity.dat %ghost %verify(not md5 size mtime) /var/lib/GeoIP/GeoIPv6.dat -%files -n libGeoIP1 +%files -n %lname %defattr(-, root, root, -) %{_libdir}/libGeoIP.so.1 %{_libdir}/libGeoIP.so.1.4.7 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.MJPGHF/_old 2011-12-21 10:00:12.000000000 +0100 +++ /var/tmp/diff_new_pack.MJPGHF/_new 2011-12-21 10:00:12.000000000 +0100 @@ -1 +1,4 @@ libGeoIP1 +libGeoIP-devel + requires -libGeoIP-<targettype> + requires "libGeoIP1-<targettype> = <version>" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
