pghmcfc pushed to GeoIP (el6). "- Fix %install scripts to satisfy newer mock builds"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 07:27:01 UTC 2015


>From b1f2e161c92944a44d7cada7c100272ac1d9d942 Mon Sep 17 00:00:00 2001
From: Michael Fleming <mfleming at fedoraproject.org>
Date: Mon, 27 Nov 2006 09:30:45 +0000
Subject: - Fix %install scripts to satisfy newer mock builds


diff --git a/GeoIP.spec b/GeoIP.spec
index 02b0627..22906a0 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -1,6 +1,6 @@
 Name: GeoIP           
 Version: 1.4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: C library for country/city/organization to IP address or hostname mapping     
 Group: Development/Libraries         
 License: GPL
@@ -39,7 +39,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 # nix the stuff we don't need like .la files.
 rm -f %{buildroot}/%{_libdir}/*.la
@@ -73,6 +73,9 @@ rm -rf %{buildroot}
 %{_libdir}/libGeoIPUpdate.so
 
 %changelog
+* Mon Nov 27 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.0-4
+- Fix %%install scripts to satisfy newer mock builds
+
 * Sun Sep 3 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.0-3
 - Upstream upgrade
 - Added LICENSE.txt file to %%doc, covering GeoIP country/city data license
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/GeoIP.git/commit/?h=el6&id=b1f2e161c92944a44d7cada7c100272ac1d9d942


More information about the scm-commits mailing list